Searched refs:format_name (Results 1 – 18 of 18) sorted by relevance
/external/qemu/ |
D | block.h | 63 BlockDriver *bdrv_find_format(const char *format_name); 64 BlockDriver *bdrv_find_whitelisted_format(const char *format_name);
|
D | block.c | 167 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format() argument 171 if (!strcmp(drv1->format_name, format_name)) { in bdrv_find_format() 189 if (!strcmp(drv->format_name, *p)) { in bdrv_is_whitelisted() 196 BlockDriver *bdrv_find_whitelisted_format(const char *format_name) in bdrv_find_whitelisted_format() argument 198 BlockDriver *drv = bdrv_find_format(format_name); in bdrv_find_whitelisted_format() 570 drv->format_name); in bdrv_open() 1406 pstrcpy(buf, buf_size, bs->drv->format_name); in bdrv_get_format() 1416 it(opaque, drv->format_name); in bdrv_iterate_format() 1619 bs->drv->format_name, in bdrv_info()
|
D | block_int.h | 50 const char *format_name; member
|
D | qemu-io.c | 1372 if (bs->drv && bs->drv->format_name) in info_f() 1373 printf("format name: %s\n", bs->drv->format_name); in info_f()
|
/external/qemu/block/ |
D | raw-posix.c | 740 .format_name = "file", 1002 .format_name = "host_device", 1117 .format_name = "host_floppy", 1217 .format_name = "host_cdrom", 1340 .format_name = "host_cdrom",
|
D | raw-win32.c | 242 .format_name = "file", 403 .format_name = "host_device",
|
D | parallels.c | 144 .format_name = "parallels",
|
D | nbd.c | 178 .format_name = "nbd",
|
D | cloop.c | 158 .format_name = "cloop",
|
D | bochs.c | 217 .format_name = "bochs",
|
D | raw.c | 246 .format_name = "raw",
|
D | cow.c | 305 .format_name = "cow",
|
D | dmg.c | 299 .format_name = "dmg",
|
D | vpc.c | 621 .format_name = "vpc",
|
D | vmdk.c | 852 .format_name = "vmdk",
|
D | qcow.c | 952 .format_name = "qcow",
|
D | qcow2.c | 1333 .format_name = "qcow2",
|
D | vvfat.c | 2777 .format_name = "vvfat_write_target", 2832 .format_name = "vvfat",
|