Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 11 of 11) sorted by relevance

/qemu/tests/bench/
A Dqtree-bench.c259 char separator[97]; in main() local
260 for (int i = 0; i < ARRAY_SIZE(separator) - 1; i++) { in main()
261 separator[i] = '-'; in main()
263 separator[ARRAY_SIZE(separator) - 1] = '\0'; in main()
264 printf("%s\n", separator); in main()
284 printf("%s\n", separator); in main()
/qemu/qobject/
A Dblock-qdict.c288 const char *separator; in qdict_split_flat_key() local
293 separator = NULL; in qdict_split_flat_key()
295 if (separator) { in qdict_split_flat_key()
296 separator += 2; in qdict_split_flat_key()
298 separator = key; in qdict_split_flat_key()
300 separator = strchr(separator, '.'); in qdict_split_flat_key()
301 } while (separator && separator[1] == '.'); in qdict_split_flat_key()
303 if (separator) { in qdict_split_flat_key()
304 *prefix = g_strndup(key, separator - key); in qdict_split_flat_key()
305 *suffix = separator + 1; in qdict_split_flat_key()
/qemu/hw/i386/
A Dacpi-microvm.c52 gchar *separator; in acpi_dsdt_add_virtio() local
70 separator = g_strrstr(mmio_bus->name, "."); in acpi_dsdt_add_virtio()
71 if (!separator) { in acpi_dsdt_add_virtio()
74 if (qemu_strtol(separator + 1, NULL, 10, &index) != 0) { in acpi_dsdt_add_virtio()
A Dmicrovm.c348 gchar *separator; in microvm_get_mmio_cmdline() local
352 separator = g_strrstr(name, "."); in microvm_get_mmio_cmdline()
353 if (!separator) { in microvm_get_mmio_cmdline()
357 if (qemu_strtol(separator + 1, NULL, 10, &index) != 0) { in microvm_get_mmio_cmdline()
/qemu/ui/
A Dui-hmp-cmds.c360 const char *separator; in hmp_sendkey() local
364 separator = qemu_strchrnul(keys, '-'); in hmp_sendkey()
365 keyname_len = separator - keys; in hmp_sendkey()
399 if (!*separator) { in hmp_sendkey()
402 keys = separator + 1; in hmp_sendkey()
A Dgtk.c2103 GtkWidget *separator; in gd_create_menu_machine() local
2111 separator = gtk_separator_menu_item_new(); in gd_create_menu_machine()
2120 separator = gtk_separator_menu_item_new(); in gd_create_menu_machine()
2246 GtkWidget *separator; in gd_create_menu_view() local
2267 separator = gtk_separator_menu_item_new(); in gd_create_menu_view()
2268 gtk_menu_shell_append(GTK_MENU_SHELL(view_menu), separator); in gd_create_menu_view()
2296 separator = gtk_separator_menu_item_new(); in gd_create_menu_view()
2297 gtk_menu_shell_append(GTK_MENU_SHELL(view_menu), separator); in gd_create_menu_view()
2309 separator = gtk_separator_menu_item_new(); in gd_create_menu_view()
2310 gtk_menu_shell_append(GTK_MENU_SHELL(view_menu), separator); in gd_create_menu_view()
[all …]
A Dcocoa.m1852 // Add a separator between related groups of menu items
/qemu/util/
A Dqemu-option.c703 void qemu_opts_print(QemuOpts *opts, const char *separator) in qemu_opts_print() argument
711 sep = separator; in qemu_opts_print()
718 sep = separator; in qemu_opts_print()
739 sep = separator; in qemu_opts_print()
/qemu/qga/
A Dmain.c1118 static gchar *list_join(GList *list, const gchar separator) in list_join() argument
1126 str = g_string_append_c(str, separator); in list_join()
/qemu/docs/system/i386/
A Dxen.rst131 The example above provides the guest kernel command line after a separator
/qemu/docs/system/devices/
A Dnvme.rst88 or "auto" for a random value. An optional '-' separator could be used to group

Completed in 34 milliseconds