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
37 } IOWatchPoll; argument
39 static IOWatchPoll *io_watch_poll_from_source(GSource *source) in io_watch_poll_from_source()
41 return container_of(source, IOWatchPoll, parent); in io_watch_poll_from_source()
47 IOWatchPoll *iwp = io_watch_poll_from_source(source); in io_watch_poll_prepare()
90 IOWatchPoll *iwp = io_watch_poll_from_source(source); in io_watch_poll_finalize()
112 IOWatchPoll *iwp; in io_add_watch_poll()
115 iwp = (IOWatchPoll *) g_source_new(&io_watch_poll_funcs, in io_add_watch_poll()
116 sizeof(IOWatchPoll)); in io_add_watch_poll()
135 IOWatchPoll *iwp; in io_remove_watch_poll()