Lines Matching defs:child
71 hp_node_t child;
101 child = root->hp_child;
105 root = child;
106 for (child = root; child; child = child->hp_sibling)
107 child->hp_parent = NULL;
111 for (child = root; child != NULL; child = child->hp_sibling)
112 child->hp_basepath = basepath;
180 di_node_t child;
210 * approach of iterating through its child device nodes.
213 for (child = di_child_node(dev); child != DI_NODE_NIL;
214 child = di_sibling_node(child)) {
216 if ((rv = copy_devices(self, child, flags, &branch)) != 0) {
293 /* Add branch of child devices to port node */
343 /* Add branch of child devices */