Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bvm/
HDbvm_console.c72 static void bvm_timeout(void *);
122 callout_reset(&bvm_timer, polltime, bvm_timeout, tp); in bvm_tty_open()
153 bvm_timeout(void *v) in bvm_timeout() function
165 callout_reset(&bvm_timer, polltime, bvm_timeout, tp); in bvm_timeout()