Home
last modified time | relevance | path

Searched refs:hp_state (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c89 *old_statep = hp_state(root); in changestate()
239 HP_IS_ENABLED(root->hp_state) && !HP_IS_ENABLED(target_state)) in check_rcm_required()
247 HP_IS_ONLINE(root->hp_state) && HP_IS_OFFLINE(target_state)) in check_rcm_required()
H A Dhotplugd_info.c500 node->hp_state = di_hp_state(hp); in new_hotplug_node()
H A Dhotplugd_rcm.c388 if ((type == HP_NODE_PORT) && HP_IS_OFFLINE(hp_state(node))) in resource_callback()
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c505 if (hp_state(root) != DDI_HP_CN_STATE_ENABLED) { in cmd_disable()
569 if (hp_state(root) >= DDI_HP_CN_STATE_POWERED) { in cmd_poweron()
1046 (void) printf(" (%s)", state_itoa(hp_state(node))); in list_cb()
1052 (void) printf(" (%s)", state_itoa(hp_state(node))); in list_cb()
1086 (void) printf(" (%s)", state_itoa(hp_state(node))); in list_long_cb()
1091 (void) printf(" (%s)", state_itoa(hp_state(node))); in list_long_cb()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h46 int hp_state; member
H A Dlibhotplug.h84 int hp_state(hp_node_t node);
H A Dmapfile-vers49 hp_state;
H A Dlibhotplug.c254 hp_state(hp_node_t node) in hp_state() function
271 return (node->hp_state); in hp_state()
963 if ((rv = nvlist_add_uint32(nvl, HP_INFO_STATE, node->hp_state)) != 0) in i_hp_pack_node()
1115 node->hp_state = val_uint32; in i_hp_unpack_node()
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c552 state = hp_state(connector); in cfga_get_state()
579 DBG(1, ("cfga_get_state:(%x)\n", hp_state(port))); in cfga_get_state()
586 if (hp_state(port) >= DDI_HP_CN_STATE_OFFLINE) in cfga_get_state()
646 state = hp_state(node); in cfga_change_state()
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h341 int hp_state; /* current hotplug state */ member
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2718 return (DI_HP(hp)->hp_state); in di_hp_state()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3574 me->hp_state = (int)hp_hdl->cn_info.cn_state; in di_gethpdata()