Searched refs:hp_set_state (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libhotplug/common/ |
H A D | libhotplug.h | 51 * Define flags for hp_set_state(), hp_install(), and hp_uninstall(). 90 int hp_set_state(hp_node_t node, uint_t flags, int state,
|
H A D | libhotplug.c | 776 * hp_set_state() 781 hp_set_state(hp_node_t node, uint_t flags, int state, const char *state_priv, function 791 i_hp_dprintf("hp_set_state: node=%p, flags=0x%x, state=0x%x, " 798 i_hp_dprintf("hp_set_state: invalid arguments.\n"); 805 i_hp_dprintf("hp_set_state: operation not supported.\n"); 815 i_hp_dprintf("hp_set_state: mismatched target.\n"); 825 i_hp_dprintf("hp_set_state: mismatched target.\n"); 830 i_hp_dprintf("hp_set_state: invalid target state.\n");
|
/osnet-11/usr/src/lib/libiov/sparc/ |
H A D | libiov_hp.c | 154 rv = hp_set_state(node, flags, DDI_HP_CN_STATE_ONLINE, NULL, resultsp); 204 rv = hp_set_state(node, flags, DDI_HP_CN_STATE_PORT_EMPTY, NULL, 312 rv = hp_set_state(node, 0, cbarg->hp_state, 1009 rv = hp_set_state(cbarg.target, flags, state, NULL, resultsp);
|
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 661 if (hp_set_state(node, 0, new_state, NULL, 676 rv = hp_set_state(node, hpflags, new_state, NULL, 705 } else if (hp_set_state(node, 0, new_state, NULL, 718 rv = hp_set_state(node, hpflags, new_state, NULL,
|
Completed in 31 milliseconds