Searched refs:rootBusFind (Results 1 – 1 of 1) sorted by relevance
492 auto rootBusFind = busBlocklist.find(rootBus); in getBusFRUs() local 493 if (rootBusFind != busBlocklist.end()) in getBusFRUs() 495 if (rootBusFind->second != std::nullopt) in getBusFRUs() 497 for (const auto& rootAddress : *(rootBusFind->second)) in getBusFRUs() 727 auto rootBusFind = busBlocklist.find(rootBus); in findI2CDevices() local 728 if (rootBusFind != busBlocklist.end()) in findI2CDevices() 730 if (rootBusFind->second == std::nullopt) in findI2CDevices()