Searched refs:Modprobe (Results 1 – 8 of 8) sorted by relevance
/system/core/libmodprobe/ |
D | libmodprobe.cpp | 34 std::string Modprobe::MakeCanonical(const std::string& module_path) { in MakeCanonical() 55 bool Modprobe::ParseDepCallback(const std::string& base_path, in ParseDepCallback() 91 bool Modprobe::ParseAliasCallback(const std::vector<std::string>& args) { in ParseAliasCallback() 112 bool Modprobe::ParseSoftdepCallback(const std::vector<std::string>& args) { in ParseSoftdepCallback() 148 bool Modprobe::ParseLoadCallback(const std::vector<std::string>& args) { in ParseLoadCallback() 161 bool Modprobe::ParseOptionsCallback(const std::vector<std::string>& args) { in ParseOptionsCallback() 198 bool Modprobe::ParseBlocklistCallback(const std::vector<std::string>& args) { in ParseBlocklistCallback() 223 void Modprobe::ParseCfg(const std::string& cfg, in ParseCfg() 242 void Modprobe::AddOption(const std::string& module_name, const std::string& option_name, in AddOption() 254 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() 70 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod() 81 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 m = Modprobe({dir.path}); in TEST() 218 Modprobe m({dir.path}); in TEST()
|
/system/core/init/ |
D | modalias_handler.h | 38 Modprobe modprobe_;
|
D | first_stage_init.cpp | 166 Modprobe m({dir_path}, GetModuleLoadList(recovery, dir_path)); in LoadKernelModules() 174 Modprobe m({MODULE_BASE_DIR}, GetModuleLoadList(recovery, MODULE_BASE_DIR)); in LoadKernelModules()
|
/system/core/libmodprobe/include/modprobe/ |
D | modprobe.h | 25 class Modprobe { 27 Modprobe(const std::vector<std::string>&, const std::string load_file = "modules.load",
|
/system/core/toolbox/ |
D | modprobe.cpp | 218 Modprobe m(mod_dirs, "modules.load", blocklist); in modprobe_main()
|