Searched refs:nextRecordID (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-host-ipmid/ |
| H A D | storagehandler.cpp | 344 record.nextRecordID = ipmi::sel::lastEntry; in getSELEntry() 348 record.nextRecordID = iter->first; in getSELEntry() 351 uint16_t nextRecordID = record.nextRecordID; in getSELEntry() local 376 return ipmi::responseSuccess(nextRecordID, buffer); in getSELEntry()
|
| H A D | selutility.hpp | 120 uint16_t nextRecordID; //!< Next RecordID. member
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | storagecommands.cpp | 775 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 D | storagecommands.cpp | 819 uint16_t nextRecordID = recordID + 1; in getNextRecordID() local 821 if (findSELEntry(nextRecordID, selLogFiles, entry)) in getNextRecordID() 823 return nextRecordID; in getNextRecordID() 1005 uint16_t nextRecordID = getNextRecordID(recordID, selLogFiles); in ipmiStorageGetSELEntry() local 1086 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry() 1112 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry() 1125 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
|
| /openbmc/fb-ipmi-oem/include/ |
| H A D | storagecommands.hpp | 176 uint16_t nextRecordID; //!< Next RecordID. member
|