Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_console.c63 static struct callout ofw_timer; variable
103 callout_init_mtx(&ofw_timer, tty_getlock(tp), 0); in cn_drvinit()
119 callout_reset(&ofw_timer, polltime, ofw_timeout, tp); in ofwtty_open()
128 callout_stop(&ofw_timer); in ofwtty_close()
158 callout_schedule(&ofw_timer, polltime); in ofw_timeout()