Home
last modified time | relevance | path

Searched refs:TOPO_WALK_SIBLING (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c700 if (flag != TOPO_WALK_CHILD && flag != TOPO_WALK_SIBLING) { in topo_walk_step()
772 if (flag != TOPO_WALK_CHILD && flag != TOPO_WALK_SIBLING) { in topo_walk_bottomup()
H A Dlibtopo.h108 #define TOPO_WALK_SIBLING 0x0002 macro
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c1031 flag = opt_b != 0 ? TOPO_WALK_SIBLING : TOPO_WALK_CHILD; in walk_topo()