/src/sbin/scsictl/ |
scsictl.c | 98 static struct command device_commands[] = { variable in typeref:struct:command[] 180 commands = device_commands; 203 for (i = 0; device_commands[i].cmd_name != NULL; i++) 204 fprintf(stderr, "\t%s %s\n", device_commands[i].cmd_name, 205 device_commands[i].arg_names);
|
scsictl.c | 98 static struct command device_commands[] = { variable in typeref:struct:command[] 180 commands = device_commands; 203 for (i = 0; device_commands[i].cmd_name != NULL; i++) 204 fprintf(stderr, "\t%s %s\n", device_commands[i].cmd_name, 205 device_commands[i].arg_names);
|
/src/sbin/atactl/ |
atactl.c | 193 static const struct command device_commands[] = { variable in typeref:typename:const struct command[] 536 for (i = 0; device_commands[i].cmd_name != NULL; i++) { 537 if (strcmp(cmdname, device_commands[i].cmd_name) == 0) { 538 commands = &device_commands[i]; 566 for (i=0; device_commands[i].cmd_name != NULL; i++) 567 fprintf(stderr, "\t%s %s\n", device_commands[i].cmd_name, 568 device_commands[i].arg_names);
|
atactl.c | 193 static const struct command device_commands[] = { variable in typeref:typename:const struct command[] 536 for (i = 0; device_commands[i].cmd_name != NULL; i++) { 537 if (strcmp(cmdname, device_commands[i].cmd_name) == 0) { 538 commands = &device_commands[i]; 566 for (i=0; device_commands[i].cmd_name != NULL; i++) 567 fprintf(stderr, "\t%s %s\n", device_commands[i].cmd_name, 568 device_commands[i].arg_names);
|