Home
last modified time | relevance | path

Searched refs:GPollFD (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/util/
H A Dmain-loop.c174 gpollfds = g_array_new(FALSE, FALSE, sizeof(GPollFD)); in qemu_init_main_loop()
264 GPollFD *pfds; in glib_pollfds_fill()
267 pfds = &g_array_index(gpollfds, GPollFD, glib_pollfds_idx); in glib_pollfds_fill()
284 GPollFD *pfds = &g_array_index(gpollfds, GPollFD, glib_pollfds_idx); in glib_pollfds_poll()
305 ret = qemu_poll_ns((GPollFD *)gpollfds->data, gpollfds->len, timeout); in os_host_main_loop_wait()
417 GPollFD *pfd = &g_array_index(pollfds, GPollFD, i);
442 GPollFD *pfd = &g_array_index(pollfds, GPollFD, i);
462 GPollFD poll_fds[1024 * 2]; /* this is probably overkill */
H A Dfdmon-poll.c24 static __thread GPollFD *pollfds;
48 pollfds = g_renew(GPollFD, pollfds, nalloc); in add_pollfd()
52 pollfds[npfd] = (GPollFD) { in add_pollfd()
H A Daio-posix.h23 GPollFD pfd;
H A Dfdmon-epoll.c60 GPollFD pfd = { in fdmon_epoll_wait()
H A Daio-win32.c33 GPollFD pfd;
H A Dqemu-timer.c325 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout) in qemu_poll_ns()
/openbmc/qemu/io/
H A Dchannel-watch.c27 GPollFD fd;
37 GPollFD fd;
50 GPollFD fdread;
51 GPollFD fdwrite;
H A Dchannel-command.c188 GPollFD pfd = { .fd = _get_osfhandle(fd), .events = events }; in win32_fd_poll()
/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c259 typedef struct pollfd GPollFD; typedef
263 int g_poll (GPollFD *fds, unsigned nfds, int timeout) in g_poll()
/openbmc/qemu/chardev/
H A Dchar-pty.c91 GPollFD pfd; in pty_chr_update_read_handler()
111 GPollFD pfd; in char_pty_chr_write()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user-glib.c36 GPollFD gfd;
/openbmc/qemu/backends/tpm/
H A Dtpm_util.c115 GPollFD fds[1] = { {.fd = fd, .events = G_IO_IN } }; in tpm_util_request()
/openbmc/qemu/include/qemu/
H A Dtimer.h757 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout);
/openbmc/qemu/qga/
H A Dchannel-win32.c28 GPollFD pollfd;
/openbmc/qemu/net/
H A Dslirp.c320 GPollFD pfd = { in net_slirp_add_poll()
356 return slirp_gio_to_poll(g_array_index(pollfds, GPollFD, idx).revents); in net_slirp_get_revents()
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c231 GPollFD pfds[1]; in vfu_object_attach_ctx()
/openbmc/qemu/migration/
H A Drdma.c1529 GPollFD pfds[2]; in qemu_rdma_wait_comp_channel()