Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dspice.c12 typedef struct SpiceCharSource { struct
15 } SpiceCharSource; argument
128 SpiceCharSource *src = (SpiceCharSource *)source; in spice_char_source_prepare()
142 SpiceCharSource *src = (SpiceCharSource *)source; in spice_char_source_check()
155 SpiceCharSource *src = (SpiceCharSource *)source; in spice_char_source_dispatch()
172 SpiceCharSource *src; in spice_chr_add_watch()
176 src = (SpiceCharSource *)g_source_new(&SpiceCharSourceFuncs, in spice_chr_add_watch()
177 sizeof(SpiceCharSource)); in spice_chr_add_watch()