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

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

Completed in 105 milliseconds