Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/syscons/
H A Dsyscons.c202 static callout_func_t scrn_timer; variable
624 scrn_timer(sc); in sc_attach_unit()
2188 scrn_timer(void *arg) in scrn_timer() function
2275 &sc->ctimeout, SBT_1S / rate, 0, scrn_timer, sc, C_PREL(1)); in scrn_timer()