Searched defs:_modules (Results 1 – 3 of 3) sorted by relevance
47 static void parse_retcodes(struct mod **_modules, const char *s) in parse_retcodes()102 static struct mod *find_module(struct mod *_modules, const char *modname) in find_module()
63 static void parse_retcodes(struct mod *_modules, const char *s) in parse_retcodes()166 static struct mod *find_module(struct mod *_modules, const char *modname) in find_module()
313 def init(self, _modules): argument