Searched refs:GPollFD (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | main-loop.c | 178 gpollfds = g_array_new(FALSE, FALSE, sizeof(GPollFD)); in qemu_init_main_loop() 267 GPollFD *pfds; in glib_pollfds_fill() 270 pfds = &g_array_index(gpollfds, GPollFD, glib_pollfds_idx); in glib_pollfds_fill() 287 GPollFD *pfds = &g_array_index(gpollfds, GPollFD, glib_pollfds_idx); in glib_pollfds_poll() 308 ret = qemu_poll_ns((GPollFD *)gpollfds->data, gpollfds->len, timeout); in os_host_main_loop_wait() 420 GPollFD *pfd = &g_array_index(pollfds, GPollFD, i); 445 GPollFD *pfd = &g_array_index(pollfds, GPollFD, [all...] |
| 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 | 24 GPollFD pfd;
|
| H A D | fdmon-epoll.c | 64 GPollFD pfd = { in fdmon_epoll_wait()
|
| H A D | aio-win32.c | 33 GPollFD pfd;
|
| H A D | qemu-timer.c | 326 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout) in qemu_poll_ns()
|
| /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/subprojects/libvhost-user/ |
| H A D | libvhost-user-glib.c | 36 GPollFD gfd;
|
| /openbmc/qemu/backends/tpm/ |
| H A D | tpm_util.c | 116 GPollFD fds[1] = { {.fd = fd, .events = G_IO_IN } }; in tpm_util_request()
|
| /openbmc/qemu/qga/ |
| H A D | channel-win32.c | 28 GPollFD pollfd;
|