Searched refs:nextRecord (Results 1 – 3 of 3) sorted by relevance
1598 uint16_t nextRecord; in ipmiStorageGetSELEntry() local1601 nextRecord = fb_oem::ipmi::sel::lastEntry; in ipmiStorageGetSELEntry()1605 nextRecord = reqData->recordID + 1; in ipmiStorageGetSELEntry()1610 return ipmi::responseSuccess(nextRecord, recDataBytes); in ipmiStorageGetSELEntry()1628 return ipmi::responseSuccess(nextRecord, recPartData); in ipmiStorageGetSELEntry()
627 uint16_t nextRecord = lastRecord >= static_cast<size_t>(req->recordID + 1) in ipmiStorageGetSDR() local635 resp->next_record_id_lsb = nextRecord & 0xFF; in ipmiStorageGetSDR()636 resp->next_record_id_msb = nextRecord >> 8; in ipmiStorageGetSDR()
2143 uint16_t nextRecord(recordID + 1); in getSensorDataRecord() local 2151 nextRecord = lastRecordIndex; in getSensorDataRecord() 2166 return nextRecord; in getSensorDataRecord() 2242 return nextRecord; in getSensorDataRecord() 2267 return nextRecord; in getSensorDataRecord() 2292 return nextRecord; in getSensorDataRecord()