Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c211 hp_type(hp_node_t node) in hp_type() function
221 return (node->hp_type); in hp_type()
265 (node->hp_type != HP_NODE_PORT)) { in hp_state()
290 if (node->hp_type != HP_NODE_USAGE) { in hp_usage()
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()
947 (uint32_t)node->hp_type)) != 0) in i_hp_pack_node()
[all …]
H A Dlibhotplug_impl.h41 int hp_type; member
H A Dlibhotplug.h81 int hp_type(hp_node_t node);
H A Dmapfile-vers47 hp_type;
/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()
437 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_enable()
494 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_disable()
558 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_poweron()
1036 if (hp_type(parent) == HP_NODE_DEVICE) in list_cb()
1039 switch (hp_type(node)) { in list_cb()
1077 if (hp_type(node) != HP_NODE_USAGE) { in list_long_cb()
1083 switch (hp_type(node)) { in list_long_cb()
1120 (hp_type(child) == HP_NODE_USAGE)) { in error_cb()
[all …]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c466 node->hp_type = HP_NODE_DEVICE; in new_device_node()
507 node->hp_type = HP_NODE_PORT; in new_hotplug_node()
509 node->hp_type = HP_NODE_CONNECTOR; in new_hotplug_node()
H A Dhotplugd_rcm.c385 type = hp_type(node); in resource_callback()
458 if (hp_type(node) != HP_NODE_DEVICE) in merge_callback()
486 usage->hp_type = HP_NODE_USAGE; in merge_callback()
H A Dhotplugd_impl.c238 if ((root->hp_type == HP_NODE_CONNECTOR) && in check_rcm_required()
246 if ((root->hp_type == HP_NODE_PORT) && in check_rcm_required()
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h342 int hp_type; /* connection type: PCI, ... */ member
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c359 if (hp_type(node) != HP_NODE_USAGE) in error_sizeup_cb()
394 if (hp_type(node) != HP_NODE_USAGE) in error_sumup_cb()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2732 return (DI_HP(hp)->hp_type); in di_hp_type()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3575 me->hp_type = (int)hp_hdl->cn_info.cn_type; in di_gethpdata()