Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c219 (void) topo_walk_step(wp, TOPO_WALK_SIBLING); in platform_pci_fru_location()
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c630 if (flag != TOPO_WALK_CHILD && flag != TOPO_WALK_SIBLING) { in topo_walk_step()
702 if (flag != TOPO_WALK_CHILD && flag != TOPO_WALK_SIBLING) { in topo_walk_bottomup()
H A Dlibtopo.h87 #define TOPO_WALK_SIBLING 0x0002 macro
/titanic_50/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c986 flag = opt_b != 0 ? TOPO_WALK_SIBLING : TOPO_WALK_CHILD; in walk_topo()