Home
last modified time | relevance | path

Searched refs:qemu_chr_add_client (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/chardev/
H A Dchar.h217 int qemu_chr_add_client(Chardev *s, int fd);
/openbmc/qemu/ui/
H A Ddbus-chardev.c142 if (qemu_chr_add_client(CHARDEV(dc), fd) < 0) { in dbus_chr_register()
/openbmc/qemu/chardev/
H A Dchar.c243 int qemu_chr_add_client(Chardev *s, int fd) in qemu_chr_add_client() function
1234 if (qemu_chr_add_client(s, fd) < 0) { in qmp_add_client_char()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c440 if (!chr || qemu_chr_add_client(chr, sv[0]) == -1) { in vhost_user_gpu_do_set_socket()