Home
last modified time | relevance | path

Searched refs:sc_console (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/syscons/
HDsyscons.c105 static scr_stat *sc_console; variable
518 if (sc_console == NULL) /* sc_console_unit < 0 */ in sc_attach_unit()
519 sc_console = scp; in sc_attach_unit()
599 sc_alloc_scr_buffer(sc_console, FALSE, FALSE); in scmeminit()
602 sc_alloc_cut_buffer(sc_console, FALSE); in scmeminit()
607 sc_alloc_history_buffer(sc_console, 0, 0, FALSE); in scmeminit()
620 return ((sc_console != NULL) ? sc_console->sc->unit : -1); in scdevtounit()
1629 sc_console = sc_get_stat(sc_get_softc(unit, SC_KERNEL_CONSOLE)->dev[0]); in sc_cninit()
1642 sc_clear_screen(sc_console); in sc_cnterm()
1643 sccnupdate(sc_console); in sc_cnterm()
[all …]
/trueos/sys/powerpc/ofw/
HDofw_syscons.h37 int sc_console; member
HDofw_syscons.c283 sc->sc_console = 1; in ofwfb_configure()
/trueos/sys/powerpc/wii/
HDwii_fbvar.h62 int sc_console; member
HDwii_fb.c524 sc->sc_console = 1; in wiifb_configure()