Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dmodule.h37 MOD_UNLOAD, enumerator
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c254 (void)driver_module_handler(NULL, MOD_UNLOAD, &ehci_nexus_driver_mod); in hiehci_exit()
Dxhci_pci.c254 (void)driver_module_handler(NULL, MOD_UNLOAD, &xhci_nexus_driver_mod); in hixhci_exit()
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.c159 driver_module_handler(NULL, MOD_UNLOAD, usb_driver_mode_list[i]); in usb_unloadonce()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c2852 case MOD_UNLOAD: in driver_module_handler()