Home
last modified time | relevance | path

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

/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",
298 .format_name = "write-to-selected",
H A Dtest-bdrv-drain.c107 .format_name = "test",
978 .format_name = "test_top_driver",
1871 .format_name = "replace_test",
H A Dtest-block-iothread.c76 .format_name = "test",
/openbmc/qemu/block/
H A Dsnapshot-access.c115 .format_name = "snapshot-access",
H A Dblkio.c1115 .format_name = "io_uring",
1122 .format_name = "nvme-io_uring",
1128 .format_name = "virtio-blk-vfio-pci",
1134 .format_name = "virtio-blk-vhost-user",
1140 .format_name = "virtio-blk-vhost-vdpa",
H A Dfilter-compress.c136 .format_name = "compress",
H A Dcopy-on-read.c252 .format_name = "copy-on-read",
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 Dthrottle.c242 .format_name = "throttle",
H A Dcloop.c299 .format_name = "cloop",
H A Dblkverify.c319 .format_name = "blkverify",
H A Dstream.c101 base_fmt = unfiltered_base->drv->format_name; in stream_prepare()
H A Dpreallocate.c598 .format_name = "preallocate",
H A Dcopy-before-write.c525 .format_name = "copy-before-write",
H A Dcommit.c296 .format_name = "commit_top",
H A Dblklogwrites.c591 .format_name = "blklogwrites",
H A Dreplication.c731 .format_name = "replication",
H A Ddmg.c785 .format_name = "dmg",
H A Dnfs.c868 .format_name = "nfs",
H A Dblkdebug.c1070 .format_name = "blkdebug",
H A Dquorum.c1281 .format_name = "quorum",
H A Drbd.c1843 .format_name = "rbd",
H A Dmirror.c1811 .format_name = "mirror_top",
/openbmc/qemu/
H A Dqemu-io-cmds.c2089 if (bs->drv && bs->drv->format_name) { in info_f()
2090 printf("format name: %s\n", bs->drv->format_name); in info_f()