/openbmc/qemu/tests/qemu-iotests/ |
H A D | 171 | 50 if [ "$img_size" -ne -1 ] ; then 51 printf %s "\"size\":\"$img_size\", " 60 if [ "$img_size" -ge 0 ] ; then 61 test_size=$img_size 161 img_size=-1 170 img_size=2048 179 img_size=2048 188 img_size=512
|
H A D | 150 | 45 img_size=1048576 53 "json:{ 'driver': 'null-co', 'size': $img_size, 'read-zeroes': true }" \ 64 "json:{ 'driver': 'null-co', 'size': $img_size, 'read-zeroes': true }" \
|
H A D | 203 | 36 img_size = '10M' variable 37 iotests.qemu_img_create('-f', iotests.imgfmt, disk0_img_path, img_size) 38 iotests.qemu_img_create('-f', iotests.imgfmt, disk1_img_path, img_size)
|
H A D | 202 | 37 img_size = '10M' variable 38 iotests.qemu_img_create('-f', iotests.imgfmt, disk0_img_path, img_size) 39 iotests.qemu_img_create('-f', iotests.imgfmt, disk1_img_path, img_size)
|
H A D | 219 | 27 img_size = 4 * 1024 * 1024 variable 68 global img_size 93 while vm.qmp('query-jobs')['return'][0]['total-progress'] < img_size: 188 iotests.qemu_img_create('-f', iotests.imgfmt, disk_path, str(img_size)) 189 iotests.qemu_io('-c', 'write 0 %i' % (img_size),
|
H A D | 194 | 35 img_size = '1G' variable 36 iotests.qemu_img_create('-f', iotests.imgfmt, source_img_path, img_size) 37 iotests.qemu_img_create('-f', iotests.imgfmt, dest_img_path, img_size)
|
H A D | 208 | 33 img_size = '10M' variable 34 iotests.qemu_img_create('-f', iotests.imgfmt, disk_img_path, img_size)
|
H A D | 175 | 47 img_size=$3
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-commit-active | 34 img_size = '10M' variable 35 iotests.qemu_img_create('-f', iotests.imgfmt, img_path, img_size) 38 iotests.qemu_img_create('-f', iotests.imgfmt, src_path, img_size) 39 iotests.qemu_img_create('-f', iotests.imgfmt, dst_path, img_size)
|
H A D | iothreads-nbd-export | 32 img_size = '10M' variable 35 iotests.qemu_img_create('-f', iotests.imgfmt, path, img_size)
|
H A D | iothreads-stream | 34 img_size = '10M' variable 43 iotests.qemu_img_create('-f', iotests.imgfmt, base_path, img_size)
|
/openbmc/u-boot/include/ |
H A D | fsl_validate.h | 51 u32 img_size; /* ESBC client image size in bytes */ member 129 u32 img_size; /* ESBC client image size in bytes */ member 261 uint32_t img_size; /* ESBC Image Size */ member
|
/openbmc/linux/fs/romfs/ |
H A D | super.c | 463 unsigned long pos, img_size; in romfs_fill_super() local 499 img_size = be32_to_cpu(rsb->size); in romfs_fill_super() 501 if (sb->s_mtd && img_size > sb->s_mtd->size) in romfs_fill_super() 504 sb->s_fs_info = (void *) img_size; in romfs_fill_super() 507 img_size < ROMFH_SIZE) { in romfs_fill_super() 514 if (romfs_checksum(rsb, min_t(size_t, img_size, 512))) { in romfs_fill_super()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_uvd.c | 224 rdev->uvd.img_size[i] = 0; in radeon_uvd_init() 471 unsigned img_size = 0; in radeon_uvd_cs_msg() local 500 img_size = msg[7] * msg[8]; in radeon_uvd_cs_msg() 516 p->rdev->uvd.img_size[i] = img_size; in radeon_uvd_cs_msg() 853 if (rdev->uvd.img_size[i] >= 720*576) in radeon_uvd_count_handles()
|
H A D | radeon_vce.c | 540 p->rdev->vce.img_size[i] = 0; in radeon_vce_validate_handle() 587 size = &p->rdev->vce.img_size[session_idx]; in radeon_vce_cs_parse()
|
/openbmc/qemu/tests/image-fuzzer/ |
H A D | runner.py | 213 img_size = image_generator.create_image( 219 start = random.randrange(0, img_size + 1, sector_size) 220 end = random.randrange(start, img_size + 1, sector_size)
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_infoheader.h | 19 u32 img_size; /* image size */ member
|
/openbmc/u-boot/board/freescale/common/ |
H A D | fsl_validate.c | 589 (u8 *)(*(img->img_addr_ptr)), img->img_size, 1); in calc_esbchdr_esbc_hash() 687 if (!hdr->img_size) in read_validate_esbc_client_header() 690 img->img_size = hdr->img_size; in read_validate_esbc_client_header()
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 530 img_size = random.randrange(0, MAX_IMAGE_SIZE + 1, cluster_size) 531 return (cluster_bits, img_size) 586 def _alloc_data(img_size, cluster_size): argument 589 num_of_cls = img_size // cluster_size
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | desc.h | 703 uint32_t img_size; /* Length of Message */ member 717 uint32_t img_size; /* Length of Message */ member 737 uint32_t img_size; /* Length of Message */ member
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vce.h | 44 uint32_t img_size[AMDGPU_MAX_VCE_HANDLES]; member
|
/openbmc/u-boot/cmd/x86/ |
H A D | fsp.c | 52 printf(", addr 0x%08x, size %d\n", img_addr, hdr->img_size); in do_hdr()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 514 uint64_t img_size = -1; in img_create() local 591 img_size = (uint64_t)sval; in img_create() 598 options, img_size, flags, quiet, &local_err); in img_create() 5367 uint64_t img_size = UINT64_MAX; in img_measure() local 5432 img_size = (uint64_t)sval; in img_measure() 5449 if (filename && img_size != UINT64_MAX) { in img_measure() 5453 if (!filename && img_size == UINT64_MAX) { in img_measure() 5501 if (img_size != UINT64_MAX) { in img_measure() 5502 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, img_size, &error_abort); in img_measure()
|
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 234 char *options, uint64_t img_size, int flags,
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 2665 u32 img_offset, u32 img_size, int hdr_size, in be_check_flash_crc() argument 2673 img_size - 4); in be_check_flash_crc() 2677 crc_offset = hdr_size + img_offset + img_size - 4; in be_check_flash_crc() 2689 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument 2692 u32 flash_op, num_bytes, total_bytes = img_size, bytes_sent = 0; in be_flash() 2929 u32 img_offset, img_size, img_type; in be_flash_skyhawk() local 2944 img_size = le32_to_cpu(fsec->fsec_entry[i].pad_size); in be_flash_skyhawk() 2964 img_size, filehdr_size + in be_flash_skyhawk() 2999 if (p + img_size > fw->data + fw->size) in be_flash_skyhawk() 3002 status = be_flash(adapter, p, flash_cmd, flash_optype, img_size, in be_flash_skyhawk() [all...] |