Lines Matching defs:tree
62 * tree-walking functions which contain sun4v specifics were moved
84 Prom_node *root_node; /* root node of OBP device tree */
101 /* set the the system tree fields */
142 * sun4v_Walk the PROM device tree and build the system tree and root tree.
148 sun4v_walk(Sys_tree *tree, Prom_node *root, int id)
175 * board# property. But the PROM tree does not exactly follow
198 add_node(tree, pnode);
205 add_node(tree, pnode);
219 pnode->child = sun4v_walk(tree, pnode, curnode);
224 return (sun4v_walk(tree, root, curnode));
226 pnode->sibling = sun4v_walk(tree, root, curnode);