Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.cpp104 boost::container::flat_map<size_t, fs::path>& busPaths) in getI2cDevicePaths() argument
125 busPaths.insert(std::pair<size_t, fs::path>(bus, p.path())); in getI2cDevicePaths()
H A Dutils.hpp67 boost::container::flat_map<size_t, std::filesystem::path>& busPaths);
H A Dfru_device.cpp1144 boost::container::flat_map<size_t, fs::path> busPaths; in rescanBusses() local
1145 if (!getI2cDevicePaths(devDir, busPaths)) in rescanBusses()
1151 for (const auto& busPath : busPaths) in rescanBusses()