Home | History | Annotate | Download | only in pending

Lines Matching full:module_s

58 struct module_s {
142 * Returns struct module_s from the data base if found, NULL otherwise.
145 static struct module_s *get_mod(char *mod, uint8_t add)
148 struct module_s *modentry;
156 modentry = (struct module_s *) temp->arg;
219 struct module_s *modent;
254 modent = (struct module_s *) temp->arg;
318 struct module_s *mod;
389 struct module_s *mod = get_mod(name, 1);
424 static int go_probe(struct module_s *m)
437 struct module_s *m2;
490 struct module_s *module;
555 struct module_s *m2 = get_mod(real, 0);