Searched refs:ignorecmd (Results 1 – 1 of 1) sorted by relevance
100 bool ignorecmd : 1; member1070 bool ignorecmd,1101 mod->ignorecmd = (pre != NULL || post != NULL); in __kmod_module_fill_softdep()1120 bool ignorecmd, in __kmod_module_get_probe_list() argument1154 if (ignorecmd) { in __kmod_module_get_probe_list()1162 mod->ignorecmd = true; in __kmod_module_get_probe_list()1172 bool ignorecmd, in kmod_module_get_probe_list() argument1186 err = __kmod_module_get_probe_list(mod, true, ignorecmd, list); in kmod_module_get_probe_list()1314 if (cmd != NULL && !m->ignorecmd) { in kmod_module_probe_insert_module()