Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp403 uint8_t deviceIDLen; member
629 body->deviceIDLen &= ~(LENGTH_MASK); in set_device_id_strlen()
630 body->deviceIDLen |= len & LENGTH_MASK; in set_device_id_strlen()
635 return body->deviceIDLen & LENGTH_MASK; in get_device_id_strlen()
/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.cpp548 resp.body.deviceIDLen = name.size(); in getFruSdrs()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp759 resp.body.deviceIDLen = name.size(); in getFruSdrs()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp737 resp.body.deviceIDLen = ipmi::storage::typeASCIILatin8 | name.size(); in getFruSdrs()