Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bvm/
H A Dbvm_console.c74 static void bvm_timeout(void *);
124 callout_reset(&bvm_timer, polltime, bvm_timeout, tp); in bvm_tty_open()
155 bvm_timeout(void *v) in bvm_timeout() function
167 callout_reset(&bvm_timer, polltime, bvm_timeout, tp); in bvm_timeout()