Home
last modified time | relevance | path

Searched refs:QIOChannelSocket (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/include/io/
H A Dchannel-socket.h43 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 Dnet-listener.h33 QIOChannelSocket *sioc,
50 QIOChannelSocket **sioc;
114 QIOChannelSocket *sioc);
162 QIOChannelSocket *qio_net_listener_wait_client(QIONetListener *listener);
/openbmc/qemu/io/
H A Dchannel-socket.c58 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 Dnet-listener.c45 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 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()
138 QIOChannelSocket *cioc, in socket_accept_incoming_migration()
/openbmc/qemu/net/
H A Dstream.c60 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 Dvmsr_energy.h83 QIOChannelSocket *vmsr_open_socket(const char *path);
85 uint32_t tid, QIOChannelSocket *sioc);
H A Dvmsr_energy.c58 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 Dtest-yank.c54 QIOChannelSocket *ioc = data; in accept_thread()
55 QIOChannelSocket *cioc; in accept_thread()
70 QIOChannelSocket *ioc; in char_change_test()
H A Dtest-io-channel-socket.c40 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 Dtest-io-channel-tls.c113 QIOChannelSocket *clientChanSock; in test_io_channel_tls()
114 QIOChannelSocket *serverChanSock; in test_io_channel_tls()
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()
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 Dqemu-vmsr-helper.c54 static QIOChannelSocket *server_ioc;
206 QIOChannelSocket *ioc;
284 QIOChannelSocket *cioc; in accept_client()
/openbmc/qemu/chardev/
H A Dchar-socket.c101 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 Dchar-udp.c200 QIOChannelSocket *sioc = qio_channel_socket_new(); in qmp_chardev_open_udp()
/openbmc/qemu/include/chardev/
H A Dchar-socket.h52 QIOChannelSocket *sioc; /* Client master channel */
/openbmc/qemu/include/qemu/
H A Dvhost-user-server.h51 QIOChannelSocket *sioc; /* The underlying data channel with the client */
/openbmc/qemu/nbd/
H A Dclient-connection.c51 QIOChannelSocket *sioc;
127 static int nbd_connect(QIOChannelSocket *sioc, SocketAddress *addr, in nbd_connect()
/openbmc/qemu/
H A Dblockdev-nbd.c25 QIOChannelSocket *cioc;
74 static void nbd_accept(QIONetListener *listener, QIOChannelSocket *cioc, in nbd_accept()
H A Dqemu-nbd.c187 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 Dkvm_int.h71 QIOChannelSocket *sioc;
/openbmc/qemu/include/block/
H A Dnbd.h403 int nbd_init(int fd, QIOChannelSocket *sioc, NBDExportInfo *info,
418 void nbd_client_new(QIOChannelSocket *sioc,
/openbmc/qemu/scsi/
H A Dqemu-pr-helper.c67 static QIOChannelSocket *server_ioc;
585 QIOChannelSocket *ioc;
804 QIOChannelSocket *cioc; in accept_client()
H A Dpr-manager-helper.c107 QIOChannelSocket *sioc = qio_channel_socket_new(); in pr_manager_helper_initialize()
/openbmc/qemu/tests/qtest/
H A Dtpm-emu.c97 QIOChannelSocket *lioc = qio_channel_socket_new(); in tpm_emu_ctrl_thread()

12