Home
last modified time | relevance | path

Searched refs:HP_NODE_PORT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c265 (node->hp_type != HP_NODE_PORT)) { in hp_state()
321 (node->hp_type != HP_NODE_PORT)) { in hp_description()
352 (node->hp_type != HP_NODE_PORT)) { in hp_last_change()
462 (node->hp_type == HP_NODE_PORT)) in hp_path()
528 (node->hp_type != HP_NODE_PORT)) { in hp_set_state()
546 if (node->hp_type != HP_NODE_PORT) { in hp_set_state()
H A Dlibhotplug.h42 #define HP_NODE_PORT 3 macro
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c320 if (hp_type(root) != HP_NODE_PORT) { in cmd_online()
382 if (hp_type(root) != HP_NODE_PORT) { in cmd_offline()
1050 case HP_NODE_PORT: in list_cb()
1089 case HP_NODE_PORT: in list_long_cb()
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c246 if ((root->hp_type == HP_NODE_PORT) && in check_rcm_required()
H A Dhotplugd_info.c507 node->hp_type = HP_NODE_PORT; in new_hotplug_node()
H A Dhotplugd_rcm.c388 if ((type == HP_NODE_PORT) && HP_IS_OFFLINE(hp_state(node))) in resource_callback()