Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmain-loop.c178 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 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.h24 GPollFD pfd;
H A Dfdmon-epoll.c64 GPollFD pfd = { in fdmon_epoll_wait()
H A Daio-win32.c33 GPollFD pfd;
H A Dqemu-timer.c326 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout) in qemu_poll_ns()
/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/subprojects/libvhost-user/
H A Dlibvhost-user-glib.c36 GPollFD gfd;
/openbmc/qemu/backends/tpm/
H A Dtpm_util.c116 GPollFD fds[1] = { {.fd = fd, .events = G_IO_IN } }; in tpm_util_request()
/openbmc/qemu/qga/
H A Dchannel-win32.c28 GPollFD pollfd;