Searched defs:find_module (Results 1 – 3 of 3) sorted by relevance
102 static struct mod *find_module(struct mod *_modules, const char *modname) in find_module() function
166 static struct mod *find_module(struct mod *_modules, const char *modname) in find_module() function
150 def find_module(name, path=None): function