Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.cpp82 std::flat_map<size_t, fs::path>& busPaths) in getI2cDevicePaths() argument
103 busPaths.insert(std::pair<size_t, fs::path>(bus, p.path())); in getI2cDevicePaths()
H A Dutils.hpp33 std::flat_map<size_t, std::filesystem::path>& busPaths);
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp1245 std::flat_map<size_t, fs::path> busPaths; in rescanBusses() local
1246 if (!getI2cDevicePaths(devDir, busPaths)) in rescanBusses()
1252 for (const auto& busPath : busPaths) in rescanBusses()