Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp46 static constexpr auto firstEntry = 0x0000; variable
H A Dstoragehandler.cpp322 if (requestData->selRecordID == ipmi::sel::firstEntry) in getSELEntry()
429 if (selRecordID == ipmi::sel::firstEntry) in deleteSELEntry()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp113 static constexpr auto firstEntry = 0x0000; variable
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp140 const bool firstEntry = true) in getUniqueEntryID() argument
144 if (firstEntry) in getUniqueEntryID()
1585 bool firstEntry = true; in handleSystemsLogServiceEventLogLogEntryCollection() local
1589 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsLogServiceEventLogLogEntryCollection()
1593 firstEntry = false; in handleSystemsLogServiceEventLogLogEntryCollection()
1680 bool firstEntry = true; in handleSystemsLogServiceEventLogEntriesGet() local
1684 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsLogServiceEventLogEntriesGet()
1688 firstEntry = false; in handleSystemsLogServiceEventLogEntriesGet()
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp200 static constexpr auto firstEntry = 0x0000; variable
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp378 auto firstEntry = changeEntries[0].data(); in sendPDRRepositoryChgEvent() local
381 &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/intel-ipmi-oem/src/
H A Dstoragecommands.cpp881 if (targetID == ipmi::sel::firstEntry) in ipmiStorageGetSELEntry()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1568 if (reqData->recordID == fb_oem::ipmi::sel::firstEntry) in ipmiStorageGetSELEntry()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp932 if (targetID == ipmi::sel::firstEntry) in ipmiStorageGetSELEntry()