Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_pf.c67 static void usbpf_uninit(void *);
79 SYSUNINIT(usbpf_uninit, SI_SUB_PSEUDO, SI_ORDER_MIDDLE, usbpf_uninit, NULL);
97 usbpf_uninit(void *arg) in usbpf_uninit() function