Searched refs:bdrv_file_open (Results 1 – 6 of 6) sorted by relevance
/external/qemu/ |
D | block.h | 57 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags);
|
D | block.c | 286 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/ |
D | vpc.c | 162 ret = bdrv_file_open(&s->hd, filename, flags); in vpc_open()
|
D | vmdk.c | 378 ret = bdrv_file_open(&s->hd, filename, flags); in vmdk_open()
|
D | qcow.c | 99 ret = bdrv_file_open(&s->hd, filename, flags); in qcow_open()
|
D | qcow2.c | 160 ret = bdrv_file_open(&s->hd, filename, flags); in qcow_open()
|