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