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

/external/qemu/
H A Dblock.h10 typedef struct BlockDriver BlockDriver; typedef in typeref:struct:BlockDriver
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);
H A Dblock.c63 static QLIST_HEAD(, BlockDriver) bdrv_drivers =
136 void bdrv_register(BlockDriver *bdrv)
167 BlockDriver *bdrv_find_format(const char *format_name)
169 BlockDriver *drv1;
178 static int bdrv_is_whitelisted(BlockDriver *drv)
196 BlockDriver *bdrv_find_whitelisted_format(const char *format_name)
198 BlockDriver *drv = bdrv_find_format(format_name);
202 int bdrv_create(BlockDriver *drv, const char* filename,
213 BlockDriver *drv;
270 static BlockDriver *find_hdev_drive
[all...]
H A Dblock_int.h49 struct BlockDriver { struct
136 QLIST_ENTRY(BlockDriver) list;
156 BlockDriver *drv; /* NULL means no media */
H A Dblockdev.c145 BlockDriver *drv = NULL;
574 BlockDriver *drv = NULL;
H A Dvl-android.c1039 BlockDriver *drv = NULL;
H A Dvl.c842 BlockDriver *drv = NULL;
/external/qemu/block/
H A Dparallels.c143 static BlockDriver bdrv_parallels = {
H A Dcloop.c157 static BlockDriver bdrv_cloop = {
H A Dnbd.c177 static BlockDriver bdrv_nbd = {
H A Draw-win32.c241 static BlockDriver bdrv_file = {
402 static BlockDriver bdrv_host_device = {
H A 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 = {
H A Dbochs.c216 static BlockDriver bdrv_bochs = {
H A Dcow.c304 static BlockDriver bdrv_cow = {
H A Draw.c245 static BlockDriver bdrv_raw = {
H A Ddmg.c298 static BlockDriver bdrv_dmg = {
H A Dvpc.c620 static BlockDriver bdrv_vpc = {
H A Dqcow2.c1033 BlockDriver *drv = bdrv_find_format("qcow2");
1332 static BlockDriver bdrv_qcow2 = {
H A Dqcow.c951 static BlockDriver bdrv_qcow = {
H A Dvmdk.c851 static BlockDriver bdrv_vmdk = {
H A Dvvfat.c2776 static BlockDriver vvfat_write_target = {
2784 BlockDriver *bdrv_qcow;
2831 static BlockDriver bdrv_vvfat = {
/external/qemu/hw/
H A Dusb-msd.c521 BlockDriver *drv = NULL;

Completed in 2031 milliseconds