Home
last modified time | relevance | path

Searched refs:findDevice (Results 1 – 5 of 5) sorted by relevance

/openbmc/estoraged/src/test/
H A Dutil_test.cpp136 estoraged::util::findDevice(data, std::filesystem::path("./")); in TEST()
194 estoraged::util::findDevice(data, std::filesystem::path("./")); in TEST()
241 estoraged::util::findDevice(data, std::filesystem::path("./")); in TEST()
280 estoraged::util::findDevice(data, std::filesystem::path("./")); in TEST()
312 estoraged::util::findDevice(data, std::filesystem::path("./")); in TEST()
/openbmc/estoraged/include/
H A Dutil.hpp73 std::optional<DeviceInfo> findDevice(const StorageData& data,
/openbmc/estoraged/src/
H A Dmain.cpp75 estoraged::util::findDevice(data, blockDevDir); in createStorageObjects()
H A Dutil.cpp147 std::optional<DeviceInfo> findDevice(const StorageData& data, in findDevice() function
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py1996 def findDevice(self, phase, name): member in Data
3657 dev = data.findDevice(phase, n)