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.c653 if (s->telnet_source) { in tcp_chr_telnet_destroy()
654 g_source_destroy(s->telnet_source); in tcp_chr_telnet_destroy()
655 g_source_unref(s->telnet_source); in tcp_chr_telnet_destroy()
656 s->telnet_source = NULL; in tcp_chr_telnet_destroy()
674 if (s->telnet_source) { in tcp_chr_update_read_handler()
718 g_source_unref(s->telnet_source); in tcp_chr_telnet_init_io()
719 s->telnet_source = NULL; in tcp_chr_telnet_init_io()
770 s->telnet_source = qio_channel_add_watch_source(s->ioc, G_IO_OUT, in tcp_chr_telnet_init()