Home
last modified time | relevance | path

Searched refs:record_length (Results 1 – 14 of 14) sorted by relevance

/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py355 record_length = 2
358 record_length += 1
369 record_length += 4
373 record_length += 1
380 record_length += len(component_image_set_version_string)
381 record_length += 1
386 record_length += 2
396 record_length += applicable_components_bitfield_length
403 record_length += len(record_descriptors)
415 record_length,
/openbmc/qemu/hw/acpi/
H A Derst.c623 uint32_t record_length; in read_erst_record() local
631 memcpy((uint8_t *)&record_length, in read_erst_record()
634 record_length = le32_to_cpu(record_length); in read_erst_record()
635 if (record_length < UEFI_CPER_RECORD_MIN_SIZE) { in read_erst_record()
638 if (record_length > exchange_length - s->record_offset) { in read_erst_record()
643 memcpy(exchange, nvram, record_length); in read_erst_record()
664 uint32_t record_length; in write_erst_record() local
681 memcpy((uint8_t *)&record_length, &exchange[UEFI_CPER_RECORD_LENGTH_OFFSET], in write_erst_record()
683 record_length = le32_to_cpu(record_length); in write_erst_record()
684 if (record_length < UEFI_CPER_RECORD_MIN_SIZE) { in write_erst_record()
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp54 uint8_t record_length; // Length not counting the header member
284 header.record_length =
/openbmc/fb-ipmi-oem/include/
H A Dsdrutils.hpp29 uint8_t record_length; // Length not counting the header member
/openbmc/qemu/scripts/
H A Dsimpletrace.py57 event_id, timestamp_ns, record_length, record_pid = read_header(fobj, rec_header_fmt)
58 args_payload = fobj.read(record_length - rec_header_fmt_len)
/openbmc/pldm/fw-update/
H A Dpackage_parser.cpp136 offset += deviceIdRecHeader.record_length; in parseFDIdentificationArea()
137 pkgHdrRemainingSize -= deviceIdRecHeader.record_length; in parseFDIdentificationArea()
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpackage_parser.cpp154 offset += deviceIdRecHeader.record_length; in parseFDIdentificationArea()
155 pkgHdrRemainingSize -= deviceIdRecHeader.record_length; in parseFDIdentificationArea()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp538 resp.header.record_length = sizeof(resp.body) + sizeof(resp.key) - sizeDiff; in getFruSdrs()
696 record.header.record_length = sizeof(get_sdr::SensorDataFullRecord) - in ipmiStorageGetSDR()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp652 resp.header.record_length = sizeof(resp.body) + sizeof(resp.key) - sizeDiff; in getFruSdrs()
1207 nm.header.record_length = 0xB; in getNMDiscoverySDR()
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c831 memcpy(&fw_device_id_record->record_length, data, in decode_firmware_device_id_record()
832 sizeof(fw_device_id_record->record_length)); in decode_firmware_device_id_record()
833 LE16TOH(fw_device_id_record->record_length); in decode_firmware_device_id_record()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h481 uint16_t record_length;
480 uint16_t record_length; global() member
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp389 EXPECT_EQ(deviceIdRecHeader.record_length, recordLen); in TEST()
480 EXPECT_EQ(deviceIdRecHeader.record_length, recordLen); in TEST()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump11752 'name' => 'record_length',