Searched defs:subcommand (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/common/cmdparse/ |
H A D | cmdparse.c | 59 /* standard subcommand options table to support -? */ 82 * subCommand - subcommand value 155 * Print usage for a subcommand. 159 * subcommand - pointer to subCommandProps_t structure 166 subUsage(uint_t usageType, subCommandProps_t *subcommand) argument 174 subcommand->name); 184 /* print subcommand usage */ 186 subcommand->name); 189 if (subcommand->optionString != NULL) { 190 if (subcommand 384 subCommandProps_t *subcommand; local [all...] |
/illumos-gate/usr/src/cmd/mpathadm/ |
H A D | cmdparse.c | 59 /* standard subcommand options table to support -? */ 149 * arg - pointer to array of char containing subcommand string 151 * subcommand - pointer to subcommand_t pointer 152 * on success, contains the matching subcommand structure based on 153 * input subcommand name 160 getSubcommand(char *arg, subcommand_t **subcommand) argument 169 *subcommand = sp; 179 * subcommand - subcommand for which to get options 187 getOptions(uint_t object, uint_t subcommand) argument 256 subUsage(uint_t usageType, subcommand_t *subcommand) argument 313 subUsageObject(uint_t usageType, subcommand_t *subcommand, object_t *objp) argument 431 subcommand_t subcommand; local 557 subcommand_t *subcommand; local [all...] |
/illumos-gate/usr/src/cmd/iscsiadm/ |
H A D | cmdparse.c | 59 /* standard subcommand options table to support -? */ 150 * arg - pointer to array of char containing subcommand string 152 * subcommand - pointer to subcommand_t pointer 153 * on success, contains the matching subcommand structure based on 154 * input subcommand name 161 getSubcommand(char *arg, subcommand_t **subcommand) argument 170 *subcommand = sp; 180 * subcommand - subcommand for which to get options 188 getOptions(uint_t object, uint_t subcommand) argument 257 subUsage(uint_t usageType, subcommand_t *subcommand) argument 315 subUsageObject(uint_t usageType, subcommand_t *subcommand, object_t *objp) argument 434 subcommand_t subcommand; local 559 subcommand_t *subcommand; local [all...] |
/illumos-gate/usr/src/cmd/isns/isnsadm/ |
H A D | cmdparse.c | 61 /* standard subcommand options table to support -? */ 84 * subCommand - subcommand value 157 * Print usage for a subcommand. 161 * subcommand - pointer to subCommandProps_t structure 168 subUsage(uint_t usageType, subCommandProps_t *subcommand) argument 176 subcommand->name); 188 /* print subcommand usage */ 190 subcommand->name); 193 if (subcommand->optionString != NULL) { 194 if (subcommand 387 subCommandProps_t *subcommand; local [all...] |
/illumos-gate/usr/src/cmd/zhack/ |
H A D | zhack.c | 66 "Usage: %s [-c cachefile] [-d dir] <subcommand> <args> ...\n" 67 "where <subcommand> <args> is one of the following:\n" 482 char *subcommand; local 492 subcommand = argv[0]; 493 if (strcmp(subcommand, "stat") == 0) { 495 } else if (strcmp(subcommand, "enable") == 0) { 497 } else if (strcmp(subcommand, "ref") == 0) { 500 (void) fprintf(stderr, "error: unknown subcommand: %s\n", 501 subcommand); 516 const char *subcommand; local [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 236 do_control_ioctl(const char *ap_id, sata_cfga_apctl_t subcommand, uint_t arg, 1982 * Given a subcommand to the DEVCTL_AP_CONTROL ioctl, rquest the size of 1990 do_control_ioctl(const char *ap_id, sata_cfga_apctl_t subcommand, uint_t arg, argument 2017 ioctl_data.cmd = subcommand; 2026 if ((subcommand == SATA_CFGA_GET_AP_TYPE) || 2027 (subcommand == SATA_CFGA_GET_DEVICE_PATH) || 2028 (subcommand == SATA_CFGA_GET_MODEL_INFO) || 2029 (subcommand == SATA_CFGA_GET_REVFIRMWARE_INFO) || 2030 (subcommand == SATA_CFGA_GET_SERIALNUMBER_INFO)) {
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 615 * Given a subcommand to the DEVCTL_AP_CONTROL ioctl, rquest the size of 623 do_control_ioctl(const char *ap_id, uint_t subcommand, uint_t arg, argument 649 ioctl_data.cmd = subcommand; 671 if (subcommand == USB_DESCR_TYPE_STRING && 677 if (subcommand == HUBD_REFRESH_DEVDB) {
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_mbx.h | 556 uint8_t subcommand[2]; member in struct:lfa_cmd
|
Completed in 99 milliseconds