Home
last modified time | relevance | path

Searched refs:qio_channel_socket_new (Results 1 – 18 of 18) sorted by relevance

/qemu/migration/
H A Dsocket.c40 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create()
47 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create_sync()
106 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_start_outgoing_migration()
/qemu/tests/unit/
H A Dtest-io-channel-socket.c60 lioc = qio_channel_socket_new(); in test_io_channel_setup_sync()
73 *src = QIO_CHANNEL(qio_channel_socket_new()); in test_io_channel_setup_sync()
115 lioc = qio_channel_socket_new(); in test_io_channel_setup_async()
135 *src = QIO_CHANNEL(qio_channel_socket_new()); in test_io_channel_setup_async()
513 ioc = qio_channel_socket_new(); in test_io_channel_unix_listen_cleanup()
H A Dtest-char.c687 QIOChannelSocket *ioc = qio_channel_socket_new(); in char_socket_addr_to_opt_str()
749 QIOChannelSocket *ioc = qio_channel_socket_new(); in char_socket_server_client_thread()
920 ioc = qio_channel_socket_new(); in char_socket_client_dupid_test()
972 ioc = qio_channel_socket_new(); in char_socket_client_test()
1149 ioc1 = qio_channel_socket_new(); in char_socket_server_two_clients_test()
1163 ioc2 = qio_channel_socket_new(); in char_socket_server_two_clients_test()
H A Dtest-yank.c77 ioc = qio_channel_socket_new(); in char_change_test()
/qemu/net/
H A Dstream.c311 QIOChannelSocket *listen_sioc = qio_channel_socket_new(); in net_stream_server_init()
380 sioc = qio_channel_socket_new(); in net_stream_reconnect()
406 QIOChannelSocket *sioc = qio_channel_socket_new(); in net_stream_client_init()
/qemu/include/io/
H A Dchannel-socket.h66 qio_channel_socket_new(void);
/qemu/io/
H A Dchannel-socket.c59 qio_channel_socket_new(void) in qio_channel_socket_new() function
136 ioc = qio_channel_socket_new(); in qio_channel_socket_new_fd()
382 cioc = qio_channel_socket_new(); in qio_channel_socket_accept()
H A Dnet-listener.c84 QIOChannelSocket *sioc = qio_channel_socket_new(); in qio_net_listener_open_sync()
H A Dtrace-events17 qio_channel_socket_new(void *ioc) "Socket new ioc=%p"
/qemu/chardev/
H A Dchar-udp.c200 QIOChannelSocket *sioc = qio_channel_socket_new(); in qmp_chardev_open_udp()
H A Dchar-socket.c958 QIOChannelSocket *sioc = qio_channel_socket_new(); in tcp_chr_connect_client_sync()
1162 sioc = qio_channel_socket_new(); in tcp_chr_connect_client_async()
/qemu/tests/qtest/
H A Dtpm-emu.c97 QIOChannelSocket *lioc = qio_channel_socket_new(); in tpm_emu_ctrl_thread()
/qemu/nbd/
H A Dclient-connection.c184 conn->sioc = qio_channel_socket_new(); in connect_thread_func()
/qemu/scsi/
H A Dpr-manager-helper.c107 QIOChannelSocket *sioc = qio_channel_socket_new(); in pr_manager_helper_initialize()
H A Dqemu-pr-helper.c1013 server_ioc = qio_channel_socket_new(); in main()
/qemu/
H A Dqemu-nbd.c191 sioc = qio_channel_socket_new(); in qemu_nbd_client_list()
312 sioc = qio_channel_socket_new(); in nbd_client_thread()
/qemu/ui/
H A Dinput-barrier.c506 ib->sioc = qio_channel_socket_new(); in input_barrier_complete()
H A Dvnc.c3937 sioc = qio_channel_socket_new(); in vnc_display_connect()