Home
last modified time | relevance | path

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

/src/sys/dev/dcons/
H A Ddcons_os.c112 static void dcons_timeout(void *);
226 dcons_timeout(void *v) in dcons_timeout() function
248 callout_reset(&dcons_callout, polltime, dcons_timeout, tp); in dcons_timeout()
399 callout_reset(&dcons_callout, polltime, dcons_timeout, NULL); in dcons_attach()