Searched refs:recordLength (Results 1 – 8 of 8) sorted by relevance
157 const ssize_t recordLength = i - startIndex; in create_pldm_firmware_device_identification_record() local158 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()
141 auto recordLength = readUInt16LE(iterator); in recordEccCheck() local143 if (recordOffset == 0 || recordLength == 0) in recordEccCheck()164 const_cast<uint8_t*>(&vpdPtr[recordOffset]), recordLength, in recordEccCheck()
1196 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()
101 uint8_t recordLength; // Length not counting the header member
717 resp.header.recordLength = sizeof(resp.body) + sizeof(resp.key) - sizeDiff; in getFruSdrs()1207 data.header.recordLength = sizeof(data.key) + sizeof(data.body); in getType8SDRs()
1814 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()
916 size_t recordLength = blockData[2]; in readFRUContents() local917 areaOffset += (recordLength + multiRecordHeaderSize); in readFRUContents()
96 recordLength & uint64 & The total length of the binary CPER record, including the header, in bytes.…