Home
last modified time | relevance | path

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

/openbmc/qemu/include/chardev/
H A Dchar-socket.h71 GSource *telnet_source; member
/openbmc/qemu/chardev/
H A Dchar-socket.c649 if (s->telnet_source) { in tcp_chr_telnet_destroy()
650 g_source_destroy(s->telnet_source); in tcp_chr_telnet_destroy()
651 g_source_unref(s->telnet_source); in tcp_chr_telnet_destroy()
652 s->telnet_source = NULL; in tcp_chr_telnet_destroy()
670 if (s->telnet_source) { in tcp_chr_update_read_handler()
714 g_source_unref(s->telnet_source); in tcp_chr_telnet_init_io()
715 s->telnet_source = NULL; in tcp_chr_telnet_init_io()
766 s->telnet_source = qio_channel_add_watch_source(s->ioc, G_IO_OUT, in tcp_chr_telnet_init()