Home
last modified time | relevance | path

Searched refs:nextRecordID (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp354 record.nextRecordID = ipmi::sel::lastEntry; in getSELEntry()
358 record.nextRecordID = iter->first; in getSELEntry()
379 uint16_t nextRecordID = record.nextRecordID; in getSELEntry() local
380 std::memcpy(response, &nextRecordID, sizeof(nextRecordID)); in getSELEntry()
383 std::memcpy(static_cast<uint8_t*>(response) + sizeof(nextRecordID), in getSELEntry()
386 *data_len = sizeof(nextRecordID) + readLength; in getSELEntry()
H A Dselutility.hpp136 uint16_t nextRecordID; //!< Next RecordID. member
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp775 uint16_t nextRecordID = recordID + 1; in getNextRecordID() local
777 if (findSELEntry(nextRecordID, selLogFiles, entry)) in getNextRecordID()
779 return nextRecordID; in getNextRecordID()
958 uint16_t nextRecordID = getNextRecordID(recordID, selLogFiles); in ipmiStorageGetSELEntry() local
1028 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1051 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1062 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp823 uint16_t nextRecordID = recordID + 1; in getNextRecordID() local
825 if (findSELEntry(nextRecordID, selLogFiles, entry)) in getNextRecordID()
827 return nextRecordID; in getNextRecordID()
1009 uint16_t nextRecordID = getNextRecordID(recordID, selLogFiles); in ipmiStorageGetSELEntry() local
1090 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1116 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1129 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp176 uint16_t nextRecordID; //!< Next RecordID. member