Home
last modified time | relevance | path

Searched defs:SELEventRecord (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp59 struct SELEventRecord struct
61 uint16_t recordID; //!< Record ID.
62 uint8_t recordType; //!< Record Type.
63 uint32_t timeStamp; //!< Timestamp.
64 uint16_t generatorID; //!< Generator ID.
65 uint8_t eventMsgRevision; //!< Event Message Revision.
66 uint8_t sensorType; //!< Sensor Type.
67 uint8_t sensorNum; //!< Sensor Number.
69 uint8_t eventData1; //!< Event Data 1.
70 uint8_t eventData2; //!< Event Data 2.
[all …]
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp78 struct SELEventRecord struct
80 uint16_t recordID; //!< Record ID.
81 uint8_t recordType; //!< Record Type.
82 uint32_t timeStamp; //!< Timestamp.
83 uint16_t generatorID; //!< Generator ID.
84 uint8_t eventMsgRevision; //!< Event Message Revision.
85 uint8_t sensorType; //!< Sensor Type.
86 uint8_t sensorNum; //!< Sensor Number.
88 uint8_t eventData1; //!< Event Data 1.
89 uint8_t eventData2; //!< Event Data 2.
[all …]