Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pccbb/
Dpccbb.c179 static void cbb_func_intr(void *arg);
381 filt ? cbb_func_filt : NULL, intr ? cbb_func_intr : NULL, ih, in cbb_setup_intr()
616 cbb_func_intr(void *arg) in cbb_func_intr() function