Searched refs:sun4v_walk (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_sun4v.c | 69 Prom_node *sun4v_walk(Sys_tree *, Prom_node *, int); 124 root_node = sun4v_walk(&sys_tree, NULL, next(0)); in do_prominfo() 148 sun4v_walk(Sys_tree *tree, Prom_node *root, int id) in sun4v_walk() function 219 pnode->child = sun4v_walk(tree, pnode, curnode); in sun4v_walk() 224 return (sun4v_walk(tree, root, curnode)); in sun4v_walk() 226 pnode->sibling = sun4v_walk(tree, root, curnode); in sun4v_walk()
|