Home | History | Annotate | Download | only in qemu

Lines Matching full:console_puts

1125 static int console_puts(CharDriverState *chr, const uint8_t *buf, int len)
1224 console_puts(s->chr, (const uint8_t *) "\r", 1);
1230 console_puts(s->chr, buf, q - buf);
1503 chr->chr_write = console_puts;
1547 console_puts(chr, (uint8_t*)msg, len);