Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmodprobe.c217 struct module_s *modent; in config_action() local
252 modent = (struct module_s *) temp->arg; in config_action()
253 if (fnmatch(aliase, modent->name, 0)) continue; in config_action()
255 llist_add(&modent->rnames, realname); in config_action()
256 if (modent->flags & MOD_NDDEPS) { in config_action()
257 modent->flags &= ~MOD_NDDEPS; in config_action()
260 modent = get_mod(realname, 1); in config_action()
261 if (!(modent->flags & MOD_NDDEPS)) { in config_action()
262 modent->flags |= MOD_NDDEPS; in config_action()
268 modent = get_mod(tokens[1], 1); in config_action()
[all …]