Home
last modified time | relevance | path

Searched refs:recordLength (Results 1 – 5 of 5) 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.cpp170 auto recordLength = readUInt16LE(iterator); in recordEccCheck() local
172 if (recordOffset == 0 || recordLength == 0) in recordEccCheck()
191 const_cast<uint8_t*>(&vpdPtr[recordOffset]), recordLength, in recordEccCheck()
/openbmc/linux/fs/udf/
H A Decma_167.h569 __le32 recordLength; member
796 __le32 recordLength; member
/openbmc/entity-manager/src/
H A Dfru_utils.cpp831 size_t recordLength = blockData[2]; in readFRUContents() local
832 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.…