Home
last modified time | relevance | path

Searched full:title (Results 1 – 25 of 55) sorted by relevance

123

/qemu/include/crypto/
H A Dtlscredsanon.h48 * <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 Dtlscredsx509.h52 * <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 Dtlscredspsk.h46 * <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 Dafsplit.h40 * <title>Creating a large split key for storage</title>
65 * <title>Retrieving a master key from storage</title>
H A Dpbkdf.h32 * <title>Generating an AES encryption key from a user password</title>
H A Divgen.h35 * <title>Encrypting block data with initialization vectors</title>
H A Dcipher.h46 * <title>Encrypting data with AES-128 in CBC mode</title>
/qemu/docs/sphinx/
H A Ddbusdomain.py94 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 Dqapidoc_legacy.py93 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 Dqapi_domain.py96 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 Dqapidoc.py647 "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 Dcompat.py141 title, target = role.process_link(env, refnode, False, target, target)
144 refnode += role.innernodeclass(target, title, classes=classes)
/qemu/include/io/
H A Dtask.h42 * <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 Ddns-resolver.h41 * <title>Resolving addresses synchronously</title>
80 * <title>Resolving addresses asynchronously</title>
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css98 .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 Dreplication.h27 * @title:Base Replication System
33 * <title>How to use replication interfaces</title>
/qemu/pc-bios/s390-ccw/
H A Dvirtio-scsi.c45 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 Dplot.py388 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 Dqemu_logo.svg19 <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 Ddoc-good.out191 :title: Ideal fast-food burger situation
220 <- ... has no title ...
H A Ddoc-good.json180 # :title: Ideal fast-food burger situation
215 # <- ... has no title ...
/qemu/docs/system/
H A Dtarget-ppc.rst14 by the title text of each file, which isn't the same ordering
H A Dtargets.rst14 by the title text of each file, which isn't the same ordering
H A Dtarget-i386.rst11 by the title text of each file, which isn't the same ordering
/qemu/docs/system/s390x/
H A Dbootdevices.rst122 <https://wiki.syslinux.org/wiki/index.php?title=PXELINUX#Configuration>`__
126 <https://wiki.syslinux.org/wiki/index.php?title=Config>`__ for more

123