Home
last modified time | relevance | path

Searched refs:log_call_fd (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c713 if (dev->log_call_fd != -1) { in vu_log_kick()
715 if (eventfd_write(dev->log_call_fd, 1) < 0) { in vu_log_kick()
852 if (dev->log_call_fd != -1) { in vu_close_log()
853 close(dev->log_call_fd); in vu_close_log()
854 dev->log_call_fd = -1; in vu_close_log()
1186 if (dev->log_call_fd != -1) { in vu_set_log_fd_exec()
1187 close(dev->log_call_fd); in vu_set_log_fd_exec()
1189 dev->log_call_fd = vmsg->fds[0]; in vu_set_log_fd_exec()
2279 dev->log_call_fd = -1; in vu_init()
H A Dlibvhost-user.h406 int log_call_fd; member