Searched refs:CMD_NONE (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap.c | 342 return (ap_cmd_names[min(i, CMD_NONE)]); in ap_cmd_name() 423 {CMD_NONE, 0, 0, 0, 0, 0, 0, 0 } 444 for (acp = ap_cmds; acp->cmd != CMD_NONE; acp++) { in ap_cmds_dump() 479 c = CMD_NONE; in ap_state_cmd() 483 c = CMD_NONE; in ap_state_cmd() 499 return (CMD_NONE); in ap_cmd() 505 i = CMD_NONE; in ap_cmd() 614 if ((i = ap_cmd(p)) == CMD_NONE) { in ap_opt_parse() 640 for (acp = ap_cmds; acp->cmd != CMD_NONE; acp++) in ap_cmdp() 644 if (acp->cmd == CMD_NONE) in ap_cmdp() [all …]
|
H A D | ap_seq.c | 94 int f = CMD_NONE; in ap_seq_get() 95 int l = CMD_NONE; in ap_seq_get() 197 if (f == CMD_NONE) { in ap_seq_get() 225 int recover_f = CMD_NONE; /* first recovery cmd */ in ap_seq_exec() 226 int recover_l = CMD_NONE; /* last recovery cmd */ in ap_seq_exec()
|
H A D | ap.h | 160 #define CMD_NONE 23 macro
|
H A D | ap_sbd.c | 435 {CMD_NONE, 0 } 445 for (acp = ap_iocs; acp->cmd != CMD_NONE; acp++) in ap_ioc()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecalgs.c | 43 CMD_NONE = 0, enumerator 55 static cmd_t cmd = CMD_NONE; 1024 if (cmd != CMD_NONE) in try_cmd()
|
H A D | ipseckey.c | 252 #define CMD_NONE 0 macro 302 {NULL, CMD_NONE} in parsecmd()
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | dump.c | 488 CMD_NONE, CMD_INVALID enumerator 502 return (CMD_NONE); in getcmd() 1823 case CMD_NONE: in run_cmd() 1829 if (cmd_id != CMD_NONE) { in run_cmd()
|