Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp185 const bool firstEntry = true) in getUniqueEntryID() argument
189 if (firstEntry) in getUniqueEntryID()
378 bool firstEntry = true; in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local
382 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
386 firstEntry = false; in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
456 bool firstEntry = true; in handleSystemsAndManagersLogServiceEventLogEntriesGet() local
460 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsAndManagersLogServiceEventLogEntriesGet()
464 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/pldm/libpldmresponder/
H A Dplatform.cpp1072 auto firstEntry = changeEntries[0].data(); in sendPDRRepositoryChgEventbyPDRHandles() local
1075 &firstEntry, eventData, &actualSize, maxSize); in sendPDRRepositoryChgEventbyPDRHandles()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp400 auto firstEntry = changeEntries[0].data(); in sendPDRRepositoryChgEvent() local
403 &firstEntry, eventData, &actualSize, maxSize); in sendPDRRepositoryChgEvent()
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp889 auto firstEntry = in TEST() local
892 firstEntry->attr_type = PLDM_BIOS_PASSWORD; in TEST()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1570 if (reqData->recordID == fb_oem::ipmi::sel::firstEntry) in ipmiStorageGetSELEntry()
/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()