Home
last modified time | relevance | path

Searched refs:hp_sibling (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c140 for (node = root; node != NULL; node = node->hp_sibling) in hp_fini()
148 sibling = node->hp_sibling; in hp_fini()
183 for (node = root; node; node = node->hp_sibling) { in hp_traverse()
415 hp_sibling(hp_node_t node) in hp_sibling() function
425 if (node->hp_sibling == NULL) { in hp_sibling()
430 return (node->hp_sibling); in hp_sibling()
743 for (node = root; node != NULL; node = node->hp_sibling) { in hp_pack()
823 prev_root->hp_sibling = root; in hp_unpack()
843 for (root = root_list; root; root = root->hp_sibling) in hp_unpack()
904 for (child = root->hp_child; child != NULL; child = child->hp_sibling) { in i_hp_pack_branch()
[all …]
H A Dlibhotplug_impl.h50 hp_node_t hp_sibling; member
H A Dlibhotplug.h89 hp_node_t hp_sibling(hp_node_t node);
H A Dmapfile-vers53 hp_sibling;
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c106 for (child = root; child; child = child->hp_sibling) in getinfo()
111 for (child = root; child != NULL; child = child->hp_sibling) in getinfo()
443 listp->prev->hp_sibling = node; in node_list_add()
H A Dhotplugd_rcm.c503 usage->hp_sibling = node->hp_child; in merge_callback()
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c589 port = hp_sibling(port); in cfga_get_state()