Searched refs:qemu_chr_new_from_opts (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-char.c | 90 chr = qemu_chr_new_from_opts(opts, NULL, NULL); in char_console_test_subprocess() 143 chr = qemu_chr_new_from_opts(opts, NULL, NULL); in char_ringbuf_test() 151 chr = qemu_chr_new_from_opts(opts, NULL, &error_abort); in char_ringbuf_test() 174 chr = qemu_chr_new_from_opts(opts, NULL, NULL); in char_ringbuf_test() 193 chr = qemu_chr_new_from_opts(opts, NULL, &error_abort); in char_mux_test() 796 chr = qemu_chr_new_from_opts(opts, NULL, &error_abort); in char_socket_server_test() 942 chr2 = qemu_chr_new_from_opts(opts, NULL, &local_err); in char_socket_client_dupid_test() 998 chr = qemu_chr_new_from_opts(opts, NULL, &error_abort); in char_socket_client_test() 1130 chr = qemu_chr_new_from_opts(opts, NULL, &error_abort); in char_socket_server_two_clients_test() 1197 chr = qemu_chr_new_from_opts(opts, NULL, NULL); in char_serial_test() [all …]
|
/openbmc/qemu/include/chardev/ |
H A D | char.h | 86 Chardev *qemu_chr_new_from_opts(QemuOpts *opts,
|
/openbmc/qemu/storage-daemon/ |
H A D | qemu-storage-daemon.c | 292 if (!qemu_chr_new_from_opts(opts, NULL, &error_fatal)) { in process_options()
|
/openbmc/qemu/chardev/ |
H A D | char-hmp-cmds.c | 89 qemu_chr_new_from_opts(opts, NULL, &err); in hmp_chardev_add()
|
H A D | char.c | 706 Chardev *qemu_chr_new_from_opts(QemuOpts *opts, GMainContext *context, in qemu_chr_new_from_opts() function
|
/openbmc/qemu/system/ |
H A D | vl.c | 1229 if (!qemu_chr_new_from_opts(opts, NULL, &local_err)) { in chardev_init_func()
|