Home
last modified time | relevance | path

Searched refs:BlockDriver (Results 1 – 21 of 21) sorted by relevance

/external/qemu/
Dblock.c63 static QLIST_HEAD(, BlockDriver) bdrv_drivers =
136 void bdrv_register(BlockDriver *bdrv) in bdrv_register()
167 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format()
169 BlockDriver *drv1; in bdrv_find_format()
178 static int bdrv_is_whitelisted(BlockDriver *drv) in bdrv_is_whitelisted()
196 BlockDriver *bdrv_find_whitelisted_format(const char *format_name) in bdrv_find_whitelisted_format()
198 BlockDriver *drv = bdrv_find_format(format_name); in bdrv_find_whitelisted_format()
202 int bdrv_create(BlockDriver *drv, const char* filename, in bdrv_create()
213 BlockDriver *drv; in bdrv_create_file()
270 static BlockDriver *find_hdev_driver(const char *filename) in find_hdev_driver()
[all …]
Dblock.h10 typedef struct BlockDriver BlockDriver; typedef
62 BlockDriver *bdrv_find_protocol(const char *filename);
63 BlockDriver *bdrv_find_format(const char *format_name);
64 BlockDriver *bdrv_find_whitelisted_format(const char *format_name);
65 int bdrv_create(BlockDriver *drv, const char* filename,
72 BlockDriver *drv);
97 void bdrv_register(BlockDriver *bdrv);
Dblock_int.h49 struct BlockDriver { struct
136 QLIST_ENTRY(BlockDriver) list; argument
156 BlockDriver *drv; /* NULL means no media */
Dblockdev.c145 BlockDriver *drv = NULL; in drive_init()
574 BlockDriver *drv = NULL; in do_change_block()
Dvl.c842 BlockDriver *drv = NULL; in drive_init()
Dvl-android.c1039 BlockDriver *drv = NULL; in drive_init()
/external/qemu/block/
Draw-win32.c241 static BlockDriver bdrv_file = {
402 static BlockDriver bdrv_host_device = {
Dparallels.c143 static BlockDriver bdrv_parallels = {
Draw-posix.c739 static BlockDriver bdrv_file = {
1001 static BlockDriver bdrv_host_device = {
1116 static BlockDriver bdrv_host_floppy = {
1216 static BlockDriver bdrv_host_cdrom = {
1339 static BlockDriver bdrv_host_cdrom = {
Dnbd.c177 static BlockDriver bdrv_nbd = {
Dcloop.c157 static BlockDriver bdrv_cloop = {
Dbochs.c216 static BlockDriver bdrv_bochs = {
Draw.c245 static BlockDriver bdrv_raw = {
Dcow.c304 static BlockDriver bdrv_cow = {
Ddmg.c298 static BlockDriver bdrv_dmg = {
Dvpc.c620 static BlockDriver bdrv_vpc = {
Dqcow2.c1033 BlockDriver *drv = bdrv_find_format("qcow2"); in qcow_create2()
1332 static BlockDriver bdrv_qcow2 = {
Dvmdk.c851 static BlockDriver bdrv_vmdk = {
Dvvfat.c2776 static BlockDriver vvfat_write_target = {
2784 BlockDriver *bdrv_qcow; in enable_write_target()
2831 static BlockDriver bdrv_vvfat = {
Dqcow.c951 static BlockDriver bdrv_qcow = {
/external/qemu/hw/
Dusb-msd.c521 BlockDriver *drv = NULL; in usb_msd_init()