Home
last modified time | relevance | path

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

/external/grub/grub/
Dasmstub.c520 console_putchar (int c) in console_putchar() function
581 console_putchar ('\r'); in console_putchar()
582 console_putchar ('\n'); in console_putchar()
1238 console_putchar (c); in hercules_putchar()
/external/grub/stage2/
Dterm.h94 void console_putchar (int c);
Dchar_io.c38 console_putchar,
1031 console_putchar (c); in grub_putchar()
Dasm.S1828 ENTRY(console_putchar)
/external/qemu/docs/
DDISPLAY-STATE.TXT98 the console_putchar() for all the gory details), but the main idea is
/external/qemu/
Dconsole.c878 static void console_putchar(TextConsole *s, int ch) in console_putchar() function
1136 console_putchar(s, buf[i]); in console_puts()
/external/grub/
DChangeLog1238 * stage2/asm.S (console_putchar): Rewritten from scratch.
1309 (console_putchar): Likewise.
1338 (console_putchar): Likewise.
1707 * grub/asmstub.c (console_putchar): When not using curses,
3237 * grub/asmstub.c (console_putchar)
3581 * grub/asmstub.c (console_putchar) [HAVE_LIBCURSES]: If
3590 * stage2/asm.S (console_putchar): Don't print a carriage return
4108 (console_putchar): ... this.
4119 (console_putchar): Declared.
4128 (console_putchar): ... this.