Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmodule.h234 int module_unload(module_t);
/f-stack/freebsd/kern/
H A Dkern_module.c256 module_unload(module_t mod) in module_unload() function
H A Dkern_linker.c697 if ((error = module_unload(mod)) != 0) { in linker_file_unload()