Lines Matching refs:child
71 hp_node_t child; in getinfo() local
101 child = root->hp_child; in getinfo()
105 root = child; in getinfo()
106 for (child = root; child; child = child->hp_sibling) in getinfo()
107 child->hp_parent = NULL; in getinfo()
111 for (child = root; child != NULL; child = child->hp_sibling) in getinfo()
112 child->hp_basepath = basepath; in getinfo()
180 di_node_t child; in copy_devices() local
213 for (child = di_child_node(dev); child != DI_NODE_NIL; in copy_devices()
214 child = di_sibling_node(child)) { in copy_devices()
216 if ((rv = copy_devices(self, child, flags, &branch)) != 0) { in copy_devices()