Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_console.c69 static void ofw_timeout(void *);
119 callout_reset(&ofw_timer, polltime, ofw_timeout, tp); in ofwtty_open()
146 ofw_timeout(void *v) in ofw_timeout() function