Home
last modified time | relevance | path

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

/external/qemu/
Dblock.c167 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format() function
198 BlockDriver *drv = bdrv_find_format(format_name); in bdrv_find_whitelisted_format()
217 drv = bdrv_find_format("file"); in bdrv_create_file()
312 return bdrv_find_format("file"); in bdrv_find_protocol()
317 return bdrv_find_format("file"); in bdrv_find_protocol()
349 drv = bdrv_find_format("raw"); in find_image_format()
563 bdrv_qcow2 = bdrv_find_format("qcow2"); in bdrv_open()
612 back_drv = bdrv_find_format(bs->backing_format); in bdrv_open()
Dblock.h63 BlockDriver *bdrv_find_format(const char *format_name);
Dvl.c1032 drv = bdrv_find_format(buf); in drive_init()
Dvl-android.c1229 drv = bdrv_find_format(buf); in drive_init()
/external/qemu/hw/
Dusb-msd.c533 drv = bdrv_find_format(fmt); in usb_msd_init()
/external/qemu/block/
Dqcow2.c1033 BlockDriver *drv = bdrv_find_format("qcow2"); in qcow_create2()
Dvvfat.c2794 bdrv_qcow = bdrv_find_format("qcow"); in enable_write_target()