Home
last modified time | relevance | path

Searched defs:sioc (Results 1 – 19 of 19) sorted by relevance

/qemu/io/
H A Dchannel-socket.c61 QIOChannelSocket *sioc; in qio_channel_socket_new() local
83 qio_channel_socket_set_fd(QIOChannelSocket *sioc, in qio_channel_socket_set_fd()
509 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(ioc); in qio_channel_socket_readv() local
562 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(ioc); in qio_channel_socket_writev() local
642 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(ioc); in qio_channel_socket_readv() local
690 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(ioc); in qio_channel_socket_writev() local
731 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(ioc); in qio_channel_socket_flush() local
810 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(ioc); in qio_channel_socket_set_blocking() local
825 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(ioc); in qio_channel_socket_set_delay() local
838 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(ioc); in qio_channel_socket_set_cork() local
[all …]
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
84 QIOChannelSocket *sioc = qio_channel_socket_new(); in qio_net_listener_open_sync() local
109 QIOChannelSocket *sioc) in qio_net_listener_add()
182 QIOChannelSocket *sioc; member
192 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
/qemu/migration/
H A Dsocket.c40 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create() local
47 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create_sync() local
82 QIOChannel *sioc = QIO_CHANNEL(qio_task_get_source(task)); in socket_outgoing_migration() local
106 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_start_outgoing_migration() local
/qemu/chardev/
H A Dchar-socket.c862 QIOChannelSocket *sioc) in tcp_chr_set_client_ioc_name()
874 static int tcp_chr_new_client(Chardev *chr, QIOChannelSocket *sioc) in tcp_chr_new_client()
914 QIOChannelSocket *sioc; in tcp_chr_add_client() local
958 QIOChannelSocket *sioc = qio_channel_socket_new(); in tcp_chr_connect_client_sync() local
980 QIOChannelSocket *sioc; in tcp_chr_accept_server_sync() local
1117 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(qio_task_get_source(task)); in qemu_chr_socket_connected() local
1159 QIOChannelSocket *sioc; in tcp_chr_connect_client_async() local
H A Dchar-udp.c200 QIOChannelSocket *sioc = qio_channel_socket_new(); in qmp_chardev_open_udp() local
/qemu/net/
H A Dstream.c328 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(s->ioc); in net_stream_client_connected() local
376 QIOChannelSocket *sioc; in net_stream_reconnect() local
406 QIOChannelSocket *sioc = qio_channel_socket_new(); in net_stream_client_init() local
/qemu/nbd/
H A Dclient-connection.c51 QIOChannelSocket *sioc; member
127 static int nbd_connect(QIOChannelSocket *sioc, SocketAddress *addr, in nbd_connect()
H A Dclient.c1172 QIOChannel *sioc = NULL; in nbd_receive_export_list() local
1273 int nbd_init(int fd, QIOChannelSocket *sioc, NBDExportInfo *info, in nbd_init()
H A Dserver.c133 QIOChannelSocket *sioc; /* The underlying data channel */ member
3212 void nbd_client_new(QIOChannelSocket *sioc, in nbd_client_new()
/qemu/include/io/
H A Dnet-listener.h50 QIOChannelSocket **sioc; member
/qemu/
H A Dqemu-nbd.c187 QIOChannelSocket *sioc; in qemu_nbd_client_list() local
306 QIOChannelSocket *sioc; in nbd_client_thread() local
1073 QIOChannelSocket *sioc; in main() local
/qemu/include/qemu/
H A Dvhost-user-server.h51 QIOChannelSocket *sioc; /* The underlying data channel with the client */ member
/qemu/include/chardev/
H A Dchar-socket.h52 QIOChannelSocket *sioc; /* Client master channel */ member
/qemu/scsi/
H A Dpr-manager-helper.c107 QIOChannelSocket *sioc = qio_channel_socket_new(); in pr_manager_helper_initialize() local
/qemu/util/
H A Dvhost-user-server.c323 static void vu_accept(QIONetListener *listener, QIOChannelSocket *sioc, in vu_accept()
/qemu/block/export/
H A Dvhost-user-blk-server.c39 QIOChannelSocket *sioc; member
/qemu/ui/
H A Dinput-barrier.c37 QIOChannelSocket *sioc; member
H A Dvnc.c3242 static void vnc_connect(VncDisplay *vd, QIOChannelSocket *sioc, in vnc_connect()
3931 QIOChannelSocket *sioc = NULL; in vnc_display_connect() local
4253 QIOChannelSocket *sioc; in vnc_display_add_client() local
H A Dvnc.h268 QIOChannelSocket *sioc; /* The underlying socket */ member