Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c1973 static char sc_cnputc_log[0x1000]; variable
2004 sc_cnputc_log[head % sizeof(sc_cnputc_log)] = c; in sc_cnputc()
2045 sc_cnputc_log[sc_cnputc_logtail++ % sizeof(sc_cnputc_log)]; in sc_cnputc()
2048 sizeof(sc_cnputc_log)) in sc_cnputc()