/openbmc/qemu/include/io/ |
H A D | channel-socket.h | 43 struct QIOChannelSocket { struct 65 QIOChannelSocket * argument 78 QIOChannelSocket * 94 int qio_channel_socket_connect_sync(QIOChannelSocket *ioc, 115 void qio_channel_socket_connect_async(QIOChannelSocket *ioc, 135 int qio_channel_socket_listen_sync(QIOChannelSocket *ioc, 158 void qio_channel_socket_listen_async(QIOChannelSocket *ioc, 180 int qio_channel_socket_dgram_sync(QIOChannelSocket *ioc, 205 void qio_channel_socket_dgram_async(QIOChannelSocket *ioc, 260 QIOChannelSocket * [all …]
|
H A D | net-listener.h | 33 QIOChannelSocket *sioc, 50 QIOChannelSocket **sioc; 114 QIOChannelSocket *sioc); 162 QIOChannelSocket *qio_net_listener_wait_client(QIONetListener *listener);
|
/openbmc/qemu/io/ |
H A D | channel-socket.c | 58 QIOChannelSocket * 61 QIOChannelSocket *sioc; in qio_channel_socket_new() 83 qio_channel_socket_set_fd(QIOChannelSocket *sioc, in qio_channel_socket_set_fd() 130 QIOChannelSocket * 134 QIOChannelSocket *ioc; in qio_channel_socket_new_fd() 376 QIOChannelSocket * 377 qio_channel_socket_accept(QIOChannelSocket *ioc, in qio_channel_socket_accept() 380 QIOChannelSocket *cioc; in qio_channel_socket_accept() 426 QIOChannelSocket *ioc = QIO_CHANNEL_SOCKET(obj); in qio_channel_socket_init() 432 QIOChannelSocket *ioc = QIO_CHANNEL_SOCKET(obj); in qio_channel_socket_finalize() [all …]
|
H A D | net-listener.c | 45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() 84 QIOChannelSocket *sioc = qio_channel_socket_new(); in qio_net_listener_open_sync() 109 QIOChannelSocket *sioc) in qio_net_listener_add() 115 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add() 182 QIOChannelSocket *sioc; 192 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() 210 QIOChannelSocket *qio_net_listener_wait_client(QIONetListener *listener) in qio_net_listener_wait_client()
|
/openbmc/qemu/migration/ |
H A D | socket.c | 40 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() 138 QIOChannelSocket *cioc, in socket_accept_incoming_migration()
|
/openbmc/qemu/net/ |
H A D | stream.c | 60 QIOChannelSocket *cioc, 238 QIOChannelSocket *cioc, in net_stream_listen() 272 QIOChannelSocket *listen_sioc = QIO_CHANNEL_SOCKET(s->listen_ioc); in net_stream_server_listening() 311 QIOChannelSocket *listen_sioc = qio_channel_socket_new(); in net_stream_server_init() 328 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(s->ioc); in net_stream_client_connected() 376 QIOChannelSocket *sioc; in net_stream_reconnect() 406 QIOChannelSocket *sioc = qio_channel_socket_new(); in net_stream_client_init()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | vmsr_energy.h | 83 QIOChannelSocket *vmsr_open_socket(const char *path); 85 uint32_t tid, QIOChannelSocket *sioc);
|
H A D | vmsr_energy.c | 58 QIOChannelSocket *vmsr_open_socket(const char *path) in vmsr_open_socket() 69 QIOChannelSocket *sioc = qio_channel_socket_new(); in vmsr_open_socket() 90 QIOChannelSocket *sioc) in vmsr_read_msr()
|
/openbmc/qemu/tests/unit/ |
H A D | test-yank.c | 54 QIOChannelSocket *ioc = data; in accept_thread() 55 QIOChannelSocket *cioc; in accept_thread() 70 QIOChannelSocket *ioc; in char_change_test()
|
H A D | test-io-channel-socket.c | 40 setsockopt(((QIOChannelSocket *)src)->fd, in test_io_channel_set_socket_bufs() 45 setsockopt(((QIOChannelSocket *)dst)->fd, in test_io_channel_set_socket_bufs() 58 QIOChannelSocket *lioc; in test_io_channel_setup_sync() 109 QIOChannelSocket *lioc; in test_io_channel_setup_async() 507 QIOChannelSocket *ioc; in test_io_channel_unix_listen_cleanup()
|
H A D | test-io-channel-tls.c | 113 QIOChannelSocket *clientChanSock; in test_io_channel_tls() 114 QIOChannelSocket *serverChanSock; in test_io_channel_tls()
|
H A D | test-char.c | 687 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() 883 QIOChannelSocket *ioc = data; in char_socket_client_server_thread() 884 QIOChannelSocket *cioc; in char_socket_client_server_thread() 909 QIOChannelSocket *ioc; in char_socket_client_dupid_test() 957 QIOChannelSocket *ioc; in char_socket_client_test() 1112 QIOChannelSocket *ioc1, *ioc2; in char_socket_server_two_clients_test()
|
/openbmc/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 54 static QIOChannelSocket *server_ioc; 206 QIOChannelSocket *ioc; 284 QIOChannelSocket *cioc; in accept_client()
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 101 QIOChannelSocket *cioc, 877 QIOChannelSocket *sioc) in tcp_chr_set_client_ioc_name() 889 static int tcp_chr_new_client(Chardev *chr, QIOChannelSocket *sioc) in tcp_chr_new_client() 929 QIOChannelSocket *sioc; in tcp_chr_add_client() 953 QIOChannelSocket *cioc, in tcp_chr_accept() 973 QIOChannelSocket *sioc = qio_channel_socket_new(); in tcp_chr_connect_client_sync() 995 QIOChannelSocket *sioc; in tcp_chr_accept_server_sync() 1132 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(qio_task_get_source(task)); in qemu_chr_socket_connected() 1161 QIOChannelSocket *ioc = QIO_CHANNEL_SOCKET(qio_task_get_source(task)); in tcp_chr_connect_client_task() 1174 QIOChannelSocket *sioc; in tcp_chr_connect_client_async()
|
H A D | char-udp.c | 200 QIOChannelSocket *sioc = qio_channel_socket_new(); in qmp_chardev_open_udp()
|
/openbmc/qemu/include/chardev/ |
H A D | char-socket.h | 52 QIOChannelSocket *sioc; /* Client master channel */
|
/openbmc/qemu/include/qemu/ |
H A D | vhost-user-server.h | 51 QIOChannelSocket *sioc; /* The underlying data channel with the client */
|
/openbmc/qemu/nbd/ |
H A D | client-connection.c | 51 QIOChannelSocket *sioc; 127 static int nbd_connect(QIOChannelSocket *sioc, SocketAddress *addr, in nbd_connect()
|
/openbmc/qemu/ |
H A D | blockdev-nbd.c | 25 QIOChannelSocket *cioc; 74 static void nbd_accept(QIONetListener *listener, QIOChannelSocket *cioc, in nbd_accept()
|
H A D | qemu-nbd.c | 187 QIOChannelSocket *sioc; in qemu_nbd_client_list() 306 QIOChannelSocket *sioc; in nbd_client_thread() 384 static void nbd_accept(QIONetListener *listener, QIOChannelSocket *cioc, in nbd_accept() 1076 QIOChannelSocket *sioc; in main()
|
/openbmc/qemu/include/sysemu/ |
H A D | kvm_int.h | 72 QIOChannelSocket *sioc;
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | 403 int nbd_init(int fd, QIOChannelSocket *sioc, NBDExportInfo *info, 418 void nbd_client_new(QIOChannelSocket *sioc,
|
/openbmc/qemu/scsi/ |
H A D | qemu-pr-helper.c | 67 static QIOChannelSocket *server_ioc; 585 QIOChannelSocket *ioc; 804 QIOChannelSocket *cioc; in accept_client()
|
H A D | pr-manager-helper.c | 107 QIOChannelSocket *sioc = qio_channel_socket_new(); in pr_manager_helper_initialize()
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-emu.c | 97 QIOChannelSocket *lioc = qio_channel_socket_new(); in tpm_emu_ctrl_thread()
|