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.cpp1568 uint16_t nextRecord; in ipmiStorageGetSELEntry() local
1571 nextRecord = fb_oem::ipmi::sel::lastEntry; in ipmiStorageGetSELEntry()
1575 nextRecord = reqData->recordID + 1; in ipmiStorageGetSELEntry()
1580 return ipmi::responseSuccess(nextRecord, recDataBytes); in ipmiStorageGetSELEntry()
1598 return ipmi::responseSuccess(nextRecord, recPartData); in ipmiStorageGetSELEntry()
H A Dstoragecommands.cpp626 uint16_t nextRecord = lastRecord >= static_cast<size_t>(req->recordID + 1) in ipmiStorageGetSDR() local
634 resp->next_record_id_lsb = nextRecord & 0xFF; in ipmiStorageGetSDR()
635 resp->next_record_id_msb = nextRecord >> 8; in ipmiStorageGetSDR()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2124 uint16_t nextRecord(recordID + 1); in getSensorDataRecord() local
2132 nextRecord = lastRecordIndex; in getSensorDataRecord()
2147 return nextRecord; in getSensorDataRecord()
2223 return nextRecord; in getSensorDataRecord()
2248 return nextRecord; in getSensorDataRecord()
2273 return nextRecord; in getSensorDataRecord()