Searched refs:softdeps (Results 1 – 5 of 5) sorted by relevance
385 list = kmod_list_append(config->softdeps, dep); in kmod_config_add_softdep()390 config->softdeps = list; in kmod_config_add_softdep()468 config->softdeps = kmod_list_remove(l); in kmod_config_free_softdep()645 char *softdeps = strtok_r(NULL, "\0", &saveptr); in kmod_config_parse() local647 if (underscores(modname) < 0 || softdeps == NULL) in kmod_config_parse()650 kmod_config_add_softdep(config, modname, softdeps); in kmod_config_parse()691 while (config->softdeps) in kmod_config_free()692 kmod_config_free_softdep(config, config->softdeps); in kmod_config_free()974 iter->list = config->softdeps; in kmod_config_iter_new()
120 struct kmod_list *softdeps; member
1550 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.:
321 - Make sure softdeps are treated as optional dependencies330 - Parse softdeps exported by the kernel as531 - Infinite loop with softdeps574 commands, aliases, options and softdeps