Home
last modified time | relevance | path

Searched refs:br (Results 1 – 2 of 2) sorted by relevance

/pciutils/
H A Dls-tree.c335 struct bridge *br; in check_dev_filter() local
344 for (br = host_bridge.chain; br; br = br->chain) in check_dev_filter()
345 if (br->br_dev == d) in check_dev_filter()
347 for (b = br->first_bus; b; b = b->sibling) in check_dev_filter()
H A Dlspci.c266 struct bridge *br = bus->parent_bridge; in show_slot_path() local
268 if (br && br->br_dev) in show_slot_path()
270 show_slot_path(br->br_dev); in show_slot_path()