Home
last modified time | relevance | path

Searched refs:recordLength (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/create_package/
H A Dfirmware_device_id_area.cpp157 const ssize_t recordLength = i - startIndex; in create_pldm_firmware_device_identification_record() local
158 b[recordLengthOffset + 0] = (recordLength >> 0) & 0xff; in create_pldm_firmware_device_identification_record()
159 b[recordLengthOffset + 1] = (recordLength >> 8) & 0xff; in create_pldm_firmware_device_identification_record()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp141 auto recordLength = readUInt16LE(iterator); in recordEccCheck() local
143 if (recordOffset == 0 || recordLength == 0) in recordEccCheck()
164 const_cast<uint8_t*>(&vpdPtr[recordOffset]), recordLength, in recordEccCheck()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp1196 record.header.recordLength = sizeof(record.key) + sizeof(record.body); in ipmiFruGetSdr()
1284 record.header.recordLength = sizeof(record.key) + sizeof(record.body); in ipmiEntityGetSdr()
1375 record.header.recordLength = sizeof(record.key) + sizeof(record.body); in ipmiSensorGetSdr()
H A Dsensorhandler.hpp101 uint8_t recordLength; // Length not counting the header member
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp717 resp.header.recordLength = sizeof(resp.body) + sizeof(resp.key) - sizeDiff; in getFruSdrs()
1207 data.header.recordLength = sizeof(data.key) + sizeof(data.body); in getType8SDRs()
H A Dsensorcommands.cpp1814 record.header.recordLength = sizeof(get_sdr::SensorDataFullRecord) - in constructSensorSdrHeaderKey()
2072 record.header.recordLength = sizeof(get_sdr::SensorDataEventRecord) - in constructEventSdrHeaderKey()
2496 sizeof(get_sdr::SensorDataRecordHeader) + hdr->recordLength; in ipmiStorageGetSDR()
/openbmc/entity-manager/src/fru_device/
H A Dfru_utils.cpp916 size_t recordLength = blockData[2]; in readFRUContents() local
917 areaOffset += (recordLength + multiRecordHeaderSize); in readFRUContents()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex96 recordLength & uint64 & The total length of the binary CPER record, including the header, in bytes.…