Home
last modified time | relevance | path

Searched refs:Modprobe (Results 1 – 8 of 8) sorted by relevance

/aosp14/system/core/libmodprobe/
H A Dlibmodprobe.cpp36 std::string Modprobe::MakeCanonical(const std::string& module_path) { in MakeCanonical()
57 bool Modprobe::ParseDepCallback(const std::string& base_path, in ParseDepCallback()
93 bool Modprobe::ParseAliasCallback(const std::vector<std::string>& args) { in ParseAliasCallback()
225 void Modprobe::ParseCfg(const std::string& cfg, in ParseCfg()
256 void Modprobe::ParseKernelCmdlineOptions(void) { in ParseKernelCmdlineOptions()
318 Modprobe::Modprobe(const std::vector<std::string>& base_paths, const std::string load_file, in Modprobe() function in Modprobe
430 bool Modprobe::IsBlocklisted(const std::string& module_name) { in IsBlocklisted()
445 bool Modprobe::LoadModulesParallel(int num_threads) { in LoadModulesParallel()
538 bool Modprobe::LoadListedModules(bool strict) { in LoadListedModules()
550 bool Modprobe::Remove(const std::string& module_name) { in Remove()
[all …]
H A Dlibmodprobe_ext_test.cpp32 std::string Modprobe::GetKernelCmdline(void) { in GetKernelCmdline()
36 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod()
63 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod()
73 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
H A Dlibmodprobe_ext.cpp26 std::string Modprobe::GetKernelCmdline(void) { in GetKernelCmdline()
34 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod()
74 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod()
86 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
H A Dlibmodprobe_test.cpp161 Modprobe m({dir.path}, "modules.load", false); in TEST()
191 Modprobe m2({dir.path}); in TEST()
219 Modprobe m({dir.path}); in TEST()
/aosp14/system/core/libmodprobe/include/modprobe/
H A Dmodprobe.h28 class Modprobe {
30 Modprobe(const std::vector<std::string>&, const std::string load_file = "modules.load",
/aosp14/system/core/init/
H A Dmodalias_handler.h38 Modprobe modprobe_;
H A Dfirst_stage_init.cpp206 Modprobe m({dir_path}, GetModuleLoadList(recovery, dir_path)); in LoadKernelModules()
214 Modprobe m({MODULE_BASE_DIR}, GetModuleLoadList(recovery, MODULE_BASE_DIR)); in LoadKernelModules()
/aosp14/system/core/toolbox/
H A Dmodprobe.cpp254 Modprobe m(mod_dirs, "modules.load", blocklist); in modprobe_main()