Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_console.c50 static char *defcons_cur; variable
742 defcons_buf = defcons_cur = defcons_init(MMU_PAGESIZE); in bcons_init2()
780 defcons_cur + 1 - defcons_buf < MMU_PAGESIZE) { in defcons_putchar()
781 *defcons_cur++ = c; in defcons_putchar()
782 *defcons_cur = 0; in defcons_putchar()