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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c107 static void display_dev_node(Prom_node *np, int depth);
417 * print the header and call display_dev_node() to walk the device
433 display_dev_node(board->nodes, 0);
443 display_dev_node(Prom_node *np, int depth) function
492 display_dev_node(np->child, depth+1);
493 display_dev_node(np->sibling, depth);

Completed in 55 milliseconds