Home
last modified time | relevance | path

Searched refs:title (Results 1 – 19 of 19) sorted by relevance

/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
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.py105 def _make_section(self, title): argument
108 if title:
109 section += nodes.title(title, title)
294 snode += nodes.title('', '', *[nodes.literal(doc.symbol, doc.symbol),
H A Dhxtool.py160 current_node += nodes.title(heading, heading)
/qemu/pc-bios/s390-ccw/
H A Dvirtio-scsi.c42 const char *title) in virtio_scsi_verify_response() argument
45 title, ": response ", virtio_scsi_response_msg(resp), 0 in virtio_scsi_verify_response()
48 title, in virtio_scsi_verify_response()
87 static void vs_run(const char *title, VirtioCmd *cmd, VDev *vdev, in vs_run() argument
92 vs_io_assert(virtio_run(vdev, VR_REQUEST, cmd) == 0, title); in vs_run()
/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
H A Dtarget-openrisc.rst52 by the title text of each file, which isn't the same ordering
H A Dtarget-riscv.rst63 by the title text of each file, which isn't the same ordering
H A Dtarget-arm.rst72 by the title text of each file, which isn't the same ordering
/qemu/python/qemu/utils/
H A Dqom.py258 title='QOM commands',
/qemu/docs/system/s390x/
H A Dbootdevices.rst103 <https://wiki.syslinux.org/wiki/index.php?title=PXELINUX#Configuration>`__
107 <https://wiki.syslinux.org/wiki/index.php?title=Config>`__ for more
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css117 .toc-title {
/qemu/ui/
H A Dgtk.c218 gchar *title; in gd_update_caption() local
242 title = g_strdup_printf("%s%s%s", prefix, status, grab); in gd_update_caption()
243 gtk_window_set_title(GTK_WINDOW(s->window), title); in gd_update_caption()
244 g_free(title); in gd_update_caption()
252 title = g_strdup_printf("%s: %s%s%s", prefix, vc->label, in gd_update_caption()
255 gtk_window_set_title(GTK_WINDOW(vc->window), title); in gd_update_caption()
256 g_free(title); in gd_update_caption()
/qemu/tests/migration/guestperf/
H A Dplot.py388 layout = go.Layout(title="Migration comparison",
/qemu/python/scripts/
H A Dmkvenv.py841 title="Commands",
/qemu/tests/docker/
H A Ddocker.py669 subparsers = parser.add_subparsers(title="subcommands", help=None)
/qemu/pc-bios/
H A Dedk2-licenses.txt271 title, and interest in and to Your Contributions.
492 title, and interest in and to Your Contributions.
/qemu/
H A Dqemu-options.hx1193 " string1 sets the window title and string2 the process name\n"