Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.hpp34 FoundDevices& foundDevices);
H A Dperform_scan.cpp451 FoundDevices& foundDevices) in updateSystemConfiguration() argument
457 std::list<size_t> indexes(foundDevices.size()); in updateSystemConfiguration()
462 for (auto itr = foundDevices.begin(); itr != foundDevices.end();) in updateSystemConfiguration()
484 itr = foundDevices.erase(itr); in updateSystemConfiguration()
494 for (const auto& [foundDevice, path] : foundDevices) in updateSystemConfiguration()
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp69 foundDevices; variable
174 auto [it, success] = foundDevices.emplace( in makeProbeInterface()
1156 for (auto device = foundDevices.begin(); device != foundDevices.end();) in rescanOneBus()
1161 device = foundDevices.erase(device); in rescanOneBus()
1258 for (auto [pair, interface] : foundDevices) in rescanBusses()
1262 foundDevices.clear(); in rescanBusses()