Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c1258 extern void *defcons_init(size_t); in bcons_post_bootenvrc()
1259 defcons_buf = defcons_cur = defcons_init(MMU_PAGESIZE); in bcons_post_bootenvrc()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2985 defcons_init(size_t size) in defcons_init() function