Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-io.c27 typedef struct IOWatchPoll { struct
36 } IOWatchPoll; typedef
38 static IOWatchPoll *io_watch_poll_from_source(GSource *source) in io_watch_poll_from_source()
40 return container_of(source, IOWatchPoll, parent); in io_watch_poll_from_source()
46 IOWatchPoll *iwp = io_watch_poll_from_source(source); in io_watch_poll_prepare()
84 IOWatchPoll *iwp; in io_add_watch_poll()
87 iwp = (IOWatchPoll *) g_source_new(&io_watch_poll_funcs, in io_add_watch_poll()
88 sizeof(IOWatchPoll)); in io_add_watch_poll()