/openbmc/qemu/io/ |
H A D | channel-socket.c | 61 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 D | net-listener.c | 45 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 D | socket.c | 40 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 D | char-socket.c | 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() 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 D | char-udp.c | 200 QIOChannelSocket *sioc = qio_channel_socket_new(); in qmp_chardev_open_udp() local
|
/openbmc/qemu/net/ |
H A D | stream.c | 328 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 D | client-connection.c | 51 QIOChannelSocket *sioc; member 127 static int nbd_connect(QIOChannelSocket *sioc, SocketAddress *addr, in nbd_connect()
|
H A D | client.c | 1172 QIOChannel *sioc = NULL; in nbd_receive_export_list() local 1273 int nbd_init(int fd, QIOChannelSocket *sioc, NBDExportInfo *info, in nbd_init()
|
H A D | server.c | 135 QIOChannelSocket *sioc; /* The underlying data channel */ member 3250 void nbd_client_new(QIOChannelSocket *sioc, in nbd_client_new()
|
/openbmc/qemu/ |
H A D | qemu-nbd.c | 187 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 D | vmsr_energy.c | 69 QIOChannelSocket *sioc = qio_channel_socket_new(); in vmsr_open_socket() local 90 QIOChannelSocket *sioc) in vmsr_read_msr()
|
/openbmc/qemu/include/io/ |
H A D | net-listener.h | 50 QIOChannelSocket **sioc; member
|
/openbmc/qemu/include/qemu/ |
H A D | vhost-user-server.h | 51 QIOChannelSocket *sioc; /* The underlying data channel with the client */ member
|
/openbmc/qemu/include/chardev/ |
H A D | char-socket.h | 52 QIOChannelSocket *sioc; /* Client master channel */ member
|
/openbmc/qemu/scsi/ |
H A D | pr-manager-helper.c | 107 QIOChannelSocket *sioc = qio_channel_socket_new(); in pr_manager_helper_initialize() local
|
/openbmc/linux/net/atm/ |
H A D | ioctl.c | 203 struct atmif_sioc __user *sioc = argp; in do_vcc_ioctl() local
|
/openbmc/qemu/util/ |
H A D | vhost-user-server.c | 335 static void vu_accept(QIONetListener *listener, QIOChannelSocket *sioc, in vu_accept()
|
/openbmc/qemu/block/export/ |
H A D | vhost-user-blk-server.c | 39 QIOChannelSocket *sioc; member
|
/openbmc/qemu/include/sysemu/ |
H A D | kvm_int.h | 72 QIOChannelSocket *sioc; member
|
/openbmc/qemu/ui/ |
H A D | input-barrier.c | 37 QIOChannelSocket *sioc; member
|
H A D | vnc.c | 3242 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 D | vnc.h | 267 QIOChannelSocket *sioc; /* The underlying socket */ member
|