Searched refs:module_find (Results 1 – 3 of 3) sorted by relevance
289 extern struct elf_module *module_find(const char *name);
190 if (module_find(module->name) != NULL) { in module_load()
203 struct elf_module *module_find(const char *name) { in module_find() function