Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-buffer.c164 QIOChannelBufferSource *bsource = (QIOChannelBufferSource *)source; in qio_channel_buffer_source_prepare() local
168 return (G_IO_IN | G_IO_OUT) & bsource->condition; in qio_channel_buffer_source_prepare()
174 QIOChannelBufferSource *bsource = (QIOChannelBufferSource *)source; in qio_channel_buffer_source_check() local
176 return (G_IO_IN | G_IO_OUT) & bsource->condition; in qio_channel_buffer_source_check()
185 QIOChannelBufferSource *bsource = (QIOChannelBufferSource *)source; in qio_channel_buffer_source_dispatch() local
187 return (*func)(QIO_CHANNEL(bsource->bioc), in qio_channel_buffer_source_dispatch()
188 ((G_IO_IN | G_IO_OUT) & bsource->condition), in qio_channel_buffer_source_dispatch()