Home
last modified time | relevance | path

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

/external/qemu/ui/
Dconsole.c91 typedef struct QEMUFIFO { struct
95 } QEMUFIFO; argument
97 static int qemu_fifo_write(QEMUFIFO *f, const uint8_t *buf, int len1) in qemu_fifo_write()
120 static int qemu_fifo_read(QEMUFIFO *f, uint8_t *buf, int len1) in qemu_fifo_read()
186 QEMUFIFO out_fifo;