Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_console.c49 static char *defcons_buf; variable
742 defcons_buf = defcons_cur = defcons_init(MMU_PAGESIZE); in bcons_init2()
779 if (defcons_buf != NULL && in defcons_putchar()
780 defcons_cur + 1 - defcons_buf < MMU_PAGESIZE) { in defcons_putchar()
/titanic_41/usr/src/uts/common/io/
H A Dconsconfig_dacf.c2137 uint_t defcons_buf; in flush_deferred_console_buf() local
2141 defcons_buf = ddi_prop_get_int(DDI_DEV_T_ANY, ddi_root_node(), in flush_deferred_console_buf()
2144 if (defcons_buf == 0) in flush_deferred_console_buf()
2178 bc = (char *)(uintptr_t)defcons_buf; in flush_deferred_console_buf()