Lines Matching defs:chr
68 static void qemu_chr_socket_restart_timer(Chardev *chr) in qemu_chr_socket_restart_timer()
84 static void check_report_connect_error(Chardev *chr, in check_report_connect_error()
108 static int tcp_chr_write(Chardev *chr, const uint8_t *buf, int len) in tcp_chr_write()
145 Chardev *chr = CHARDEV(opaque); in tcp_chr_read_poll() local
154 static void tcp_chr_process_IAC_bytes(Chardev *chr, in tcp_chr_process_IAC_bytes()
225 static int tcp_get_msgfds(Chardev *chr, int *fds, int num) in tcp_get_msgfds()
251 static int tcp_set_msgfds(Chardev *chr, int *fds, int num) in tcp_set_msgfds()
276 static ssize_t tcp_chr_recv(Chardev *chr, char *buf, size_t len) in tcp_chr_recv()
338 static GSource *tcp_chr_add_watch(Chardev *chr, GIOCondition cond) in tcp_chr_add_watch()
363 static void tcp_chr_free_connection(Chardev *chr) in tcp_chr_free_connection()
453 Chardev *chr = CHARDEV(s); in update_disconnected_filename() local
468 static void tcp_chr_disconnect_locked(Chardev *chr) in tcp_chr_disconnect_locked()
489 static void tcp_chr_disconnect(Chardev *chr) in tcp_chr_disconnect()
498 Chardev *chr = CHARDEV(opaque); in tcp_chr_read() local
531 Chardev *chr = CHARDEV(opaque); in tcp_chr_hup() local
537 static int tcp_chr_sync_read(Chardev *chr, const uint8_t *buf, int len) in tcp_chr_sync_read()
599 Chardev *chr = CHARDEV(s); in update_ioc_handlers() local
636 Chardev *chr = CHARDEV(opaque); in tcp_chr_connect() local
656 static void tcp_chr_update_read_handler(Chardev *chr) in tcp_chr_update_read_handler()
682 Chardev *chr = CHARDEV(s); in tcp_chr_telnet_init_io() local
719 static void tcp_chr_telnet_init(Chardev *chr) in tcp_chr_telnet_init()
775 Chardev *chr = user_data; in tcp_chr_websock_handshake() local
794 static void tcp_chr_websock_init(Chardev *chr) in tcp_chr_websock_init()
815 Chardev *chr = user_data; in tcp_chr_tls_handshake() local
836 static void tcp_chr_tls_init(Chardev *chr) in tcp_chr_tls_init()
876 static void tcp_chr_set_client_ioc_name(Chardev *chr, in tcp_chr_set_client_ioc_name()
889 static int tcp_chr_new_client(Chardev *chr, QIOChannelSocket *sioc) in tcp_chr_new_client()
926 static int tcp_chr_add_client(Chardev *chr, int fd) in tcp_chr_add_client()
956 Chardev *chr = CHARDEV(opaque); in tcp_chr_accept() local
970 static int tcp_chr_connect_client_sync(Chardev *chr, Error **errp) in tcp_chr_connect_client_sync()
992 static void tcp_chr_accept_server_sync(Chardev *chr) in tcp_chr_accept_server_sync()
1011 static int tcp_chr_wait_connected(Chardev *chr, Error **errp) in tcp_chr_wait_connected()
1099 Chardev *chr = CHARDEV(obj); in char_socket_finalize() local
1133 Chardev *chr = CHARDEV(opaque); in qemu_chr_socket_connected() local
1171 static void tcp_chr_connect_client_async(Chardev *chr) in tcp_chr_connect_client_async()
1206 Chardev *chr = CHARDEV(opaque); in socket_reconnect_timeout() local
1224 static int qmp_chardev_open_socket_server(Chardev *chr, in qmp_chardev_open_socket_server()
1269 static int qmp_chardev_open_socket_client(Chardev *chr, in qmp_chardev_open_socket_client()
1367 static void qmp_chardev_open_socket(Chardev *chr, in qmp_chardev_open_socket()