Searched refs:module_unload (Results 1 – 3 of 3) sorted by relevance
223 int module_unload(module_t);
256 module_unload(module_t mod) in module_unload() function
663 if ((error = module_unload(mod)) != 0) { in linker_file_unload()