Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/syscons/
Dsyscons.c1950 static char sc_cnputc_log[0x1000]; variable
1981 sc_cnputc_log[head % sizeof(sc_cnputc_log)] = c; in sc_cnputc()
2021 buf[0] = sc_cnputc_log[sc_cnputc_logtail++ % sizeof(sc_cnputc_log)]; in sc_cnputc()
2023 sizeof(sc_cnputc_log)) in sc_cnputc()