Searched refs:b_ (Results 1 – 2 of 2) sorted by relevance
41 const bridge *get_bridge() const { return b_; } in get_bridge()42 bridge *get_bridge() { return b_; } in get_bridge()55 bridge *b_ = nullptr; variable
31 bus::bus(pci_location_t loc, bridge *b, bool root_bus) : loc_(loc), b_(b), root_bus_(root_bus) {} in bus()
Completed in 13 milliseconds