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

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

Completed in 156 milliseconds