Home
last modified time | relevance | path

Searched refs:device_commands (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/scsictl/
H A Dscsictl.c98 static struct command device_commands[] = { variable
180 commands = device_commands; in main()
203 for (i = 0; device_commands[i].cmd_name != NULL; i++) in usage()
204 fprintf(stderr, "\t%s %s\n", device_commands[i].cmd_name, in usage()
205 device_commands[i].arg_names); in usage()
/netbsd-src/sbin/atactl/
H A Datactl.c193 static const struct command device_commands[] = { variable
536 for (i = 0; device_commands[i].cmd_name != NULL; i++) { in main()
537 if (strcmp(cmdname, device_commands[i].cmd_name) == 0) { in main()
538 commands = &device_commands[i]; in main()
566 for (i=0; device_commands[i].cmd_name != NULL; i++) in usage()
567 fprintf(stderr, "\t%s %s\n", device_commands[i].cmd_name, in usage()
568 device_commands[i].arg_names); in usage()