Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/qemu/migration/
H A Dsocket.c40 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create() local
64 QIOChannel *sioc = QIO_CHANNEL(qio_task_get_source(task)); in socket_outgoing_migration() local
88 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_start_outgoing_migration() local
/openbmc/qemu/chardev/
H A Dchar-socket.c877 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() local
973 QIOChannelSocket *sioc = qio_channel_socket_new(); in tcp_chr_connect_client_sync() local
995 QIOChannelSocket *sioc; in tcp_chr_accept_server_sync() local
1132 QIOChannelSocket *sioc = QIO_CHANNEL_SOCKET(qio_task_get_source(task)); in qemu_chr_socket_connected() local
1174 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
/openbmc/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
405 QIOChannelSocket *sioc = qio_channel_socket_new(); in net_stream_client_init() local
/openbmc/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.c135 QIOChannelSocket *sioc; /* The underlying data channel */ member
3250 void nbd_client_new(QIOChannelSocket *sioc, in nbd_client_new()
/openbmc/qemu/
H A Dqemu-nbd.c187 QIOChannelSocket *sioc; in qemu_nbd_client_list() local
306 QIOChannelSocket *sioc; in nbd_client_thread() local
1076 QIOChannelSocket *sioc; in main() local
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c69 QIOChannelSocket *sioc = qio_channel_socket_new(); in vmsr_open_socket() local
90 QIOChannelSocket *sioc) in vmsr_read_msr()
/openbmc/qemu/include/io/
H A Dnet-listener.h50 QIOChannelSocket **sioc; member
/openbmc/qemu/include/qemu/
H A Dvhost-user-server.h51 QIOChannelSocket *sioc; /* The underlying data channel with the client */ member
/openbmc/qemu/include/chardev/
H A Dchar-socket.h52 QIOChannelSocket *sioc; /* Client master channel */ member
/openbmc/qemu/scsi/
H A Dpr-manager-helper.c107 QIOChannelSocket *sioc = qio_channel_socket_new(); in pr_manager_helper_initialize() local
/openbmc/linux/net/atm/
H A Dioctl.c203 struct atmif_sioc __user *sioc = argp; in do_vcc_ioctl() local
/openbmc/qemu/util/
H A Dvhost-user-server.c335 static void vu_accept(QIONetListener *listener, QIOChannelSocket *sioc, in vu_accept()
/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c39 QIOChannelSocket *sioc; member
/openbmc/qemu/include/sysemu/
H A Dkvm_int.h72 QIOChannelSocket *sioc; member
/openbmc/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()
3925 QIOChannelSocket *sioc = NULL; in vnc_display_connect() local
4245 QIOChannelSocket *sioc; in vnc_display_add_client() local
H A Dvnc.h267 QIOChannelSocket *sioc; /* The underlying socket */ member