Home
last modified time | relevance | path

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

/openbmc/qemu/io/
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()
/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);