Home
last modified time | relevance | path

Searched refs:nextRecord (Results 1 – 3 of 3) sorted by relevance

/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1598 uint16_t nextRecord; in ipmiStorageGetSELEntry() local
1601 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()
H A Dstoragecommands.cpp627 uint16_t nextRecord = lastRecord >= static_cast<size_t>(req->recordID + 1) in ipmiStorageGetSDR() local
635 resp->next_record_id_lsb = nextRecord & 0xFF; in ipmiStorageGetSDR()
636 resp->next_record_id_msb = nextRecord >> 8; in ipmiStorageGetSDR()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2143 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()