Searched refs:header_length (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 031.out | 25 header_length 72 53 header_length 72 81 header_length 72 116 header_length 112 149 header_length 112 182 header_length 112
|
| H A D | 061.out | 25 header_length 112 49 header_length 72 83 header_length 112 107 header_length 72 139 header_length 112 168 header_length 72 194 header_length 112 218 header_length 72 244 header_length 72 263 header_length 112 [all …]
|
| H A D | qcow2_format.py | 400 fd.seek(self.header_length) 415 self.header_length = 72 434 fd.seek(self.header_length) 450 header_bytes = self.header_length
|
| H A D | 303.out | 46 header_length 112 129 "header_length": 112
|
| /openbmc/libpldm/src/dsp/ |
| H A D | pdr.c | 1703 uint16_t header_length = 0; in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() local 1756 rc = pldm_msgbuf_extract(src, header_length); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1762 if (header_length + sizeof(pldm_entity) > UINT16_MAX) { in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1766 header_length += sizeof(pldm_entity); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1767 pldm_msgbuf_insert(dst, header_length); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 2059 uint16_t header_length = 0; in pldm_entity_association_pdr_remove_contained_entity() local 2121 rc = pldm_msgbuf_extract(src, header_length); in pldm_entity_association_pdr_remove_contained_entity() 2125 if (header_length < sizeof(pldm_entity)) { in pldm_entity_association_pdr_remove_contained_entity() 2129 header_length -= sizeof(pldm_entity); in pldm_entity_association_pdr_remove_contained_entity() 2130 pldm_msgbuf_insert(dst, header_length); in pldm_entity_association_pdr_remove_contained_entity()
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | coreboot_tables.h | 201 u32 header_length; member
|
| /openbmc/qemu/tests/image-fuzzer/qcow2/ |
| H A D | fuzz.py | 273 def header_length(current): function
|
| /openbmc/qemu/block/ |
| H A D | qcow2.c | 1382 header.header_length = 72; in qcow2_do_open() 1389 header.header_length = be32_to_cpu(header.header_length); in qcow2_do_open() 1391 if (header.header_length < 104) { in qcow2_do_open() 1398 if (header.header_length > s->cluster_size) { in qcow2_do_open() 1404 if (header.header_length > sizeof(header)) { in qcow2_do_open() 1405 s->unknown_header_fields_size = header.header_length - sizeof(header); in qcow2_do_open() 1440 if (header.header_length > offsetof(QCowHeader, compression_type)) { in qcow2_do_open() 1453 qcow2_read_extensions(bs, header.header_length, ext_end, in qcow2_do_open() 1633 if (qcow2_read_extensions(bs, header.header_length, ext_end, NULL, in qcow2_do_open() 2932 size_t header_length; in qcow2_update_header() local [all …]
|
| H A D | linux-aio.c | 128 unsigned header_length; /* size of aio_ring */ member
|
| H A D | qcow2.h | 175 uint32_t header_length; member
|
| /openbmc/u-boot/tools/ |
| H A D | imximage.c | 306 uint32_t header_length = (((char *)&dcd_v1->addr_data[dcd_len].addr) in set_imx_hdr_v1() local 322 header_size_ptr = (uint32_t *)(((char *)imxhdr) + header_length - 4); in set_imx_hdr_v1()
|
| /openbmc/qemu/docs/interop/ |
| H A D | qcow2.rst | 92 the next fields through ``header_length``. 184 100 - 103: header_length 212 (*) A field is considered not present when ``header_length`` is less than or equal 242 ``header_length`` must be a multiple of 8, which means that if the end of the last
|