Home
last modified time | relevance | path

Searched refs:image_offset (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/block/
H A Dvpc.c626 int64_t image_offset; in vpc_co_preadv() local
639 image_offset = get_image_offset(bs, offset, false, NULL); in vpc_co_preadv()
642 if (image_offset == -1) { in vpc_co_preadv()
649 ret = bdrv_co_preadv(bs->file, image_offset, n_bytes, in vpc_co_preadv()
675 int64_t image_offset; in vpc_co_pwritev() local
689 image_offset = get_image_offset(bs, offset, true, &ret); in vpc_co_pwritev()
690 if (image_offset == -2) { in vpc_co_pwritev()
696 if (image_offset == -1) { in vpc_co_pwritev()
697 image_offset = alloc_block(bs, offset); in vpc_co_pwritev()
698 if (image_offset < 0) { in vpc_co_pwritev()
[all …]
/openbmc/u-boot/tools/
H A Dzynqimage.c76 uint32_t image_offset; /* 0x30 */ member
101 checksum += le32_to_cpu(ptr->image_offset); in zynqimage_checksum()
172 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqimage_print_header()
275 zynqhdr->image_offset = in zynqimage_set_header()
H A Dzynqmpimage.c78 checksum += le32_to_cpu(ptr->image_offset); in zynqmpimage_checksum()
218 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqmpimage_print_header()
410 zynqhdr->image_offset = in zynqmpimage_set_header()
H A Dzynqmpbif.c302 if (bif_output.header->image_offset) { in bif_add_pmufw()
314 bif_output.header->image_offset = cpu_to_le32(bf->offset); in bif_add_pmufw()
356 parthdr.offset = cpu_to_le32(bif_output.header->image_offset); in bif_add_part()
358 bif_output.header->image_offset) / 4); in bif_add_part()
425 if (!bif_output.header->image_offset) in bif_add_part()
426 bif_output.header->image_offset = in bif_add_part()
H A Dzynqmpimage.h121 uint32_t image_offset; /* 0x30 */ member
/openbmc/qemu/docs/interop/
H A Dqcow2.rst899 image_offset(bitmap_data_offset) =
911 image_offset(byte_nr / granularity / 8) * 8 +