Home
last modified time | relevance | path

Searched refs:Type12Record (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp82 struct Type12Record struct
98 Type12Record(uint16_t recordID, uint8_t address, uint8_t chNumber, in Type12Record() argument
112 sizeof(Type12Record) - sizeof(get_sdr::SensorDataRecordHeader) -
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp255 struct Type12Record struct
271 Type12Record(uint16_t recordID, uint8_t address, uint8_t chNumber, in Type12Record() argument
285 sizeof(Type12Record) - sizeof(get_sdr::SensorDataRecordHeader) -
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp1240 Type12Record bmc(recordId, 0x20, 0, 0, 0xbf, 0x2e, 1, 0, bmcName); in getType12SDRs()
1242 resp.insert(resp.end(), bmcPtr, bmcPtr + sizeof(Type12Record)); in getType12SDRs()
1247 Type12Record me(recordId, 0x2c, 6, 0x24, 0x21, 0x2e, 2, 0, meName); in getType12SDRs()
1249 resp.insert(resp.end(), mePtr, mePtr + sizeof(Type12Record)); in getType12SDRs()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp1177 Type12Record bmc(recordId, 0x20, 0, 0, 0xbf, 0x2e, 1, 0, bmcName); in getType12SDRs()
1179 resp.insert(resp.end(), bmcPtr, bmcPtr + sizeof(Type12Record)); in getType12SDRs()
1184 Type12Record me(recordId, 0x2c, 6, 0x24, 0x21, 0x2e, 2, 0, meName); in getType12SDRs()
1186 resp.insert(resp.end(), mePtr, mePtr + sizeof(Type12Record)); in getType12SDRs()