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.cpp243 auto deviceFind = deviceHashes.find(devId); in getFru() local
244 if (deviceFind == deviceHashes.end()) in getFru()
249 cacheBus = deviceFind->second.first; in getFru()
250 cacheAddr = deviceFind->second.second; in getFru()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp253 auto deviceFind = deviceHashes.find(devId); in getFru() local
254 if (deviceFind == deviceHashes.end()) in getFru()
267 cacheBus = deviceFind->second.first; in getFru()
268 cacheAddr = deviceFind->second.second; in getFru()