Lines Matching refs:TCPCharDriver
1985 } TCPCharDriver; typedef
1991 TCPCharDriver *s = chr->opaque; in tcp_chr_write()
2003 TCPCharDriver *s = chr->opaque; in tcp_chr_read_poll()
2013 TCPCharDriver *s, in tcp_chr_process_IAC_bytes()
2062 TCPCharDriver *s = chr->opaque; in tcp_get_msgfd()
2071 TCPCharDriver *s = chr->opaque; in unix_process_msgfd()
2094 TCPCharDriver *s = chr->opaque; in tcp_chr_recv()
2120 TCPCharDriver *s = chr->opaque; in tcp_chr_recv()
2128 TCPCharDriver *s = chr->opaque; in tcp_chr_read()
2166 TCPCharDriver *s = chr->opaque; in tcp_chr_connect()
2192 TCPCharDriver *s = chr->opaque; in tcp_chr_accept()
2215 TCPCharDriver *s = chr->opaque; in tcp_chr_close()
2231 TCPCharDriver *s = NULL; in qemu_chr_open_socket()
2248 s = qemu_mallocz(sizeof(TCPCharDriver)); in qemu_chr_open_socket()