Home
last modified time | relevance | path

Searched refs:bdrv_find_format (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/block/
H A Dcreate.c73 BlockDriver *drv = bdrv_find_format(fmt); in qmp_blockdev_create()
H A Damend.c97 BlockDriver *drv = bdrv_find_format(fmt); in qmp_x_blockdev_amend()
H A Dqcow.c954 if (backing_fmt && !bdrv_find_format(backing_fmt)) { in qcow_co_create_opts()
H A Dvvfat.c3177 bdrv_qcow = bdrv_find_format("qcow"); in enable_write_target()
/openbmc/qemu/include/block/
H A Dblock-global-state.h58 BlockDriver *bdrv_find_format(const char *format_name);
/openbmc/qemu/
H A Dqemu-img.c313 drv = bdrv_find_format(fmt); in print_block_option_help()
2539 drv = bdrv_find_format(out_fmt); in img_convert()
3686 if (bdrv_find_format(out_basefmt) == NULL) { in img_rebase()
4220 drv = bdrv_find_format(format); in print_amend_option_help()
5203 drv = bdrv_find_format(out_fmt); in img_dd()
5480 drv = bdrv_find_format(out_fmt); in img_measure()
H A Dblock.c456 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format() function
1883 drv = bdrv_find_format(driver_name); in bdrv_open_common()
2079 drv = bdrv_find_format(drvname); in bdrv_fill_options()
4068 drv = bdrv_find_format(drvname); in bdrv_open_inherit()
5582 drv = bdrv_find_format(drvname); in bdrv_insert_node()
7245 drv = bdrv_find_format(fmt); in bdrv_img_create()