Home
last modified time | relevance | path

Searched refs:GetSELEntryResponse (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp118 struct GetSELEntryResponse struct
124 static_assert(sizeof(GetSELEntryResponse) ==
137 GetSELEntryResponse convertLogEntrytoSEL(const std::string& objPath);
186 GetSELEntryResponse prepareSELEntry(
H A Dselutility.cpp87 const AdditionalData& data, GetSELEntryResponse& record) in constructOEMSEL()
114 GetSELEntryResponse& record) in constructSEL()
161 GetSELEntryResponse prepareSELEntry( in prepareSELEntry()
165 GetSELEntryResponse record{}; in prepareSELEntry()
295 GetSELEntryResponse convertLogEntrytoSEL(const std::string& objPath) in convertLogEntrytoSEL()
H A Dstoragehandler.cpp95 ipmi::sel::GetSELEntryResponse record{}; in parseLoggingEntry()
339 ipmi::sel::GetSELEntryResponse record{0, iter->second}; in getSELEntry()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp174 struct GetSELEntryResponse struct