Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmodprobe.c215 struct module_s *modent; in config_action() local
250 modent = (struct module_s *) temp->arg; in config_action()
251 if (fnmatch(aliase, modent->name, 0)) continue; in config_action()
253 llist_add(&modent->rnames, realname); in config_action()
254 if (modent->flags & MOD_NDDEPS) { in config_action()
255 modent->flags &= ~MOD_NDDEPS; in config_action()
258 modent = get_mod(realname, 1); in config_action()
259 if (!(modent->flags & MOD_NDDEPS)) { in config_action()
260 modent->flags |= MOD_NDDEPS; in config_action()
266 modent = get_mod(tokens[1], 1); in config_action()
[all …]