Searched refs:hp_parent (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h48 hp_node_t hp_parent; member in struct:hp_node
H A Dlibhotplug.h87 hp_node_t hp_parent(hp_node_t node);
H A Dlibhotplug.c362 * hp_parent()
367 hp_parent(hp_node_t node) function
369 i_hp_dprintf("hp_parent: node=%p\n", (void *)node);
372 i_hp_dprintf("hp_parent: invalid arguments.\n");
377 if (node->hp_parent == NULL) {
378 i_hp_dprintf("hp_parent: node has no parent.\n");
382 return (node->hp_parent);
466 for (parent = node; parent != NULL; parent = parent->hp_parent) {
471 if (parent->hp_parent == NULL)
1158 node->hp_parent
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c107 child->hp_parent = NULL;
465 node->hp_parent = parent;
499 node->hp_parent = parent;
H A Dhotplugd_rcm.c502 usage->hp_parent = node;
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c1035 for (parent = hp_parent(node); parent; parent = hp_parent(parent))

Completed in 66 milliseconds