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

/external/qemu/
H A Dblock.h37 bdrv_file_open()) */
57 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags);
H A Dblock.c286 ret = bdrv_file_open(&bs, filename, BDRV_O_RDONLY);
308 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags) function
/external/qemu/block/
H A Dvpc.c162 ret = bdrv_file_open(&s->hd, filename, flags);
H A Dqcow.c99 ret = bdrv_file_open(&s->hd, filename, flags);
H A Dqcow2.c160 ret = bdrv_file_open(&s->hd, filename, flags);
H A Dvmdk.c378 ret = bdrv_file_open(&s->hd, filename, flags);

Completed in 213 milliseconds