Searched refs:qemu_opt_get_size_del (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | option.h | 95 uint64_t qemu_opt_get_size_del(QemuOpts *opts, const char *name,
|
/openbmc/qemu/block/ |
H A D | crypto.c | 638 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in block_crypto_measure() 801 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in block_crypto_co_create_opts_luks()
|
H A D | raw-format.c | 384 required = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_measure()
|
H A D | rbd.c | 818 rbd_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in qemu_rbd_co_create_opts() 820 rbd_opts->cluster_size = qemu_opt_get_size_del(opts, in qemu_rbd_co_create_opts()
|
H A D | file-win32.c | 624 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_co_create_opts()
|
H A D | nfs.c | 679 nfs_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in nfs_file_co_create_opts()
|
H A D | vdi.c | 923 block_size = qemu_opt_get_size_del(opts, in vdi_co_create_opts()
|
H A D | ssh.c | 968 ssh_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in ssh_co_create_opts()
|
H A D | gluster.c | 1135 gopts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in qemu_gluster_co_create_opts()
|
H A D | parallels.c | 1219 bytes = qemu_opt_get_size_del(opts, PARALLELS_OPT_PREALLOC_SIZE, 0); in parallels_opts_prealloc()
|
H A D | file-posix.c | 3028 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_co_create_opts() 3033 qemu_opt_get_size_del(opts, BLOCK_OPT_EXTENT_SIZE_HINT, -1); in raw_co_create_opts()
|
H A D | qcow2.c | 3447 cluster_size = qemu_opt_get_size_del(opts, BLOCK_OPT_CLUSTER_SIZE, in qcow2_opt_get_cluster_size_del() 5146 virtual_size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in qcow2_measure()
|
H A D | vmdk.c | 2739 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in vmdk_co_create_opts()
|
/openbmc/qemu/util/ |
H A D | qemu-option.c | 435 uint64_t qemu_opt_get_size_del(QemuOpts *opts, const char *name, in qemu_opt_get_size_del() function
|
/openbmc/qemu/ |
H A D | block.c | 648 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in bdrv_co_create_opts_simple()
|