Searched defs:defcons_cur (Results 1 - 1 of 1) sorted by relevance

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

Completed in 60 milliseconds