Lines Matching defs:modent
211 struct module_s *modent;
247 modent = (struct module_s *) temp->arg;
248 if (fnmatch(alias, modent->name, 0)) continue;
250 llist_add(&modent->rnames, realname);
251 if (modent->flags & MOD_NDDEPS) {
252 modent->flags &= ~MOD_NDDEPS;
255 modent = get_mod(realname, 1);
256 if (!(modent->flags & MOD_NDDEPS)) {
257 modent->flags |= MOD_NDDEPS;
263 modent = get_mod(tokens[1], 1);
264 modent->opts = add_opts(modent->opts, tokens[2]);