Searched refs:SELEntry (Results 1 – 1 of 1) sorted by relevance
65 using SELEntry = ipmi::sel::SELEventRecordFormat; typedef66 using SELCacheMap = std::map<SELRecordID, SELEntry>;89 std::optional<std::pair<uint16_t, SELEntry>> parseLoggingEntry( in parseLoggingEntry()97 return std::pair<uint16_t, SELEntry>({id, std::move(record.event)}); in parseLoggingEntry()