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

/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_topo.c131 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c49 * handle passed to topo_walk_step to begin the walk. At each node in the
58 * the topo_walk_step() function. Topology nodes
537 (void) topo_walk_step(twp, TOPO_WALK_CHILD);
709 status = topo_walk_step(wp, flag);
738 status = topo_walk_step(wp, flag);
786 topo_walk_step(topo_walk_t *wp, int flag) function
H A Dhc.c1349 * topo_walk_step() doesn't affect the traversal.
1459 * A call to hc_walk_init() followed by a call to topo_walk_step() will simply
1584 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) ==
1641 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) ==
1712 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) ==
1849 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) ==
1966 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) ==
2029 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) ==
2255 if (topo_walk_step(hwp->hcw_wp, TOPO_WALK_CHILD) ==
H A Dlibtopo.h81 extern int topo_walk_step(topo_walk_t *, int);
137 * Topo node utilities: callable from topo_walk_step() callback or module
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/
H A Dpci_sun4v.c223 (void) topo_walk_step(wp, TOPO_WALK_SIBLING);
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_subr.c527 rv = topo_walk_step(twp, TOPO_WALK_CHILD);
531 "%s: topo_walk_step() failed for (%s)\n",
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c571 err = topo_walk_step(twp, TOPO_WALK_CHILD);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_meth.c262 err = topo_walk_step(twp, TOPO_WALK_CHILD);
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c650 if (topo_walk_step(twp, TOPO_WALK_CHILD) == TOPO_WALK_ERR) {

Completed in 50 milliseconds