atactl.c | 213 static const struct command bus_commands[] = { variable in typeref:typename:const struct command[] 543 for (i = 0; bus_commands[i].cmd_name != NULL; i++) { 544 if (strcmp(cmdname, bus_commands[i].cmd_name) == 0) { 545 commands = &bus_commands[i]; 571 for (i=0; bus_commands[i].cmd_name != NULL; i++) 572 fprintf(stderr, "\t%s %s\n", bus_commands[i].cmd_name, 573 bus_commands[i].arg_names);
|