Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c107 static struct sc_term_sw *sc_ktsw; variable
585 sc_ktsw = sc_console->tsw; in sc_attach_unit()
1774 if (sc_ktsw != NULL) { in sc_cnterm()
1778 (*sc_ktsw->te_term)(sc_console, &ts); in sc_cnterm()
1781 sc_ktsw = NULL; in sc_cnterm()
2056 scp->tsw = sc_ktsw; in sc_cnputc()