Searched refs:format_name (Results 1 - 17 of 17) sorted by relevance

/external/qemu/block/
H A Dcloop.c158 .format_name = "cloop",
H A Dnbd.c181 .format_name = "nbd",
H A Dparallels.c168 .format_name = "parallels",
H A Draw-win32.c246 .format_name = "raw",
401 .format_name = "host_device",
H A Dbochs.c246 .format_name = "bochs",
H A Dcow.c279 .format_name = "cow",
H A Draw-posix.c876 .format_name = "raw",
1155 .format_name = "host_device",
1255 .format_name = "host_floppy",
1337 .format_name = "host_cdrom",
1460 .format_name = "host_cdrom",
H A Ddmg.c288 .format_name = "dmg",
H A Dvpc.c606 .format_name = "vpc",
H A Dqcow.c931 .format_name = "qcow",
H A Dqcow2.c994 .format_name = "qcow2",
H A Dvmdk.c850 .format_name = "vmdk",
H A Dvvfat.c2765 .format_name = "vvfat_write_target",
2817 .format_name = "vvfat",
/external/qemu/
H A Dblock_int.h49 const char *format_name; member in struct:BlockDriver
H A Dblock.c162 BlockDriver *bdrv_find_format(const char *format_name) argument
166 if (!strcmp(drv1->format_name, format_name))
283 if (drv && strcmp(drv->format_name, "vvfat") == 0)
383 drv->format_name);
974 pstrcpy(buf, buf_size, bs->drv->format_name);
984 it(opaque, drv->format_name);
1090 monitor_printf(mon, " drv=%s", bs->drv->format_name);
H A Dblock.h48 BlockDriver *bdrv_find_format(const char *format_name);
H A Dqemu-io.c833 if (bs->drv && bs->drv->format_name)
834 printf("format name: %s\n", bs->drv->format_name);

Completed in 1060 milliseconds