/qemu/include/crypto/ |
H A D | tlscredsanon.h | 48 * <title>Creating anonymous TLS credential objects in code</title> 65 * <title>Creating anonymous TLS credential objects via QMP</title> 85 * <title>Creating anonymous TLS credential objects via CLI</title>
|
H A D | tlscredsx509.h | 52 * <title>Creating x509 TLS credential objects in code</title> 69 * <title>Creating x509 TLS credential objects via QMP</title> 89 * <title>Creating x509 TLS credential objects via CLI</title>
|
H A D | tlscredspsk.h | 46 * <title>Creating TLS-PSK credential objects in code</title> 62 * <title>Creating TLS-PSK credential objects via QMP</title> 80 * <title>Creating TLS-PSK credential objects via CLI</title>
|
H A D | afsplit.h | 40 * <title>Creating a large split key for storage</title> 65 * <title>Retrieving a master key from storage</title>
|
H A D | pbkdf.h | 32 * <title>Generating an AES encryption key from a user password</title>
|
H A D | ivgen.h | 35 * <title>Encrypting block data with initialization vectors</title>
|
H A D | cipher.h | 46 * <title>Encrypting data with AES-128 in CBC mode</title>
|
/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 94 section += nodes.title(name, "%s interface" % name) 253 def process_link(self, env, refnode, has_explicit_title, title, target): argument 256 title = title.lstrip(".") # only has a meaning for the target 257 target = target.lstrip("~") # only has a meaning for the title 260 if title[0:1] == "~": 261 title = title[1:] 262 dot = title.rfind(".") 264 title = title[dot + 1 :] 270 return title, target
|
H A D | qapidoc_legacy.py | 93 def _make_section(self, title): argument 94 """Return a section node with optional title""" 96 if title: 97 section += nodes.title(title, title) 257 snode = self._make_section(section.kind.name.title()) 284 snode += nodes.title('', '', *[nodes.literal(doc.symbol, doc.symbol), 354 Create a new section whose title is 'heading' and which is placed
|
H A D | qapi_domain.py | 96 title: str, 102 # Cross-references that begin with a tilde adjust the title to 125 # Don't mess with the title at all if it was explicitly set. 126 # Explicit title syntax for references is e.g. 127 # :qapi:type:`target <explicit title>` 128 # and this explicit title overrides everything else here. 129 return title, target 131 title = target 133 title = target.split(".")[-1] 135 return title, target [all …]
|
H A D | qapidoc.py | 647 "title": directives.unchanged, 678 title = "Example:" 679 if "title" in self.options: 680 title = f"{title} {self.options['title']}" 684 nodes.title("", title),
|
H A D | compat.py | 141 title, target = role.process_link(env, refnode, False, target, target) 144 refnode += role.innernodeclass(target, title, classes=classes)
|
/qemu/include/io/ |
H A D | task.h | 42 * <title>Task function signature</title> 61 * <title>Task callback implementation</title> 84 * <title>Task function implementation</title> 115 * <title>Task timer function</title>
|
H A D | dns-resolver.h | 41 * <title>Resolving addresses synchronously</title> 80 * <title>Resolving addresses asynchronously</title>
|
/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 98 .rst-content .admonition-example > .admonition-title:before { 102 .rst-content .admonition-example > .admonition-title { 119 * it is the first child after the title. let it sit flush against 120 * the title. */ 166 .toc-title {
|
/qemu/include/block/ |
H A D | replication.h | 27 * @title:Base Replication System 33 * <title>How to use replication interfaces</title>
|
/qemu/pc-bios/s390-ccw/ |
H A D | virtio-scsi.c | 45 const char *title) in virtio_scsi_verify_response() argument 48 title, ": response ", virtio_scsi_response_msg(resp), 0 in virtio_scsi_verify_response() 51 title, in virtio_scsi_verify_response() 92 static int vs_run(const char *title, VirtioCmd *cmd, VDev *vdev, in vs_run() argument 97 if (!vs_io_assert(virtio_run(vdev, VR_REQUEST, cmd) == 0, title)) { in vs_run() 98 puts(title); in vs_run()
|
/qemu/tests/migration-stress/guestperf/ |
H A D | plot.py | 388 layout = go.Layout(title="Migration comparison", 390 "title": "Wallclock time (secs)", 394 "title": "Memory update speed (ms/GB)", 399 "title": "Hostutilization (%)", 598 <title>Migration report</title>
|
/qemu/pc-bios/ |
H A D | qemu_logo.svg | 19 <title 20 id="title3182">Kew the Angry Emu</title> 905 <dc:title>Kew the Angry Emu</dc:title> 908 <dc:title>Benoît Canet</dc:title> 913 <dc:title>CC BY 3.0</dc:title> 918 <dc:title>QEMU Community</dc:title>
|
/qemu/tests/qapi-schema/ |
H A D | doc-good.out | 191 :title: Ideal fast-food burger situation 220 <- ... has no title ...
|
H A D | doc-good.json | 180 # :title: Ideal fast-food burger situation 215 # <- ... has no title ...
|
/qemu/docs/system/ |
H A D | target-ppc.rst | 14 by the title text of each file, which isn't the same ordering
|
H A D | targets.rst | 14 by the title text of each file, which isn't the same ordering
|
H A D | target-i386.rst | 11 by the title text of each file, which isn't the same ordering
|
/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 122 <https://wiki.syslinux.org/wiki/index.php?title=PXELINUX#Configuration>`__ 126 <https://wiki.syslinux.org/wiki/index.php?title=Config>`__ for more
|