Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c59 static char *defcons_cur; variable
1259 defcons_buf = defcons_cur = defcons_init(MMU_PAGESIZE); in bcons_post_bootenvrc()
1332 defcons_cur + 1 - defcons_buf < MMU_PAGESIZE) { in defcons_putchar()
1333 *defcons_cur++ = c; in defcons_putchar()
1334 *defcons_cur = 0; in defcons_putchar()