Home
last modified time | relevance | path

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

/external/syslinux/com32/include/sys/
Dmodule.h258 extern int _module_unload(struct elf_module *module);
/external/syslinux/com32/lib/sys/module/
Dexec.c230 _module_unload(module); in spawn_load()
Dcommon.c393 int _module_unload(struct elf_module *module) { in _module_unload() function
430 return _module_unload(module); in module_unload()