Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/dcons/
H A Ddcons_os.c114 static void dcons_timeout(void *);
228 dcons_timeout(void *v) in dcons_timeout() function
250 callout_reset(&dcons_callout, polltime, dcons_timeout, tp); in dcons_timeout()
401 callout_reset(&dcons_callout, polltime, dcons_timeout, NULL); in dcons_attach()