HomeSort by relevance Sort by last modified time
    Searched full:module_s (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/pending/
modprobe.c 58 struct module_s { struct
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
    [all...]

Completed in 475 milliseconds