Searched refs:qemu_chr_fe_set_msgfds (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/chardev/ |
H A D | char-fe.h | 312 int qemu_chr_fe_set_msgfds(CharBackend *be, int *fds, int num);
|
/openbmc/qemu/chardev/ |
H A D | char-fe.c | 137 int qemu_chr_fe_set_msgfds(CharBackend *be, int *fds, int num) in qemu_chr_fe_set_msgfds() function
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_emulator.c | 557 qemu_chr_fe_set_msgfds(&tpm_emu->ctrl_chr, fds + 1, 1); in tpm_emulator_prepare_data_fd()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 405 if (qemu_chr_fe_set_msgfds(chr, fds, fd_num) < 0) { in vhost_user_write() 1739 if (qemu_chr_fe_set_msgfds(chr, &dmabuf_fd, fd_num) < 0) { in vhost_user_backend_handle_shared_object_lookup()
|