Home
last modified time | relevance | path

Searched refs:SELEventRecord (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp78 struct SELEventRecord struct
93 static_assert(sizeof(SELEventRecord) == SELRecordLength);
125 SELEventRecord eventRecord;
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp59 struct SELEventRecord struct
H A Doemhandler.cpp64 auto rec = reinterpret_cast<const SELEventRecord*>(&eSELData[0]); in mapCalloutAssociation()