Home
last modified time | relevance | path

Searched refs:GetSELEntryRequest (Results 1 – 2 of 2) sorted by relevance

/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp162 struct GetSELEntryRequest struct
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1547 if (data.size() != sizeof(fb_oem::ipmi::sel::GetSELEntryRequest)) in ipmiStorageGetSELEntry()
1552 fb_oem::ipmi::sel::GetSELEntryRequest* reqData = in ipmiStorageGetSELEntry()
1553 reinterpret_cast<fb_oem::ipmi::sel::GetSELEntryRequest*>(&data[0]); in ipmiStorageGetSELEntry()