Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp64 struct GetSELEntryRequest struct
H A Dstoragehandler.cpp291 if (*data_len != sizeof(ipmi::sel::GetSELEntryRequest)) in getSELEntry()
298 reinterpret_cast<const ipmi::sel::GetSELEntryRequest*>(request); in getSELEntry()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp162 struct GetSELEntryRequest struct
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1517 if (data.size() != sizeof(fb_oem::ipmi::sel::GetSELEntryRequest)) in ipmiStorageGetSELEntry()
1522 fb_oem::ipmi::sel::GetSELEntryRequest* reqData = in ipmiStorageGetSELEntry()
1523 reinterpret_cast<fb_oem::ipmi::sel::GetSELEntryRequest*>(&data[0]); in ipmiStorageGetSELEntry()