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.hpp61 struct SELEventRecord struct
63 uint16_t recordID; //!< Record ID.
64 uint8_t recordType; //!< Record Type.
65 uint32_t timeStamp; //!< Timestamp.
66 uint16_t generatorID; //!< Generator ID.
67 uint8_t eventMsgRevision; //!< Event Message Revision.
68 uint8_t sensorType; //!< Sensor Type.
69 uint8_t sensorNum; //!< Sensor Number.
71 uint8_t eventData1; //!< Event Data 1.
72 uint8_t eventData2; //!< Event Data 2.
[all …]
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp77 struct SELEventRecord struct
79 uint16_t recordID; //!< Record ID.
80 uint8_t recordType; //!< Record Type.
81 uint32_t timeStamp; //!< Timestamp.
82 uint16_t generatorID; //!< Generator ID.
83 uint8_t eventMsgRevision; //!< Event Message Revision.
84 uint8_t sensorType; //!< Sensor Type.
85 uint8_t sensorNum; //!< Sensor Number.
87 uint8_t eventData1; //!< Event Data 1.
88 uint8_t eventData2; //!< Event Data 2.
[all …]