Home
last modified time | relevance | path

Searched refs:bcons_init (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dboot_console.h65 extern void bcons_init(struct xboot_info *);
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c725 bcons_init(struct xboot_info *xbi) in bcons_init() function
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2233 bcons_init(NULL); /* Set very early console to ttya. */ in startup_kernel()
2255 bcons_init(bi); /* Now we can set the real console. */ in startup_kernel()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2135 bcons_init(xbp); in _start()