Searched refs:qemu_chr_fe_get_msgfds (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-fe.c | 116 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd() 125 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
|
/openbmc/qemu/include/chardev/ |
H A D | char-fe.h | 299 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 456 s->fds_num = qemu_chr_fe_get_msgfds(chr, s->fds, in chr_read() 466 if (!qemu_chr_fe_get_msgfds(chr, &fd, 1) && fd < 0) { in chr_read() 484 qemu_chr_fe_get_msgfds(chr, &s->log_fd, 1); in chr_read()
|