Home
last modified time | relevance | path

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

/qemu/io/
H A Dchannel-watch.c50 GPollFD fdread; member
200 GIOCondition poll_condition = ssource->fdread.revents | in qio_channel_fd_pair_source_check()
214 GIOCondition poll_condition = ssource->fdread.revents | in qio_channel_fd_pair_source_dispatch()
316 int fdread, in qio_channel_create_fd_pair_watch() argument
333 ssource->fdread.fd = (gint64)_get_osfhandle(fdread); in qio_channel_create_fd_pair_watch()
336 ssource->fdread.fd = fdread; in qio_channel_create_fd_pair_watch()
340 ssource->fdread.events = condition & G_IO_IN; in qio_channel_create_fd_pair_watch()
343 g_source_add_poll(source, &ssource->fdread); in qio_channel_create_fd_pair_watch()
/qemu/include/io/
H A Dchannel-watch.h86 int fdread,