Home
last modified time | relevance | path

Searched refs:proto_drv (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/
H A Dqemu-img.c308 BlockDriver *drv, *proto_drv; in print_block_option_help() local
326 proto_drv = bdrv_find_protocol(filename, true, &local_err); in print_block_option_help()
327 if (!proto_drv) { in print_block_option_help()
332 if (!proto_drv->create_opts) { in print_block_option_help()
334 proto_drv->format_name); in print_block_option_help()
338 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in print_block_option_help()
2241 BlockDriver *drv = NULL, *proto_drv = NULL; in img_convert() local
2546 proto_drv = bdrv_find_protocol(out_filename, true, &local_err); in img_convert()
2547 if (!proto_drv) { in img_convert()
2560 if (!proto_drv->create_opts) { in img_convert()
[all …]
H A Dblock.c7238 BlockDriver *drv, *proto_drv; in bdrv_img_create() local
7251 proto_drv = bdrv_find_protocol(filename, true, errp); in bdrv_img_create()
7252 if (!proto_drv) { in bdrv_img_create()
7262 if (!proto_drv->create_opts) { in bdrv_img_create()
7264 proto_drv->format_name); in bdrv_img_create()
7270 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in bdrv_img_create()