Home
last modified time | relevance | path

Searched refs:bdrv_file_open (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dblock.h57 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags);
Dblock.c286 ret = bdrv_file_open(&bs, filename, BDRV_O_RDONLY); in find_image_format()
308 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags) in bdrv_file_open() function
/external/qemu/block/
Dvpc.c162 ret = bdrv_file_open(&s->hd, filename, flags); in vpc_open()
Dvmdk.c378 ret = bdrv_file_open(&s->hd, filename, flags); in vmdk_open()
Dqcow.c99 ret = bdrv_file_open(&s->hd, filename, flags); in qcow_open()
Dqcow2.c160 ret = bdrv_file_open(&s->hd, filename, flags); in qcow_open()