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 = (QIOChannelSocketSource *)source; in qio_channel_socket_source_check() local
121 if (!ssource->condition) { in qio_channel_socket_source_check()
128 if (ssource->condition & G_IO_IN) { in qio_channel_socket_source_check()
[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.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()
/openbmc/qemu/migration/
H 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()
/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);