Searched refs:outbuf_index (Results 1 – 2 of 2) sorted by relevance
42 mon->fake_func(mon->fake_opaque, (void*)mon->outbuf, mon->outbuf_index); in monitor_flush()43 mon->outbuf_index = 0; in monitor_flush()44 mon->fake_count += mon->outbuf_index; in monitor_flush()46 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index); in monitor_flush()47 mon->outbuf_index = 0; in monitor_flush()
83 int outbuf_index; member175 if (mon && mon->outbuf_index != 0 && !mon->mux_out) { in monitor_flush()176 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index); in monitor_flush()177 mon->outbuf_index = 0; in monitor_flush()195 mon->outbuf[mon->outbuf_index++] = '\r'; in monitor_puts()196 mon->outbuf[mon->outbuf_index++] = c; in monitor_puts()197 if (mon->outbuf_index >= (sizeof(mon->outbuf) - 1) in monitor_puts()