Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-watch.c70 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_check() local
72 return ssource->fd.revents & ssource->condition; in qio_channel_fd_source_check()
82 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_dispatch() local
84 return (*func)(ssource->ioc, in qio_channel_fd_source_dispatch()
85 ssource->fd.revents & ssource->condition, in qio_channel_fd_source_dispatch()
93 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_finalize() local
95 object_unref(OBJECT(ssource->ioc)); in qio_channel_fd_source_finalize()
118 QIOChannelSocketSource *ssource in qio_channel_socket_source_check() local
162 QIOChannelSocketSource *ssource = (QIOChannelSocketSource *)source; qio_channel_socket_source_dispatch() local
171 QIOChannelSocketSource *ssource = (QIOChannelSocketSource *)source; qio_channel_socket_source_finalize() local
199 QIOChannelFDPairSource *ssource = (QIOChannelFDPairSource *)source; qio_channel_fd_pair_source_check() local
213 QIOChannelFDPairSource *ssource = (QIOChannelFDPairSource *)source; qio_channel_fd_pair_source_dispatch() local
226 QIOChannelFDPairSource *ssource = (QIOChannelFDPairSource *)source; qio_channel_fd_pair_source_finalize() local
253 QIOChannelFDSource *ssource; qio_channel_create_fd_watch() local
282 QIOChannelSocketSource *ssource; qio_channel_create_socket_watch() local
321 QIOChannelFDPairSource *ssource; qio_channel_create_fd_pair_watch() local
[all...]
H 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()
H 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()
H A Dchannel-websock.c1296 QIOChannelWebsockSource *ssource = (QIOChannelWebsockSource *)source; in qio_channel_websock_source_finalize()
1298 object_unref(OBJECT(ssource->wioc)); in qio_channel_websock_source_finalize()
1312 QIOChannelWebsockSource *ssource; in qio_channel_websock_create_watch()
1317 ssource = (QIOChannelWebsockSource *)source; in qio_channel_websock_create_watch()
1319 ssource->wioc = wioc; in qio_channel_websock_create_watch()
1322 ssource->condition = condition; in qio_channel_websock_create_watch()
1297 QIOChannelWebsockSource *ssource = (QIOChannelWebsockSource *)source; qio_channel_websock_source_finalize() local
1313 QIOChannelWebsockSource *ssource; qio_channel_websock_create_watch() local
/openbmc/qemu/migration/
H A Drdma.c2876 QIOChannelRDMASource *ssource = (QIOChannelRDMASource *)source; in qio_channel_rdma_source_finalize()
2878 object_unref(OBJECT(ssource->rioc)); in qio_channel_rdma_source_finalize() local
2892 QIOChannelRDMASource *ssource; in qio_channel_rdma_create_watch()
2897 ssource = (QIOChannelRDMASource *)source; in qio_channel_rdma_create_watch()
2899 ssource->rioc = rioc; in qio_channel_rdma_create_watch()
2902 ssource->condition = condition; in qio_channel_rdma_create_watch()
2894 QIOChannelRDMASource *ssource; qio_channel_rdma_create_watch() local
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch13649 + av_log(avctx, AV_LOG_ERROR, "Failed to compile shader: %ssource:\n%s\n", info, source);