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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c219 (void) topo_walk_step(wp, TOPO_WALK_SIBLING);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c57 * respectively passing in TOPO_WALK_SIBLING or TOPO_WALK_CHILD to
630 if (flag != TOPO_WALK_CHILD && flag != TOPO_WALK_SIBLING) {
702 if (flag != TOPO_WALK_CHILD && flag != TOPO_WALK_SIBLING) {
719 (flag == TOPO_WALK_CHILD ? "TOPO_WALK_CHILD" : "TOPO_WALK_SIBLING"),
H A Dlibtopo.h87 #define TOPO_WALK_SIBLING 0x0002 macro
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c986 flag = opt_b != 0 ? TOPO_WALK_SIBLING : TOPO_WALK_CHILD;

Completed in 52 milliseconds