D | first_stage_init.cpp | 103 std::string GetModuleLoadList(bool recovery, const std::string& dir_path) { in GetModuleLoadList() argument 105 if (recovery) { in GetModuleLoadList() 117 bool LoadKernelModules(bool recovery, bool want_console) { in LoadKernelModules() argument 157 Modprobe m({dir_path}, GetModuleLoadList(recovery, dir_path)); in LoadKernelModules() 165 Modprobe m({MODULE_BASE_DIR}, GetModuleLoadList(recovery, MODULE_BASE_DIR)); in LoadKernelModules()
|