/src/sbin/scsictl/ |
scsictl.c | 127 static struct command bus_commands[] = { variable in typeref:struct:command[] 178 commands = bus_commands; 188 commands == bus_commands ? "bus" : "device", cmdname); 207 for (i = 0; bus_commands[i].cmd_name != NULL; i++) 208 fprintf(stderr, "\t%s %s\n", bus_commands[i].cmd_name, 209 bus_commands[i].arg_names);
|
scsictl.c | 127 static struct command bus_commands[] = { variable in typeref:struct:command[] 178 commands = bus_commands; 188 commands == bus_commands ? "bus" : "device", cmdname); 207 for (i = 0; bus_commands[i].cmd_name != NULL; i++) 208 fprintf(stderr, "\t%s %s\n", bus_commands[i].cmd_name, 209 bus_commands[i].arg_names);
|
/src/sbin/atactl/ |
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);
|
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);
|