Home
last modified time | relevance | path

Searched refs:firstEntry (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp192 const bool firstEntry = true) in getUniqueEntryID() argument
196 if (firstEntry) in getUniqueEntryID()
389 bool firstEntry = true; in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local
393 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
397 firstEntry = false; in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
470 bool firstEntry = true; in handleSystemsAndManagersLogServiceEventLogEntriesGet() local
474 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsAndManagersLogServiceEventLogEntriesGet()
478 firstEntry = false; in handleSystemsAndManagersLogServiceEventLogEntriesGet()
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp42 static constexpr auto firstEntry = 0x0000; variable
H A Dstoragehandler.cpp313 if (selRecordID == ipmi::sel::firstEntry) in getSELEntry()
416 if (selRecordID == ipmi::sel::firstEntry) in deleteSELEntry()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp113 static constexpr auto firstEntry = 0x0000; variable
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp200 static constexpr auto firstEntry = 0x0000; variable
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp889 auto firstEntry = in TEST() local
892 firstEntry->attr_type = PLDM_BIOS_PASSWORD; in TEST()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp928 if (targetID == ipmi::sel::firstEntry) in ipmiStorageGetSELEntry()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp881 if (targetID == ipmi::sel::firstEntry) in ipmiStorageGetSELEntry()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1570 if (reqData->recordID == fb_oem::ipmi::sel::firstEntry) in ipmiStorageGetSELEntry()