Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/syscons/
H A Dsyscons.c594 (*sc_console->tsw->te_default_attr)(sc_console, in sc_attach_unit()
612 sc_console = scp; in sc_attach_unit()
713 return ((sc_console != NULL) ? sc_console->sc->unit : -1); in scdevtounit()
1785 sc_console = NULL; in sc_cnterm()
1948 sc = sc_console->sc; in sc_cngrab()
1963 sc = sc_console->sc; in sc_cnungrab()
2200 sc = sc_console->sc; in scrn_timer()
2822 if ((sc_console == NULL) || (next_scr != sc_console->index)) { in sc_switch_scr()
3496 if (!cold && sc_console->sc->cur_scp->index != sc_console->index && in scshutdown()
3499 sc_switch_scr(sc_console->sc, sc_console->index); in scshutdown()
[all …]
/freebsd-14.2/sys/powerpc/ofw/
H A Dofw_syscons.h37 int sc_console; member
H A Dofw_syscons.c284 sc->sc_console = 1; in ofwfb_configure()