Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-null.c28 typedef struct QIOChannelNullSource QIOChannelNullSource; typedef
29 struct QIOChannelNullSource { struct
163 QIOChannelNullSource *ssource = (QIOChannelNullSource *)source; in qio_channel_null_source_dispatch()
174 QIOChannelNullSource *ssource = (QIOChannelNullSource *)source; in qio_channel_null_source_finalize()
193 QIOChannelNullSource *ssource; in qio_channel_null_create_watch()
196 sizeof(QIOChannelNullSource)); in qio_channel_null_create_watch()
197 ssource = (QIOChannelNullSource *)source; in qio_channel_null_create_watch()