Searched refs:TOPO_WALK_SIBLING (Results 1 – 4 of 4) sorted by relevance
219 (void) topo_walk_step(wp, TOPO_WALK_SIBLING); in platform_pci_fru_location()
630 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()
87 #define TOPO_WALK_SIBLING 0x0002 macro
986 flag = opt_b != 0 ? TOPO_WALK_SIBLING : TOPO_WALK_CHILD; in walk_topo()