Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c104 static scr_stat *sc_console; variable
287 if (sc_console == NULL) { in ec_putc()
584 if (sc_console->tsw->te_size > 0) { in sc_attach_unit()
585 sc_ktsw = sc_console->tsw; in sc_attach_unit()
587 oldts = sc_console->ts; in sc_attach_unit()
589 ts = malloc(sc_console->tsw->te_size, M_DEVBUF, in sc_attach_unit()
591 (*sc_console->tsw->te_init)( in sc_attach_unit()
592 sc_console, &ts, SC_TE_COLD_INIT); in sc_attach_unit()
593 sc_console->ts = ts; in sc_attach_unit()
594 (*sc_console->tsw->te_default_attr)(sc_console, in sc_attach_unit()
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.h37 int sc_console; member
H A Dofw_syscons.c283 sc->sc_console = 1; in ofwfb_configure()