Searched refs:console_putchar (Results 1 - 5 of 5) sorted by relevance

/external/grub/stage2/
H A Dterm.h94 void console_putchar (int c);
H A Dchar_io.c38 console_putchar,
1031 console_putchar (c);
H A Dasm.S1815 * void console_putchar (int c)
1828 ENTRY(console_putchar) function
/external/grub/grub/
H A Dasmstub.c520 console_putchar (int c) function
581 console_putchar ('\r');
582 console_putchar ('\n');
1238 console_putchar (c);
/external/qemu/
H A Dconsole.c878 static void console_putchar(TextConsole *s, int ch) function
1136 console_putchar(s, buf[i]);

Completed in 153 milliseconds