Home
last modified time | relevance | path

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

/external/qemu/
Dblock.c64 static BlockDriver *first_drv;
130 void bdrv_register(BlockDriver *bdrv) in bdrv_register()
162 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format()
164 BlockDriver *drv1; in bdrv_find_format()
172 int bdrv_create(BlockDriver *drv, const char* filename, in bdrv_create()
224 static BlockDriver *find_protocol(const char *filename) in find_protocol()
226 BlockDriver *drv1; in find_protocol()
256 static BlockDriver *find_hdev_driver(const char *filename) in find_hdev_driver()
259 BlockDriver *drv = NULL, *d; in find_hdev_driver()
274 static BlockDriver *find_image_format(const char *filename) in find_image_format()
[all …]
Dblock.h9 typedef struct BlockDriver BlockDriver; typedef
48 BlockDriver *bdrv_find_format(const char *format_name);
49 int bdrv_create(BlockDriver *drv, const char* filename,
51 int bdrv_create2(BlockDriver *drv,
60 BlockDriver *drv);
76 void bdrv_register(BlockDriver *bdrv);
Dblock_int.h48 struct BlockDriver { struct
112 struct BlockDriver *next; argument
128 BlockDriver *drv; /* NULL means no media */
Dmonitor.c449 BlockDriver *drv = NULL; in do_change_block()
Dvl.c2243 BlockDriver *drv = NULL; in drive_init()
Dvl-android.c2164 BlockDriver *drv = NULL; in drive_init()
/external/qemu/block/
Draw-posix.c875 static BlockDriver bdrv_raw = {
1154 static BlockDriver bdrv_host_device = {
1254 static BlockDriver bdrv_host_floppy = {
1336 static BlockDriver bdrv_host_cdrom = {
1459 static BlockDriver bdrv_host_cdrom = {
Draw-win32.c245 static BlockDriver bdrv_raw = {
400 static BlockDriver bdrv_host_device = {
Dparallels.c167 static BlockDriver bdrv_parallels = {
Dnbd.c180 static BlockDriver bdrv_nbd = {
Dcloop.c157 static BlockDriver bdrv_cloop = {
Dbochs.c245 static BlockDriver bdrv_bochs = {
Dcow.c278 static BlockDriver bdrv_cow = {
Ddmg.c287 static BlockDriver bdrv_dmg = {
Dvpc.c605 static BlockDriver bdrv_vpc = {
Dvvfat.c2764 static BlockDriver vvfat_write_target = {
2772 BlockDriver *bdrv_qcow; in enable_write_target()
2816 static BlockDriver bdrv_vvfat = {
Dvmdk.c849 static BlockDriver bdrv_vmdk = {
Dqcow2.c993 static BlockDriver bdrv_qcow2 = {
Dqcow.c930 static BlockDriver bdrv_qcow = {
/external/qemu/hw/
Dusb-msd.c521 BlockDriver *drv = NULL; in usb_msd_init()