Searched refs:CMD_CANCEL (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.h | 46 #define CMD_CANCEL 0 macro 63 #define CMD_MIN CMD_CANCEL
|
H A D | nwamcfg.c | 114 { CMD_CANCEL, "cancel", SHELP_CANCEL }, 703 case CMD_CANCEL: in long_help() 1096 case CMD_CANCEL: in check_scope() 1109 case CMD_CANCEL: in check_scope()
|
H A D | nwamcfg_grammar.y | 169 $$->cmd_num = CMD_CANCEL;
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_scsi.c | 106 #define CMD_CANCEL 7 macro 121 { "cancel", NULL, CMD_CANCEL }, 236 case CMD_CANCEL: in c_scsi()
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 44 #define CMD_CANCEL 1 macro
|
H A D | zonecfg.c | 141 { CMD_CANCEL, "cancel", 0, SHELP_CANCEL, }, 927 case CMD_CANCEL: in long_help() 1278 (void) fprintf(fp, "\t%s\t%s\n", cmd_to_str(CMD_CANCEL), in usage() 6438 longer_usage(CMD_CANCEL); in cancel_func() 6442 short_usage(CMD_CANCEL); in cancel_func() 6451 short_usage(CMD_CANCEL); in cancel_func() 6456 scope_usage(CMD_CANCEL); in cancel_func() 7109 cmd_to_str(CMD_REVERT), cmd_to_str(CMD_CANCEL)); in revert_func()
|