Lines Matching defs:load
40 local MSG_FAILDIR = "Failed to load conf dir '%s': not a directory"
51 local MSG_DEFAULTKERNFAIL = "No kernel set, failed to load from module_path"
52 local MSG_KERNFAIL = "Failed to load kernel '%s'"
53 local MSG_XENKERNFAIL = "Failed to load Xen kernel '%s'"
262 modules[k].load = v:upper()
382 if v.load ~= nil and v.load:lower() == "yes" then
393 local str = "load "
489 -- check for that on load.
560 local res, err = pcall(load(text, name, "t", cfg_env))
715 -- other_kernel is optionally the name of a kernel to load, if not the default
723 local r = loader.perform("load " .. name ..
760 -- kernel not set, try load from default module_path
781 -- first try load kernel with module_path = /boot/${kernel}
782 -- then try load with module_path=${kernel}
801 -- failed to load with ${kernel} as a directory
818 function config.load(file, reloading)
838 config.load(file, true)
849 if cli_execute_unparsed('load ' .. xen_kernel) ~= 0 then
869 elseif modules[modname].load == "YES" then
874 modules[modname].load = "YES"
882 elseif modules[modname].load ~= "YES" then
886 modules[modname].load = "NO"
893 if not mod or mod.load ~= "YES" then