Home
last modified time | relevance | path

Searched refs:module_s (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dmodprobe.c53 struct module_s { struct
140 static struct module_s *get_mod(char *mod, uint8_t add) in get_mod()
143 struct module_s *modentry; in get_mod()
151 modentry = (struct module_s *) temp->arg; in get_mod()
215 struct module_s *modent; in config_action()
250 modent = (struct module_s *) temp->arg; in config_action()
314 struct module_s *mod; in find_dep()
392 struct module_s *mod = get_mod(name, 1); in add_mod()
427 static int go_probe(struct module_s *m) in go_probe()
439 struct module_s *m2; in go_probe()
[all …]