Lines Matching full:modules
68 // Set first item as our modules path in ParseDepCallback()
104 LOG(ERROR) << "non-alias line encountered in modules.alias, found " << type; in ParseAliasCallback()
109 LOG(ERROR) << "alias lines in modules.alias must have 3 entries, not " << args.size(); in ParseAliasCallback()
126 LOG(ERROR) << "non-softdep line encountered in modules.softdep, found " << type; in ParseSoftdepCallback()
131 LOG(ERROR) << "softdep lines in modules.softdep must have at least 4 entries"; in ParseSoftdepCallback()
143 LOG(ERROR) << "malformed modules.softdep at token " << token; in ParseSoftdepCallback()
178 LOG(ERROR) << "non-options line encountered in modules.options"; in ParseOptionsCallback()
183 LOG(ERROR) << "lines in modules.options must have at least 2 entries, not " << args.size(); in ParseOptionsCallback()
215 LOG(ERROR) << "dyn_options lines in modules.options must have at least" << arg_size in ParseDynOptionsCallback()
266 LOG(ERROR) << "non-blocklist line encountered in modules.blocklist"; in ParseBlocklistCallback()
271 LOG(ERROR) << "lines in modules.blocklist must have exactly 2 entries, not " << args.size(); in ParseBlocklistCallback()
386 ParseCfg(base_path + "/modules.alias", alias_callback); in Modprobe()
389 ParseCfg(base_path + "/modules.dep", dep_callback); in Modprobe()
392 ParseCfg(base_path + "/modules.softdep", softdep_callback); in Modprobe()
398 ParseCfg(base_path + "/modules.options", options_callback); in Modprobe()
401 ParseCfg(base_path + "/modules.blocklist", blocklist_callback); in Modprobe()
469 // use aliases to expand list of modules to load (multiple modules in LoadWithAliases()
478 // attempt to load all modules aliased to this name in LoadWithAliases()
504 // Another option to load kernel modules. load independent modules dependencies
505 // in parallel and then update dependency list of other remaining modules,
506 // repeat these steps until all modules are loaded.
515 // Skip blocklist modules in LoadModulesParallel()
534 // Find independent modules in LoadModulesParallel()
564 // Load independent modules in parallel in LoadModulesParallel()
592 // Remove loaded module form mod_with_deps and soft dependencies of other modules in LoadModulesParallel()
596 // Remove loaded module form dependencies of other modules which are not loaded yet in LoadModulesParallel()