Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/dev/
H A Dopmbell.c78 static void bell_timeout(void *);
436 bell_timeout(0); in opm_bell()
445 callout_reset(&bell_ch, ticks, bell_timeout, NULL); in opm_bell()
450 bell_timeout(void *arg) in bell_timeout() function
465 bell_timeout(0); in opm_bell_on()