Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbbvar.h122 void cbb_event_thread(void *arg);
H A Dpccbb_pci.c376 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0, in cbb_pci_attach()
H A Dpccbb.c417 cbb_event_thread(void *arg) in cbb_event_thread() function