/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/ |
H A D | block-cow.c | 69 struct cow_header_v2 cow_header; in cow_open() local 80 if (read(fd, &cow_header, sizeof(cow_header)) != sizeof(cow_header)) { in cow_open() 90 size = be64_to_cpu(cow_header.size); in cow_open() 94 cow_header.backing_file); in cow_open() 208 struct cow_header_v2 cow_header; in cow_create() local 218 memset(&cow_header, 0, sizeof(cow_header)); in cow_create() 219 cow_header.magic = cpu_to_be32(COW_MAGIC); in cow_create() 223 cow_header.mtime = cpu_to_be32(0); in cow_create() 237 pstrcpy(cow_header.backing_file, sizeof(cow_header.backing_file), in cow_create() 240 cow_header.sectorsize = cpu_to_be32(512); in cow_create() [all …]
|
H A D | block-qcow.c | 82 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 85 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 86 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | block-qcow2.c | 178 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 181 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 182 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
/dports/sysutils/testdisk/testdisk-7.1/src/ |
H A D | file_cow.c | 123 static const unsigned char cow_header[8]= {'Q', 'F', 'I', 0xfb, 0x0, 0x0, 0x0, 0x1}; in register_header_check_cow() local 126 register_header_check(0, cow_header,sizeof(cow_header), &header_check_qcow1, file_stat); in register_header_check_cow()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/drivers/ |
H A D | cow_user.c | 112 union cow_header { union 284 union cow_header *header; in read_cow_header()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/drivers/ |
H A D | cow_user.c | 112 union cow_header { union 284 union cow_header *header; in read_cow_header()
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/drivers/ |
H A D | cow_user.c | 112 union cow_header { union 284 union cow_header *header; in read_cow_header()
|
/dports/emulators/x49gp/x49gp/x49gp-code/ |
H A D | block-qcow.c | 85 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 88 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 89 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
/dports/emulators/qemu/qemu-6.2.0/block/ |
H A D | qcow.c | 98 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 101 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 102 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | qcow2.c | 85 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local 88 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe() 89 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()
|
/dports/emulators/qemu5/qemu-5.2.0/block/ |
H A D | qcow.c | 98 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 101 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 102 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | qcow2.c | 85 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local 88 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe() 89 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()
|
/dports/emulators/qemu60/qemu-6.0.0/block/ |
H A D | qcow.c | 98 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 101 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 102 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | qcow2.c | 85 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local 88 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe() 89 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/ |
H A D | qcow.c | 97 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 100 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 101 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | qcow2.c | 79 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local 82 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe() 83 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()
|
/dports/emulators/qemu-utils/qemu-4.2.1/block/ |
H A D | qcow.c | 98 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 101 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 102 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | qcow2.c | 85 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local 88 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe() 89 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()
|
/dports/emulators/qemu42/qemu-4.2.1/block/ |
H A D | qcow.c | 98 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 101 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 102 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | qcow2.c | 85 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local 88 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe() 89 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/ |
H A D | qcow.c | 98 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 101 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 102 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/ |
H A D | qcow.c | 98 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 101 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 102 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | qcow2.c | 85 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local 88 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe() 89 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/ |
H A D | qcow.c | 98 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local 101 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe() 102 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
|
H A D | qcow2.c | 85 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local 88 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe() 89 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()
|