Home
last modified time | relevance | path

Searched refs:ssource (Results 1 – 5 of 5) sorted by relevance

/qemu/io/
A Dchannel-watch.c72 return ssource->fd.revents & ssource->condition; in qio_channel_fd_source_check()
85 ssource->fd.revents & ssource->condition, in qio_channel_fd_source_dispatch()
121 if (!ssource->condition) { in qio_channel_socket_source_check()
137 ssource->revents = 0; in qio_channel_socket_source_check()
152 return ssource->revents; in qio_channel_socket_source_check()
164 return (*func)(ssource->ioc, ssource->revents, user_data); in qio_channel_socket_source_dispatch()
259 ssource->ioc = ioc; in qio_channel_create_fd_watch()
267 ssource->fd.fd = fd; in qio_channel_create_fd_watch()
292 ssource->ioc = ioc; in qio_channel_create_socket_watch()
297 ssource->revents = 0; in qio_channel_create_socket_watch()
[all …]
A Dchannel-null.c163 QIOChannelNullSource *ssource = (QIOChannelNullSource *)source; in qio_channel_null_source_dispatch() local
165 return (*func)(ssource->ioc, in qio_channel_null_source_dispatch()
166 ssource->condition, in qio_channel_null_source_dispatch()
174 QIOChannelNullSource *ssource = (QIOChannelNullSource *)source; in qio_channel_null_source_finalize() local
176 object_unref(OBJECT(ssource->ioc)); in qio_channel_null_source_finalize()
193 QIOChannelNullSource *ssource; in qio_channel_null_create_watch() local
197 ssource = (QIOChannelNullSource *)source; in qio_channel_null_create_watch()
199 ssource->ioc = ioc; in qio_channel_null_create_watch()
202 ssource->condition = condition; in qio_channel_null_create_watch()
A Dchannel-buffer.c195 QIOChannelBufferSource *ssource = (QIOChannelBufferSource *)source; in qio_channel_buffer_source_finalize() local
197 object_unref(OBJECT(ssource->bioc)); in qio_channel_buffer_source_finalize()
211 QIOChannelBufferSource *ssource; in qio_channel_buffer_create_watch() local
216 ssource = (QIOChannelBufferSource *)source; in qio_channel_buffer_create_watch()
218 ssource->bioc = bioc; in qio_channel_buffer_create_watch()
221 ssource->condition = condition; in qio_channel_buffer_create_watch()
A Dchannel-websock.c1278 QIOChannelWebsockSource *ssource = (QIOChannelWebsockSource *)source; in qio_channel_websock_source_finalize() local
1280 object_unref(OBJECT(ssource->wioc)); in qio_channel_websock_source_finalize()
1294 QIOChannelWebsockSource *ssource; in qio_channel_websock_create_watch() local
1299 ssource = (QIOChannelWebsockSource *)source; in qio_channel_websock_create_watch()
1301 ssource->wioc = wioc; in qio_channel_websock_create_watch()
1304 ssource->condition = condition; in qio_channel_websock_create_watch()
/qemu/migration/
A Drdma.c3050 QIOChannelRDMASource *ssource = (QIOChannelRDMASource *)source; in qio_channel_rdma_source_finalize() local
3052 object_unref(OBJECT(ssource->rioc)); in qio_channel_rdma_source_finalize()
3066 QIOChannelRDMASource *ssource; in qio_channel_rdma_create_watch() local
3071 ssource = (QIOChannelRDMASource *)source; in qio_channel_rdma_create_watch()
3073 ssource->rioc = rioc; in qio_channel_rdma_create_watch()
3076 ssource->condition = condition; in qio_channel_rdma_create_watch()

Completed in 16 milliseconds