Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 3 of 3) sorted by relevance

/qemu/block/
H A Dvdi.c155 uint32_t image_type; member
199 header->image_type = le32_to_cpu(header->image_type); in vdi_header_to_cpu()
223 header->image_type = cpu_to_le32(header->image_type); in vdi_header_to_le()
249 logout("image type 0x%04x\n", header->image_type); in vdi_header_print()
547 (s->header.image_type == VDI_TYPE_STATIC ? BDRV_BLOCK_RECURSE : 0); in vdi_co_block_status()
748 uint32_t image_type; in vdi_co_do_create() local
771 image_type = VDI_TYPE_DYNAMIC; in vdi_co_do_create()
774 image_type = VDI_TYPE_STATIC; in vdi_co_do_create()
782 if (image_type == VDI_TYPE_STATIC) { in vdi_co_do_create()
834 header.image_type = image_type; in vdi_co_do_create()
[all …]
H A Dvhdx.c1928 VHDXImageType image_type; in vhdx_co_create() local
1966 image_type = VHDX_TYPE_DYNAMIC; in vhdx_co_create()
1969 image_type = VHDX_TYPE_FIXED; in vhdx_co_create()
2051 log_size, use_zero_blocks, image_type, in vhdx_co_create()
2059 metadata_offset, image_type); in vhdx_co_create()
/qemu/hw/core/
H A Dloader.c608 uint8_t image_type, in load_uboot_image() argument
635 if (hdr->ih_type != image_type) { in load_uboot_image()
636 if (!(image_type == IH_TYPE_KERNEL && in load_uboot_image()
639 image_type); in load_uboot_image()