Searched refs:sun4v_walk (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4v.c69 Prom_node *sun4v_walk(Sys_tree *, Prom_node *, int);
124 root_node = sun4v_walk(&sys_tree, NULL, next(0));
148 sun4v_walk(Sys_tree *tree, Prom_node *root, int id) function
219 pnode->child = sun4v_walk(tree, pnode, curnode);
224 return (sun4v_walk(tree, root, curnode));
226 pnode->sibling = sun4v_walk(tree, root, curnode);

Completed in 85 milliseconds