Searched refs:get_state_cmds (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c264 static get_state_cmd_t get_state_cmds[] = { variable
269 #define N_GET_STATE_CMDS (sizeof (get_state_cmds)/sizeof (get_state_cmds[0]))
835 if (get_state_cmds[i].cmd == cmd) {
836 state_func = get_state_cmds[i].state_fcn;
837 type = get_state_cmds[i].type;
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c245 static get_state_cmd_t get_state_cmds[] = { variable
250 #define N_GET_STATE_CMDS (sizeof (get_state_cmds)/sizeof (get_state_cmds[0]))
965 if (get_state_cmds[i].cmd == cmd) {
966 state_func = get_state_cmds[i].state_fcn;
967 type = get_state_cmds[i].type;

Completed in 41 milliseconds