Lines Matching refs:recordID
740 static bool findSELEntry(const int recordID, in findSELEntry() argument
746 std::string search = " " + std::to_string(recordID) + ","; in findSELEntry()
770 getNextRecordID(const uint16_t recordID, in getNextRecordID() argument
773 uint16_t nextRecordID = recordID + 1; in getNextRecordID()
945 uint16_t recordID; in ipmiStorageGetSELEntry() local
949 recordID = std::stoul(recordIDStr); in ipmiStorageGetSELEntry()
956 uint16_t nextRecordID = getNextRecordID(recordID, selLogFiles); in ipmiStorageGetSELEntry()
1026 nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1049 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1060 return ipmi::responseSuccess(nextRecordID, recordID, recordType, in ipmiStorageGetSELEntry()
1068 uint16_t recordID, uint8_t recordType, uint32_t timestamp, in ipmiStorageAddSELEntry() argument
1080 recordID, recordType, timestamp, generatorID, evmRev, sensorType, in ipmiStorageAddSELEntry()