Searched refs:rootBusFind (Results 1 – 1 of 1) sorted by relevance
480 auto rootBusFind = busBlocklist.find(rootBus); in getBusFRUs() local 481 if (rootBusFind != busBlocklist.end()) in getBusFRUs() 483 if (rootBusFind->second != std::nullopt) in getBusFRUs() 485 for (const auto& rootAddress : *(rootBusFind->second)) in getBusFRUs() 795 auto rootBusFind = busBlocklist.find(rootBus); in findI2CDevices() local 796 if (rootBusFind != busBlocklist.end()) in findI2CDevices() 798 if (rootBusFind->second == std::nullopt) in findI2CDevices()