Searched refs:qio_channel_create_watch (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-fd.c | 155 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 D | char-io.c | 65 iwp->src = qio_channel_create_watch( in io_watch_poll_prepare()
|
H A D | char-pty.c | 140 return qio_channel_create_watch(s->ioc, cond); in pty_chr_add_watch()
|
H A D | char-socket.c | 344 return qio_channel_create_watch(s->ioc, cond); in tcp_chr_add_watch() 612 s->hup_source = qio_channel_create_watch(s->ioc, G_IO_HUP); in update_ioc_handlers()
|
/openbmc/qemu/io/ |
H A D | channel.c | 382 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() 758 source = qio_channel_create_watch(ioc, condition); in qio_channel_wait()
|
H A D | net-listener.c | 231 sources[i] = qio_channel_create_watch(QIO_CHANNEL(listener->sioc[i]), in qio_net_listener_wait_client()
|
H A D | channel-tls.c | 462 GSource *source = qio_channel_create_watch(tioc->master, condition); in qio_channel_tls_create_watch()
|
/openbmc/qemu/include/io/ |
H A D | channel.h | 733 GSource *qio_channel_create_watch(QIOChannel *ioc,
|