Searched refs:bdrv_find_protocol (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 55 BlockDriver *bdrv_find_protocol(const char *filename,
|
/openbmc/qemu/ |
H A D | qemu-img.c | 326 proto_drv = bdrv_find_protocol(filename, true, &local_err); in print_block_option_help() 2546 proto_drv = bdrv_find_protocol(out_filename, true, &local_err); in img_convert() 5209 proto_drv = bdrv_find_protocol(out.filename, true, &local_err); in img_dd()
|
H A D | block.c | 705 drv = bdrv_find_protocol(filename, true, errp); in bdrv_co_create_file() 919 BlockDriver *bdrv_find_protocol(const char *filename, in bdrv_find_protocol() function 2116 drv = bdrv_find_protocol(filename, parse_filename, errp); in bdrv_fill_options() 7251 proto_drv = bdrv_find_protocol(filename, true, errp); in bdrv_img_create()
|