Searched defs:hp_parent (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h52 hp_node_t hp_parent; member in struct:hp_node
H A Dlibhotplug.c452 * hp_parent()
457 hp_parent(hp_node_t node) function
459 i_hp_dprintf("hp_parent: node=%p\n", (void *)node);
462 i_hp_dprintf("hp_parent: invalid arguments.\n");
467 if (node->hp_parent == NULL) {
468 i_hp_dprintf("hp_parent: node has no parent.\n");
472 return (node->hp_parent);
556 for (parent = node; parent != NULL; parent = parent->hp_parent) {
561 if (parent->hp_parent == NULL)
1685 node->hp_parent
[all...]

Completed in 24 milliseconds