Lines Matching defs:commands
137 struct command *commands;
178 commands = bus_commands;
180 commands = device_commands;
183 for (i = 0; commands[i].cmd_name != NULL; i++)
184 if (strcmp(cmdname, commands[i].cmd_name) == 0)
186 if (commands[i].cmd_name == NULL)
188 commands == bus_commands ? "bus" : "device", cmdname);
190 (*commands[i].cmd_func)(argc, argv);
202 fprintf(stderr, " Commands pertaining to scsi devices:\n");
206 fprintf(stderr, " Commands pertaining to scsi busses:\n");
216 * DEVICE COMMANDS
1133 * Report the known LUNs to which the initiator can send commands
1419 * BUS COMMANDS