Home | History | Annotate | Download | only in qemu

Lines Matching full:out_fifo

186     QEMUFIFO out_fifo;
1169 if (len > s->out_fifo.count)
1170 len = s->out_fifo.count;
1174 qemu_fifo_read(&s->out_fifo, buf, len);
1179 if (s->out_fifo.count > 0) {
1233 qemu_fifo_write(&s->out_fifo, buf, q - buf);
1506 s->out_fifo.buf = s->out_fifo_buf;
1507 s->out_fifo.buf_size = sizeof(s->out_fifo_buf);