Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmodprobe.c142 static struct module_s *get_mod(char *mod, uint8_t add) in get_mod() function
260 modent = get_mod(realname, 1); in config_action()
268 modent = get_mod(tokens[1], 1); in config_action()
273 get_mod(tokens[1], 1)->flags |= MOD_BLACKLIST; in config_action()
324 mod = get_mod(line, 0); in find_dep()
398 struct module_s *mod = get_mod(name, 1); in add_mod()
451 m2 = get_mod(fn, 1); in go_probe()
538 get_mod(procline, 1)->flags = MOD_ALOADED; in modprobe_main()
581 struct module_s *m2 = get_mod(real, 0); in modprobe_main()