Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp277 auto deviceFind = deviceHashes.find(devId); in replaceCacheFru() local
278 if (deviceFind == deviceHashes.end()) in replaceCacheFru()
287 cacheBus = deviceFind->second.first; in replaceCacheFru()
288 cacheAddr = deviceFind->second.second; in replaceCacheFru()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp244 auto deviceFind = deviceHashes.find(devId); in getFru() local
245 if (deviceFind == deviceHashes.end()) in getFru()
250 cacheBus = deviceFind->second.first; in getFru()
251 cacheAddr = deviceFind->second.second; in getFru()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp252 auto deviceFind = deviceHashes.find(devId); in getFru() local
253 if (deviceFind == deviceHashes.end()) in getFru()
266 cacheBus = deviceFind->second.first; in getFru()
267 cacheAddr = deviceFind->second.second; in getFru()