Home
last modified time | relevance | path

Searched refs:bdrv_file (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/block/
H A Dfile-win32.c743 BlockDriver bdrv_file = { variable
940 bdrv_register(&bdrv_file); in bdrv_file_init()
H A Dfile-posix.c3882 BlockDriver bdrv_file = { variable
4553 bdrv_register(&bdrv_file); in bdrv_file_init()
/openbmc/qemu/include/block/
H A Dblock_int-common.h1285 extern BlockDriver bdrv_file;
/openbmc/qemu/
H A Dqemu-img.c5492 create_opts = qemu_opts_append(create_opts, bdrv_file.create_opts); in img_measure()
H A Dblock.c944 return &bdrv_file; in bdrv_find_protocol()