Home
last modified time | relevance | path

Searched refs:lastEntry (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp47 static constexpr auto lastEntry = 0xFFFF; variable
H A Dstoragehandler.cpp328 else if (requestData->selRecordID == ipmi::sel::lastEntry) in getSELEntry()
356 record.nextRecordID = ipmi::sel::lastEntry; in getSELEntry()
434 else if (selRecordID == ipmi::sel::lastEntry) in deleteSELEntry()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp114 static constexpr auto lastEntry = 0xFFFF; variable
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp201 static constexpr auto lastEntry = 0xFFFF; variable
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp831 return ipmi::sel::lastEntry; in getNextRecordID()
946 else if (targetID == ipmi::sel::lastEntry) in ipmiStorageGetSELEntry()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp783 return ipmi::sel::lastEntry; in getNextRecordID()
895 else if (targetID == ipmi::sel::lastEntry) in ipmiStorageGetSELEntry()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1573 else if (reqData->recordID == fb_oem::ipmi::sel::lastEntry) in ipmiStorageGetSELEntry()
1599 nextRecord = fb_oem::ipmi::sel::lastEntry; in ipmiStorageGetSELEntry()