Home
last modified time | relevance | path

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

/qemu/chardev/
H A Dchar-fd.c155 g_autoptr(GSource) child = qio_channel_create_watch(s->ioc_out, cond & ~G_IO_IN); in fd_chr_add_watch()
160 g_autoptr(GSource) child = qio_channel_create_watch(s->ioc_in, cond & ~G_IO_OUT); in fd_chr_add_watch()
H A Dchar-io.c65 iwp->src = qio_channel_create_watch( in io_watch_poll_prepare()
H A Dchar-pty.c138 return qio_channel_create_watch(s->ioc, cond); in pty_chr_add_watch()
H A Dchar-socket.c337 return qio_channel_create_watch(s->ioc, cond); in tcp_chr_add_watch()
603 s->hup_source = qio_channel_create_watch(s->ioc, G_IO_HUP); in update_ioc_handlers()
/qemu/io/
H A Dchannel.c382 GSource *qio_channel_create_watch(QIOChannel *ioc, in qio_channel_create_watch() function
419 source = qio_channel_create_watch(ioc, condition); in qio_channel_add_watch_full()
745 source = qio_channel_create_watch(ioc, condition); in qio_channel_wait()
H A Dnet-listener.c231 sources[i] = qio_channel_create_watch(QIO_CHANNEL(listener->sioc[i]), in qio_net_listener_wait_client()
H A Dchannel-tls.c472 GSource *source = qio_channel_create_watch(tioc->master, condition); in qio_channel_tls_create_watch()
/qemu/include/io/
H A Dchannel.h730 GSource *qio_channel_create_watch(QIOChannel *ioc,