Lines Matching defs:tree
63 * tree-walking functions which contain sun4u specifics were moved
84 Prom_node *root_node; /* root node of OBP device tree */
93 /* set the the system tree fields */
152 * Walk the PROM device tree and build the system tree and root tree.
162 walk(Sys_tree *tree, Prom_node *root, int id)
189 * board# property. But the PROM tree does not exactly follow
218 add_node(tree, pnode);
245 add_node(tree, pnode);
259 pnode->child = walk(tree, pnode, curnode);
264 return (walk(tree, root, curnode));
266 pnode->sibling = walk(tree, root, curnode);