Home
last modified time | relevance | path

Searched defs:vcon (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/char/
H A Dvirtio-console.c44 VirtConsole *vcon = opaque; in chr_write_unblocked() local
55 VirtConsole *vcon = VIRTIO_CONSOLE(port); in flush_buf() local
113 VirtConsole *vcon = VIRTIO_CONSOLE(port); in set_guest_connected() local
128 VirtConsole *vcon = VIRTIO_CONSOLE(port); in guest_writable() local
136 VirtConsole *vcon = opaque; in chr_can_read() local
144 VirtConsole *vcon = opaque; in chr_read() local
153 VirtConsole *vcon = opaque; in chr_event() local
178 VirtConsole *vcon = opaque; in chr_be_change() local
202 VirtConsole *vcon = VIRTIO_CONSOLE(port); in virtconsole_enable_backend() local
223 VirtConsole *vcon = VIRTIO_CONSOLE(dev); in virtconsole_realize() local
[all …]
/openbmc/qemu/ui/
H A Dgtk.c594 void gd_hw_gl_flushed(void *vcon) in gd_hw_gl_flushed()