Searched defs:hp_parent (Results 1 - 2 of 2) 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.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...]

Completed in 59 milliseconds