Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/
H A Dusb_pf.c69 static void usbpf_uninit(void *);
85 SYSUNINIT(usbpf_uninit, SI_SUB_PSEUDO, SI_ORDER_MIDDLE, usbpf_uninit, NULL);
100 usbpf_uninit(void *arg) in usbpf_uninit() function