Lines Matching refs:then

86 		if restore_value == nil then
91 if current_value ~= v then
97 if restore_value ~= nil then
115 env_changed[key] ~= nil then
125 if loader_env_restricted_table[key] ~= nil then
130 if env_restore[key] == nil then
141 if modules[key] == nil then
159 if i < nextpos then
164 if c == '\\' then
165 if i == vlen then
170 elseif c == '"' then
172 elseif c == "$" then
173 if i == vlen then
176 if value:sub(i + 1, i + 1) == "{" then
189 if not name then
193 if vdelim then
215 if pattern:find('$VALUE') then
218 if k ~= nil then
233 -- group, then a single-word value capture group. This is our kludge for Lua
255 if modules[k] == nil then
307 if cli_execute_unparsed(k) ~= 0 then
318 if not pv then
322 if setEnv(k, pv) ~= 0 then
330 if line ~= nil then
332 if s == nil then
335 if s == nil then
345 if blacklist_str == nil then
360 if v.load ~= nil and v.load:lower() == "yes" then
362 if not v.force and blacklist[module_name] ~= nil then
363 if not silent then
368 if not silent then
372 if v.type ~= nil then
376 if v.flags ~= nil then
379 if v.before ~= nil then
381 if not pstatus and not silent then
387 if cli_execute_unparsed(str) ~= 0 then
391 if loader.command_error then
394 if not silent then
397 if v.error ~= nil then
401 elseif v.after ~= nil then
403 if not pstatus and not silent then
406 if not silent then
420 if f == nil then
421 if not silent then
431 if text == nil and not silent then
441 if nextboot_file == nil then
446 if nextboot_enable == "NO" then
451 if text == nil then
456 text:match("^nextboot_enable=\"NO\"") ~= nil then
461 if not config.parse(text) then
466 -- nextboot_file. We overwrite it with nextboot_enable="NO", then
471 if nfile ~= nil then
498 if silent == nil then
503 if text == nil then
516 if line:match("^%s*$") == nil then
521 if k ~= nil then
523 if cgroups == 1 then
528 if isValidComment(c) then
548 if loaded_files == nil then
552 if loaded_files[file] ~= nil then
568 if not config.processFile(file, true) then
576 if loader_conf_files ~= nil then
582 if load_conf_dirs then
584 if loader_conf_dirs ~= nil then
586 if lfs.attributes(name, "mode") ~= "directory" then
591 if cfile:match(".conf$") then
593 if lfs.attributes(fpath, "mode") == "file" then
614 if r == 0 then
625 if kernel_path == nil then
640 if bootfile == nil then
650 if kernel == nil then
653 if res ~= nil then
667 if other_kernel ~= nil then
671 -- then try load with module_path=${kernel}
679 if res ~= nil then
681 if module_path ~= nil then
693 if res ~= nil then
708 if not file then
718 if not reloading then
736 if xen_kernel ~= nil then
738 if cli_execute_unparsed('load ' .. xen_kernel) ~= 0 then
744 if not config.loadKernel(kernel) then
756 if modules[modname] == nil then
758 elseif modules[modname].load == "YES" then
769 if modules[modname] == nil then
771 elseif modules[modname].load ~= "YES" then
782 if not mod or mod.load ~= "YES" then
786 if mod.force then