Searched refs:softdeps (Results 1 – 5 of 5) sorted by relevance
384 list = kmod_list_append(config->softdeps, dep); in kmod_config_add_softdep()389 config->softdeps = list; in kmod_config_add_softdep()467 config->softdeps = kmod_list_remove(l); in kmod_config_free_softdep()643 char *softdeps = strtok_r(NULL, "\0", &saveptr); in kmod_config_parse() local645 if (underscores(modname) < 0 || softdeps == NULL) in kmod_config_parse()648 kmod_config_add_softdep(config, modname, softdeps); in kmod_config_parse()689 while (config->softdeps) in kmod_config_free()690 kmod_config_free_softdep(config, config->softdeps); in kmod_config_free()972 iter->list = config->softdeps; in kmod_config_iter_new()
119 struct kmod_list *softdeps; member
1539 kmod_list_foreach(l, config->softdeps) { in kmod_module_get_softdeps()
101 * modprobe from m-i-t does not honour softdeps for install commands. E.g.:
259 - Make sure softdeps are treated as optional dependencies268 - Parse softdeps exported by the kernel as469 - Infinite loop with softdeps512 commands, aliases, options and softdeps