Home
last modified time | relevance | path

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

/external/syslinux/com32/include/sys/
Dmodule.h280 extern int module_unloadable(struct elf_module *module);
/external/syslinux/com32/lib/sys/module/
Dcommon.c384 int module_unloadable(struct elf_module *module) { in module_unloadable() function
396 if (!module_unloadable(module)) { in _module_unload()