Home
last modified time | relevance | path

Searched refs:console_puts (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dconsole.c1125 static int console_puts(CharDriverState *chr, const uint8_t *buf, int len) in console_puts() function
1224 console_puts(s->chr, (const uint8_t *) "\r", 1); in kbd_put_keysym()
1230 console_puts(s->chr, buf, q - buf); in kbd_put_keysym()
1503 chr->chr_write = console_puts; in text_console_do_init()
1547 console_puts(chr, (uint8_t*)msg, len); in text_console_do_init()