Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c246 static get_state_cmd_t get_state_cmds[] = { variable
251 #define N_GET_STATE_CMDS (sizeof (get_state_cmds)/sizeof (get_state_cmds[0]))
966 if (get_state_cmds[i].cmd == cmd) { in devctl_cmd()
967 state_func = get_state_cmds[i].state_fcn; in devctl_cmd()
968 type = get_state_cmds[i].type; in devctl_cmd()
/titanic_50/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) { in devctl_cmd()
836 state_func = get_state_cmds[i].state_fcn; in devctl_cmd()
837 type = get_state_cmds[i].type; in devctl_cmd()