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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c49 static char *defcons_buf; variable
742 defcons_buf = defcons_cur = defcons_init(MMU_PAGESIZE);
779 if (defcons_buf != NULL &&
780 defcons_cur + 1 - defcons_buf < MMU_PAGESIZE) {
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c2137 uint_t defcons_buf; local
2140 /* defcons_buf is in low memory, so an int works here */
2141 defcons_buf = ddi_prop_get_int(DDI_DEV_T_ANY, ddi_root_node(),
2144 if (defcons_buf == 0)
2178 bc = (char *)(uintptr_t)defcons_buf;

Completed in 104 milliseconds