Lines Matching refs:variable

50 # T<variable>=<value> DAssign value to variable
52 <variable>=<value>
54 Assign value to variable. The value is always assigned to local
55 variable <variable>. If <variable> is in the list of known kernel
57 assigned to the kernel environment variable of the given name.
58 If the variable name contains a `.' it is considered a kernel tunable.
65 The assignment described above, will assign to a local variable and,
66 if applicable, also snoop assignment to kernel environment variable.
89 If the ahci_load variable is set, the AHCI module will be loaded.
137 <flag>s can also be set via kernel_options variable.
164 If the ehci_load variable is set, the EHCI module will be loaded.
182 If the xhci_load variable is set, the XHCI module will be loaded.
254 # Tset DSet a kernel environment variable
261 See also `<variable>=<value>' command for distinction on local and
278 by setting the bootfile variable to a semicolon-separated list of
332 Setting this variable causes extra debugging information to be printed
383 variable DragonFly can be run from a subdirectory of the root file
422 See also vfs.root.mountfrom variable, under `set tunables' help item.
437 This variable should not be used if I/O APIC use is disabled.
475 you set this variable to 0.
524 This variable needs to be set when using boot-only partition,
572 # Tshow DShow values of kernel environment variable
579 See also `<variable>=<value>' command for distinction on local and
629 See also `<variable>=<value>' command for distinction on local and
633 # Tlunset DUnset local variable
637 Unset local variable: discard value and remove variable.
639 See also `<variable>=<value>' command for distinction on local and
643 # Tlunsetif DUnset local variable if kenv variable true
647 Unset local variable <local_variable> if kernel environment variable
650 See also `<variable>=<value>' command for distinction on local and
668 # Tifset DConditional kenv variable present
672 Conditional kernel environment variable <kenv_variable> exists.
729 # Tread DRead input from terminal to kenv variable
741 If <kenv_variable> is supplied, the kernel environment variable is set
752 # Tunset DUnset a kernel environment variable
756 If allowed, the named kernel environment variable's value is discarded
757 and the variable is removed.
759 See also `<variable>=<value>' command for distinction on local and