Searched refs:InsmodWithDeps (Results 1 – 2 of 2) sorted by relevance
43 bool InsmodWithDeps(const std::string& module_name, const std::string& parameters);
352 bool Modprobe::InsmodWithDeps(const std::string& module_name, const std::string& parameters) { in InsmodWithDeps() function in Modprobe418 if (InsmodWithDeps(module, parameters)) module_loaded = true; in LoadWithAliases()