Home
last modified time | relevance | path

Searched defs:SensorDataRecordHeader (Results 1 – 3 of 3) sorted by relevance

/openbmc/fb-ipmi-oem/include/
H A Dsdrutils.hpp23 struct SensorDataRecordHeader struct
25 uint8_t record_id_lsb;
26 uint8_t record_id_msb;
27 uint8_t sdr_version;
28 uint8_t record_type;
29 uint8_t record_length; // Length not counting the header
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp48 struct SensorDataRecordHeader struct
50 uint8_t record_id_lsb;
51 uint8_t record_id_msb;
52 uint8_t sdr_version;
53 uint8_t record_type;
54 uint8_t record_length; // Length not counting the header
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp96 struct SensorDataRecordHeader struct
98 uint16_t recordId;
99 uint8_t sdrVersion;
100 uint8_t recordType;
101 uint8_t recordLength; // Length not counting the header