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() 90 bool Modprobe::ParseAliasCallback(const std::vector<std::string>& args) { in ParseAliasCallback() 111 bool Modprobe::ParseSoftdepCallback(const std::vector<std::string>& args) { in ParseSoftdepCallback() 147 bool Modprobe::ParseLoadCallback(const std::vector<std::string>& args) { in ParseLoadCallback() 160 bool Modprobe::ParseOptionsCallback(const std::vector<std::string>& args) { in ParseOptionsCallback() 197 bool Modprobe::ParseBlocklistCallback(const std::vector<std::string>& args) { in ParseBlocklistCallback() 222 void Modprobe::ParseCfg(const std::string& cfg, in ParseCfg() 241 void Modprobe::AddOption(const std::string& module_name, const std::string& option_name, in AddOption() 253 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 | 149 Modprobe m({dir.path}); in TEST()
|
/system/core/init/ |
D | modalias_handler.h | 38 Modprobe modprobe_;
|
D | first_stage_init.cpp | 157 Modprobe m({dir_path}, GetModuleLoadList(recovery, dir_path)); in LoadKernelModules() 165 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); in modprobe_main()
|