Searched refs:GPollFD (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/util/ |
H A D | main-loop.c | 174 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 D | fdmon-poll.c | 24 static __thread GPollFD *pollfds; 48 pollfds = g_renew(GPollFD, pollfds, nalloc); in add_pollfd() 52 pollfds[npfd] = (GPollFD) { in add_pollfd()
|
H A D | aio-posix.h | 23 GPollFD pfd;
|
H A D | fdmon-epoll.c | 60 GPollFD pfd = { in fdmon_epoll_wait()
|
H A D | aio-win32.c | 33 GPollFD pfd;
|
H A D | qemu-timer.c | 325 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout) in qemu_poll_ns()
|
/openbmc/qemu/io/ |
H A D | channel-watch.c | 27 GPollFD fd; 37 GPollFD fd; 50 GPollFD fdread; 51 GPollFD fdwrite;
|
H A D | channel-command.c | 188 GPollFD pfd = { .fd = _get_osfhandle(fd), .events = events }; in win32_fd_poll()
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | model.c | 259 typedef struct pollfd GPollFD; typedef 263 int g_poll (GPollFD *fds, unsigned nfds, int timeout) in g_poll()
|
/openbmc/qemu/chardev/ |
H A D | char-pty.c | 91 GPollFD pfd; in pty_chr_update_read_handler() 111 GPollFD pfd; in char_pty_chr_write()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user-glib.c | 36 GPollFD gfd;
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_util.c | 115 GPollFD fds[1] = { {.fd = fd, .events = G_IO_IN } }; in tpm_util_request()
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 757 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout);
|
/openbmc/qemu/qga/ |
H A D | channel-win32.c | 28 GPollFD pollfd;
|
/openbmc/qemu/net/ |
H A D | slirp.c | 320 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 D | vfio-user-obj.c | 231 GPollFD pfds[1]; in vfu_object_attach_ctx()
|
/openbmc/qemu/migration/ |
H A D | rdma.c | 1529 GPollFD pfds[2]; in qemu_rdma_wait_comp_channel()
|