Home
last modified time | relevance | path

Searched refs:sioc (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/emulators/qemu42/qemu-4.2.1/io/
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
49 if (!sioc) { in qio_net_listener_channel_func()
117 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
122 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
184 QIOChannelSocket *sioc; member
194 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
198 if (!sioc) { in qio_net_listener_wait_client_func()
202 if (data->sioc) { in qio_net_listener_wait_client_func()
205 data->sioc = sioc; in qio_net_listener_wait_client_func()
218 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c53 QIOChannelSocket *sioc; in qio_channel_socket_new() local
57 sioc->fd = -1; in qio_channel_socket_new()
59 ioc = QIO_CHANNEL(sioc); in qio_channel_socket_new()
68 return sioc; in qio_channel_socket_new()
77 if (sioc->fd != -1) { in qio_channel_socket_set_fd()
82 sioc->fd = fd; in qio_channel_socket_set_fd()
83 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
84 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
90 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr)); in qio_channel_socket_set_fd()
91 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
[all …]
/dports/emulators/qemu/qemu-6.2.0/io/
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
49 if (!sioc) { in qio_net_listener_channel_func()
117 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
122 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
184 QIOChannelSocket *sioc; member
194 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
198 if (!sioc) { in qio_net_listener_wait_client_func()
202 if (data->sioc) { in qio_net_listener_wait_client_func()
205 data->sioc = sioc; in qio_net_listener_wait_client_func()
218 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c53 QIOChannelSocket *sioc; in qio_channel_socket_new() local
57 sioc->fd = -1; in qio_channel_socket_new()
59 ioc = QIO_CHANNEL(sioc); in qio_channel_socket_new()
68 return sioc; in qio_channel_socket_new()
77 if (sioc->fd != -1) { in qio_channel_socket_set_fd()
82 sioc->fd = fd; in qio_channel_socket_set_fd()
83 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
84 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
90 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr)); in qio_channel_socket_set_fd()
91 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/io/
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
49 if (!sioc) { in qio_net_listener_channel_func()
117 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
122 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
184 QIOChannelSocket *sioc; member
194 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
198 if (!sioc) { in qio_net_listener_wait_client_func()
202 if (data->sioc) { in qio_net_listener_wait_client_func()
205 data->sioc = sioc; in qio_net_listener_wait_client_func()
218 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c53 QIOChannelSocket *sioc; in qio_channel_socket_new() local
57 sioc->fd = -1; in qio_channel_socket_new()
59 ioc = QIO_CHANNEL(sioc); in qio_channel_socket_new()
68 return sioc; in qio_channel_socket_new()
77 if (sioc->fd != -1) { in qio_channel_socket_set_fd()
82 sioc->fd = fd; in qio_channel_socket_set_fd()
83 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
84 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
90 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr)); in qio_channel_socket_set_fd()
91 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/io/
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
49 if (!sioc) { in qio_net_listener_channel_func()
117 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
122 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
184 QIOChannelSocket *sioc; member
194 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
198 if (!sioc) { in qio_net_listener_wait_client_func()
202 if (data->sioc) { in qio_net_listener_wait_client_func()
205 data->sioc = sioc; in qio_net_listener_wait_client_func()
218 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c53 QIOChannelSocket *sioc; in qio_channel_socket_new() local
57 sioc->fd = -1; in qio_channel_socket_new()
59 ioc = QIO_CHANNEL(sioc); in qio_channel_socket_new()
68 return sioc; in qio_channel_socket_new()
77 if (sioc->fd != -1) { in qio_channel_socket_set_fd()
82 sioc->fd = fd; in qio_channel_socket_set_fd()
83 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
84 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
90 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr)); in qio_channel_socket_set_fd()
91 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/io/
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
49 if (!sioc) { in qio_net_listener_channel_func()
117 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
122 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
184 QIOChannelSocket *sioc; member
194 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
198 if (!sioc) { in qio_net_listener_wait_client_func()
202 if (data->sioc) { in qio_net_listener_wait_client_func()
205 data->sioc = sioc; in qio_net_listener_wait_client_func()
218 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c53 QIOChannelSocket *sioc; in qio_channel_socket_new() local
57 sioc->fd = -1; in qio_channel_socket_new()
59 ioc = QIO_CHANNEL(sioc); in qio_channel_socket_new()
68 return sioc; in qio_channel_socket_new()
77 if (sioc->fd != -1) { in qio_channel_socket_set_fd()
82 sioc->fd = fd; in qio_channel_socket_set_fd()
83 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
84 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
90 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr)); in qio_channel_socket_set_fd()
91 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/io/
H A Dnet-listener.c44 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
48 if (!sioc) { in qio_net_listener_channel_func()
115 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
120 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
182 QIOChannelSocket *sioc; member
192 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
196 if (!sioc) { in qio_net_listener_wait_client_func()
200 if (data->sioc) { in qio_net_listener_wait_client_func()
203 data->sioc = sioc; in qio_net_listener_wait_client_func()
216 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c52 QIOChannelSocket *sioc; in qio_channel_socket_new() local
56 sioc->fd = -1; in qio_channel_socket_new()
58 ioc = QIO_CHANNEL(sioc); in qio_channel_socket_new()
67 return sioc; in qio_channel_socket_new()
76 if (sioc->fd != -1) { in qio_channel_socket_set_fd()
81 sioc->fd = fd; in qio_channel_socket_set_fd()
82 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
83 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
89 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr)); in qio_channel_socket_set_fd()
90 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/io/
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
49 if (!sioc) { in qio_net_listener_channel_func()
117 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
122 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
184 QIOChannelSocket *sioc; member
194 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
198 if (!sioc) { in qio_net_listener_wait_client_func()
202 if (data->sioc) { in qio_net_listener_wait_client_func()
205 data->sioc = sioc; in qio_net_listener_wait_client_func()
218 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c53 QIOChannelSocket *sioc; in qio_channel_socket_new() local
57 sioc->fd = -1; in qio_channel_socket_new()
59 ioc = QIO_CHANNEL(sioc); in qio_channel_socket_new()
68 return sioc; in qio_channel_socket_new()
77 if (sioc->fd != -1) { in qio_channel_socket_set_fd()
82 sioc->fd = fd; in qio_channel_socket_set_fd()
83 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
84 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
90 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr)); in qio_channel_socket_set_fd()
91 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/io/
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
49 if (!sioc) { in qio_net_listener_channel_func()
117 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
122 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
184 QIOChannelSocket *sioc; member
194 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
198 if (!sioc) { in qio_net_listener_wait_client_func()
202 if (data->sioc) { in qio_net_listener_wait_client_func()
205 data->sioc = sioc; in qio_net_listener_wait_client_func()
218 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c53 QIOChannelSocket *sioc; in qio_channel_socket_new() local
57 sioc->fd = -1; in qio_channel_socket_new()
59 ioc = QIO_CHANNEL(sioc); in qio_channel_socket_new()
68 return sioc; in qio_channel_socket_new()
77 if (sioc->fd != -1) { in qio_channel_socket_set_fd()
82 sioc->fd = fd; in qio_channel_socket_set_fd()
83 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
84 sioc->localAddrLen = sizeof(sioc->localAddr); in qio_channel_socket_set_fd()
90 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr)); in qio_channel_socket_set_fd()
91 sioc->remoteAddrLen = sizeof(sioc->remoteAddr); in qio_channel_socket_set_fd()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/io/
H A Dnet-listener.c45 QIOChannelSocket *sioc; in qio_net_listener_channel_func() local
49 if (!sioc) { in qio_net_listener_channel_func()
117 listener->sioc = g_renew(QIOChannelSocket *, listener->sioc, in qio_net_listener_add()
122 listener->sioc[listener->nsioc] = sioc; in qio_net_listener_add()
184 QIOChannelSocket *sioc; member
194 QIOChannelSocket *sioc; in qio_net_listener_wait_client_func() local
198 if (!sioc) { in qio_net_listener_wait_client_func()
202 if (data->sioc) { in qio_net_listener_wait_client_func()
205 data->sioc = sioc; in qio_net_listener_wait_client_func()
218 .sioc = NULL, in qio_net_listener_wait_client()
[all …]
H A Dchannel-socket.c53 QIOChannelSocket *sioc;
57 sioc->fd = -1;
59 ioc = QIO_CHANNEL(sioc);
68 return sioc;
77 if (sioc->fd != -1) {
82 sioc->fd = fd;
83 sioc->remoteAddrLen = sizeof(sioc->remoteAddr);
84 sioc->localAddrLen = sizeof(sioc->localAddr);
90 memset(&sioc->remoteAddr, 0, sizeof(sioc->remoteAddr));
91 sioc->remoteAddrLen = sizeof(sioc->remoteAddr);
[all …]
/dports/emulators/qemu/qemu-6.2.0/nbd/
H A Dclient-connection.c50 QIOChannelSocket *sioc; member
102 if (conn->sioc) { in nbd_client_connection_do_free()
104 object_unref(OBJECT(conn->sioc)); in nbd_client_connection_do_free()
173 assert(!conn->sioc); in connect_thread_func()
198 object_unref(OBJECT(conn->sioc)); in connect_thread_func()
199 conn->sioc = NULL; in connect_thread_func()
250 if (conn->sioc) { in nbd_client_connection_release()
295 if (conn->sioc) { in nbd_co_establish_connection()
302 conn->sioc = NULL; in nbd_co_establish_connection()
347 if (!conn->sioc) { in nbd_co_establish_connection()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/nbd/
H A Dclient-connection.c50 QIOChannelSocket *sioc;
102 if (conn->sioc) {
104 object_unref(OBJECT(conn->sioc));
173 assert(!conn->sioc);
198 object_unref(OBJECT(conn->sioc));
199 conn->sioc = NULL;
250 if (conn->sioc) {
295 if (conn->sioc) {
302 conn->sioc = NULL;
346 if (!conn->sioc) {
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/chardev/
H A Dchar-socket.c384 s->sioc = NULL; in tcp_chr_free_connection()
580 &s->sioc->localAddr, s->sioc->localAddrLen, in tcp_chr_connect()
581 &s->sioc->remoteAddr, s->sioc->remoteAddrLen, in tcp_chr_connect()
791 object_ref(OBJECT(sioc)); in tcp_chr_new_client()
792 s->sioc = sioc; in tcp_chr_new_client()
793 object_ref(OBJECT(sioc)); in tcp_chr_new_client()
822 QIOChannelSocket *sioc; in tcp_chr_add_client() local
825 if (!sioc) { in tcp_chr_add_client()
847 QIOChannelSocket *sioc; in tcp_chr_wait_connected() local
919 QIOChannelSocket *sioc; in tcp_chr_connect_async() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/migration/
H A Dsocket.c37 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create() local
38 qio_channel_socket_connect_async(sioc, outgoing_args.saddr, in socket_send_channel_create()
72 QIOChannel *sioc = QIO_CHANNEL(qio_task_get_source(task)); in socket_outgoing_migration() local
80 migration_channel_connect(data->s, sioc, data->hostname, err); in socket_outgoing_migration()
81 object_unref(OBJECT(sioc)); in socket_outgoing_migration()
89 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_start_outgoing_migration_internal() local
102 qio_channel_set_name(QIO_CHANNEL(sioc), "migration-socket-outgoing"); in socket_start_outgoing_migration_internal()
103 qio_channel_socket_connect_async(sioc, in socket_start_outgoing_migration_internal()
166 qio_channel_socket_get_local_address(listener->sioc[i], errp); in socket_start_incoming_migration_internal()
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dsocket.c37 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create() local
38 qio_channel_socket_connect_async(sioc, outgoing_args.saddr, in socket_send_channel_create()
72 QIOChannel *sioc = QIO_CHANNEL(qio_task_get_source(task)); in socket_outgoing_migration() local
80 migration_channel_connect(data->s, sioc, data->hostname, err); in socket_outgoing_migration()
81 object_unref(OBJECT(sioc)); in socket_outgoing_migration()
89 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_start_outgoing_migration_internal() local
102 qio_channel_set_name(QIO_CHANNEL(sioc), "migration-socket-outgoing"); in socket_start_outgoing_migration_internal()
103 qio_channel_socket_connect_async(sioc, in socket_start_outgoing_migration_internal()
166 qio_channel_socket_get_local_address(listener->sioc[i], errp); in socket_start_incoming_migration_internal()
/dports/emulators/qemu/qemu-6.2.0/migration/
H A Dsocket.c37 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create() local
38 qio_channel_socket_connect_async(sioc, outgoing_args.saddr, in socket_send_channel_create()
72 QIOChannel *sioc = QIO_CHANNEL(qio_task_get_source(task)); in socket_outgoing_migration() local
80 migration_channel_connect(data->s, sioc, data->hostname, err); in socket_outgoing_migration()
81 object_unref(OBJECT(sioc)); in socket_outgoing_migration()
89 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_start_outgoing_migration_internal() local
102 qio_channel_set_name(QIO_CHANNEL(sioc), "migration-socket-outgoing"); in socket_start_outgoing_migration_internal()
103 qio_channel_socket_connect_async(sioc, in socket_start_outgoing_migration_internal()
178 qio_channel_socket_get_local_address(listener->sioc[i], errp); in socket_start_incoming_migration_internal()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/migration/
H A Dsocket.c37 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_send_channel_create() local
38 qio_channel_socket_connect_async(sioc, outgoing_args.saddr, in socket_send_channel_create()
72 QIOChannel *sioc = QIO_CHANNEL(qio_task_get_source(task)); in socket_outgoing_migration() local
80 migration_channel_connect(data->s, sioc, data->hostname, err); in socket_outgoing_migration()
81 object_unref(OBJECT(sioc)); in socket_outgoing_migration()
89 QIOChannelSocket *sioc = qio_channel_socket_new(); in socket_start_outgoing_migration_internal() local
102 qio_channel_set_name(QIO_CHANNEL(sioc), "migration-socket-outgoing"); in socket_start_outgoing_migration_internal()
103 qio_channel_socket_connect_async(sioc, in socket_start_outgoing_migration_internal()
178 qio_channel_socket_get_local_address(listener->sioc[i], errp); in socket_start_incoming_migration_internal()

12345678910