Home
last modified time | relevance | path

Searched refs:deviceIDLen (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp320 uint8_t deviceIDLen; member
566 body.deviceIDLen &= ~(LENGTH_MASK); in setDeviceIdStrLen()
567 body.deviceIDLen |= len & LENGTH_MASK; in setDeviceIdStrLen()
572 return body.deviceIDLen & LENGTH_MASK; in getDeviceIdStrLen()
/openbmc/fb-ipmi-oem/include/
H A Dsdrutils.hpp117 uint8_t deviceIDLen; member
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp94 uint8_t deviceIDLen; member
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp549 resp.body.deviceIDLen = name.size(); in getFruSdrs()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp730 resp.body.deviceIDLen = ipmi::storage::typeASCIILatin8 | name.size(); in getFruSdrs()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp687 resp.body.deviceIDLen = name.size(); in getFruSdrs()