Home | History | Annotate | Download | only in qemu

Lines Matching full:outbuf_index

83     int outbuf_index;
175 if (mon && mon->outbuf_index != 0 && !mon->mux_out) {
176 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
177 mon->outbuf_index = 0;
195 mon->outbuf[mon->outbuf_index++] = '\r';
196 mon->outbuf[mon->outbuf_index++] = c;
197 if (mon->outbuf_index >= (sizeof(mon->outbuf) - 1)