Home
last modified time | relevance | path

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

/external/syslinux/com32/include/sys/
Dmodule.h289 extern struct elf_module *module_find(const char *name);
/external/syslinux/com32/lib/sys/module/
Delf_module.c190 if (module_find(module->name) != NULL) { in module_load()
Dcommon.c203 struct elf_module *module_find(const char *name) { in module_find() function