Home
last modified time | relevance | path

Searched refs:format_name (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/qemu/scripts/modules/
H A Dmodule_block.py25 def add_module(fheader, library, format_name, protocol_name): argument
28 if format_name != "":
29 lines.append('.format_name = "' + format_name + '",')
45 format_name = get_string_struct(line)
49 add_module(fheader, library, format_name, protocol_name)
53 format_name = ""
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c28 .format_name = "pass-through",
45 .format_name = "no-perm",
61 .format_name = "exclusive-writer",
302 .format_name = "write-to-selected",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch162 def format_name(self):
594 - print >> f, u" %s:" % host_a.format_name()
595 + print(" %s:" % host_a.format_name(), file=f)
1356 + self.assertTrue("127.0.0.1" in h.format_name())
1359 - self.assertTrue(u"::1" in h.format_name())
1362 - self.assertTrue(u"::1" in h.format_name())
1364 + self.assertTrue("127.0.0.1" in h.format_name())
1365 + self.assertTrue("::1" in h.format_name())
1367 + self.assertTrue("127.0.0.1" in h.format_name())
1368 + self.assertTrue("::1" in h.format_name())
[all …]
/openbmc/qemu/block/
H A Dnull.c265 bs->drv->format_name); in null_refresh_filename()
282 .format_name = "null-co",
303 .format_name = "null-aio",
H A Dblkio.c1110 .format_name = "io_uring",
1117 .format_name = "nvme-io_uring",
1123 .format_name = "virtio-blk-vfio-pci",
1129 .format_name = "virtio-blk-vhost-user",
1135 .format_name = "virtio-blk-vhost-vdpa",
H A Dsnapshot-access.c115 .format_name = "snapshot-access",
H A Dfilter-compress.c136 .format_name = "compress",
H A Dblkreplay.c143 .format_name = "blkreplay",
H A Dcurl.c1032 .format_name = "http",
1051 .format_name = "https",
1070 .format_name = "ftp",
1089 .format_name = "ftps",
H A Dsnapshot.c380 drv->format_name, bdrv_get_device_name(bs)); in bdrv_snapshot_delete()
456 drv->format_name, bdrv_get_device_name(bs)); in bdrv_snapshot_load_tmp()
H A Dgluster.c1555 .format_name = "gluster",
1584 .format_name = "gluster",
1613 .format_name = "gluster",
1648 .format_name = "gluster",
H A Dcopy-on-read.c252 .format_name = "copy-on-read",
H A Dthrottle.c242 .format_name = "throttle",
H A Dbochs.c303 .format_name = "bochs",
H A Dcloop.c299 .format_name = "cloop",
H A Dblkverify.c319 .format_name = "blkverify",
H A Dstream.c98 base_fmt = unfiltered_base->drv->format_name; in stream_prepare()
H A Dfile-win32.c744 .format_name = "file",
917 .format_name = "host_device",
H A Dpreallocate.c598 .format_name = "preallocate",
H A Dcommit.c244 .format_name = "commit_top",
/openbmc/qemu/
H A Dblock.c405 assert(bdrv->format_name); in bdrv_register()
447 if (!strcmp(drv1->format_name, format_name)) { in bdrv_do_find_format()
469 if (!strcmp(block_driver_modules[i].format_name, format_name)) { in bdrv_find_format()
501 if (!strcmp(format_name, *p)) { in bdrv_format_is_whitelisted()
543 drv->format_name); in bdrv_co_create()
710 drv->format_name); in bdrv_co_create_file()
1907 drv->format_name); in bdrv_open_common()
6272 if (drv->format_name) { in bdrv_iterate_format()
6292 const char *format_name = block_driver_modules[i].format_name; in bdrv_iterate_format() local
6294 if (format_name) { in bdrv_iterate_format()
[all …]
H A Dblockdev.c1271 bs->drv->format_name, device); in internal_snapshot_action()
1495 state->old_bs->drv->format_name, in external_snapshot_action()
1709 format = bs->drv->format_name; in drive_backup_action()
1763 explicit_backing->drv->format_name, NULL, in drive_backup_action()
3075 ? NULL : bs->drv->format_name); in qmp_drive_mirror()
3136 explicit_backing->drv->format_name, in qmp_drive_mirror()
3493 image_bs->drv ? image_bs->drv->format_name : "", in qmp_change_backing_file()
H A Dqemu-img.c334 proto_drv->format_name); in print_block_option_help()
2559 drv->format_name); in img_convert()
2566 proto_drv->format_name); in img_convert()
2721 out_bs->drv->format_name); in img_convert()
4353 fmt = bs->drv->format_name; in img_amend()
5222 drv->format_name); in img_dd()
5228 proto_drv->format_name); in img_dd()
5491 drv->format_name); in img_measure()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dsimpledrm.c64 simplefb_get_validated_format(struct drm_device *dev, const char *format_name) in simplefb_get_validated_format() argument
71 if (!format_name) { in simplefb_get_validated_format()
77 if (!strcmp(format_name, fmt->name)) { in simplefb_get_validated_format()
87 format_name); in simplefb_get_validated_format()
/openbmc/qemu/include/block/
H A Dblock-global-state.h59 BlockDriver *bdrv_find_format(const char *format_name);

123