Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c58 static char *defcons_buf; variable
1259 defcons_buf = defcons_cur = defcons_init(MMU_PAGESIZE); in bcons_post_bootenvrc()
1331 if (defcons_buf != NULL && in defcons_putchar()
1332 defcons_cur + 1 - defcons_buf < MMU_PAGESIZE) { in defcons_putchar()
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c2136 uint_t defcons_buf; in flush_deferred_console_buf() local
2140 defcons_buf = ddi_prop_get_int(DDI_DEV_T_ANY, ddi_root_node(), in flush_deferred_console_buf()
2143 if (defcons_buf == 0) in flush_deferred_console_buf()
2177 bc = (char *)(uintptr_t)defcons_buf; in flush_deferred_console_buf()