Home | History | Annotate | Download | only in qemu

Lines Matching refs:IO_BUF_SIZE

162 #define IO_BUF_SIZE 32768
178 uint8_t buf[IO_BUF_SIZE];
469 len = f->get_buffer(f->opaque, f->buf, f->buf_offset, IO_BUF_SIZE);
504 l = IO_BUF_SIZE - f->buf_index;
512 if (f->buf_index >= IO_BUF_SIZE)
527 if (f->buf_index >= IO_BUF_SIZE)