Home
last modified time | relevance | path

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

/external/qemu/
Dblock.c169 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format() function
200 BlockDriver *drv = bdrv_find_format(format_name); in bdrv_find_whitelisted_format()
219 drv = bdrv_find_format("file"); in bdrv_create_file()
314 return bdrv_find_format("file"); in bdrv_find_protocol()
319 return bdrv_find_format("file"); in bdrv_find_protocol()
351 drv = bdrv_find_format("raw"); in find_image_format()
565 bdrv_qcow2 = bdrv_find_format("qcow2"); in bdrv_open()
614 back_drv = bdrv_find_format(bs->backing_format); in bdrv_open()
Dvl-android.c931 drv = bdrv_find_format(buf); in drive_init()
/external/qemu/include/block/
Dblock.h63 BlockDriver *bdrv_find_format(const char *format_name);
/external/qemu/block/
Dqcow2.c1033 BlockDriver *drv = bdrv_find_format("qcow2"); in qcow_create2()