Searched refs:Modprobe (Results 1 – 8 of 8) sorted by relevance
/system/core/libmodprobe/ |
D | libmodprobe.cpp | 36 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() 114 bool Modprobe::ParseSoftdepCallback(const std::vector<std::string>& args) { in ParseSoftdepCallback() 150 bool Modprobe::ParseLoadCallback(const std::vector<std::string>& args) { in ParseLoadCallback() 163 bool Modprobe::ParseOptionsCallback(const std::vector<std::string>& args) { in ParseOptionsCallback() 200 bool Modprobe::ParseBlocklistCallback(const std::vector<std::string>& args) { in ParseBlocklistCallback() 225 void Modprobe::ParseCfg(const std::string& cfg, in ParseCfg() 244 void Modprobe::AddOption(const std::string& module_name, const std::string& option_name, in AddOption() 256 void Modprobe::ParseKernelCmdlineOptions(void) { in ParseKernelCmdlineOptions() [all …]
|
D | libmodprobe_ext_test.cpp | 32 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()
|
D | libmodprobe_ext.cpp | 26 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()
|
D | libmodprobe_test.cpp | 161 Modprobe m({dir.path}, "modules.load", false); in TEST() 191 Modprobe m2({dir.path}); in TEST() 219 Modprobe m({dir.path}); in TEST()
|
/system/core/init/ |
D | modalias_handler.h | 38 Modprobe modprobe_;
|
D | first_stage_init.cpp | 206 Modprobe m({dir_path}, GetModuleLoadList(recovery, dir_path)); in LoadKernelModules() 214 Modprobe m({MODULE_BASE_DIR}, GetModuleLoadList(recovery, MODULE_BASE_DIR)); in LoadKernelModules()
|
/system/core/libmodprobe/include/modprobe/ |
D | modprobe.h | 28 class Modprobe { 30 Modprobe(const std::vector<std::string>&, const std::string load_file = "modules.load",
|
/system/core/toolbox/ |
D | modprobe.cpp | 254 Modprobe m(mod_dirs, "modules.load", blocklist); in modprobe_main()
|