Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c107 child->hp_parent = NULL; in getinfo()
465 node->hp_parent = parent; in new_device_node()
499 node->hp_parent = parent; in new_hotplug_node()
H A Dhotplugd_rcm.c502 usage->hp_parent = node; in merge_callback()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h48 hp_node_t hp_parent; member
H A Dlibhotplug.c367 hp_parent(hp_node_t node) in hp_parent() function
377 if (node->hp_parent == NULL) { in hp_parent()
382 return (node->hp_parent); in hp_parent()
466 for (parent = node; parent != NULL; parent = parent->hp_parent) { in hp_path()
471 if (parent->hp_parent == NULL) in hp_path()
1158 node->hp_parent = parent; in i_hp_unpack_node()
H A Dlibhotplug.h87 hp_node_t hp_parent(hp_node_t node);
H A Dmapfile-vers51 hp_parent;
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c1035 for (parent = hp_parent(node); parent; parent = hp_parent(parent)) in list_cb()