Home
last modified time | relevance | path

Searched refs:foundDevices (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/src/
H A Dperform_scan.cpp454 FoundDevices& foundDevices) in updateSystemConfiguration() argument
460 std::list<size_t> indexes(foundDevices.size()); in updateSystemConfiguration()
465 for (auto itr = foundDevices.begin(); itr != foundDevices.end();) in updateSystemConfiguration()
487 itr = foundDevices.erase(itr); in updateSystemConfiguration()
497 for (const auto& [foundDevice, path] : foundDevices) in updateSystemConfiguration()
H A Dfru_device.cpp83 foundDevices; variable
187 auto [it, success] = foundDevices.emplace( in makeProbeInterface()
973 for (auto device = foundDevices.begin(); device != foundDevices.end();) in rescanOneBus()
978 device = foundDevices.erase(device); in rescanOneBus()
1075 for (auto& [pair, interface] : foundDevices) in rescanBusses()
1079 foundDevices.clear(); in rescanBusses()
H A Dentity_manager.hpp73 FoundDevices& foundDevices);