Home
last modified time | relevance | path

Searched refs:Disabled (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/zed.d/
HDzed.rc56 # Disabled by default, any non-empty value will enable the feature.
65 # Disabled by default; uncomment to enable.
74 # Disabled by default; uncomment to enable.
82 # Disabled by default; uncomment to enable.
90 # Disabled by default; uncomment to enable.
99 # Disabled by default; uncomment to enable.
117 # Disabled by default, 1 to enable and 0 to disable.
143 # Disabled by default, 1 to enable and 0 to disable.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDOptBisect.h68 bool isEnabled() const override { return BisectLimit != Disabled; } in isEnabled()
77 static const int Disabled = std::numeric_limits<int>::max();
80 int BisectLimit = Disabled;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDtsd_exclusive.h107 atomic_store(&Disabled, 1U, memory_order_release); in disable()
111 atomic_store(&Disabled, 0U, memory_order_release); in enable()
137 !atomic_load(&Disabled, memory_order_acquire))) { in getTSDAndLock()
162 atomic_u8 Disabled = {}; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h458 void DisableLazyCompilation(bool Disabled = true) {
459 CompilingLazily = !Disabled;
468 void DisableGVCompilation(bool Disabled = true) {
469 GVCompilationDisabled = Disabled;
478 void DisableSymbolSearching(bool Disabled = true) {
479 SymbolSearchingDisabled = Disabled;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDOptBisect.cpp29 cl::init(OptBisect::Disabled), cl::Optional,
52 const int OptBisect::Disabled; member in OptBisect
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDRegisterContextPOSIXCore_arm64.cpp172 m_sve_state = SVEState::Disabled; in ConfigureRegisterContext()
176 m_sve_state = SVEState::Disabled; in ConfigureRegisterContext()
178 if (m_sve_state != SVEState::Disabled) in ConfigureRegisterContext()
234 if (m_sve_state == SVEState::Disabled) { in ReadRegister()
306 case SVEState::Disabled: in ReadRegister()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDTracker.h184 Disabled, ///> Tracking is disabled enumerator
195 TrackerState State = TrackerState::Disabled;
/freebsd-13-stable/contrib/wpa/src/common/
HDieee802_1x_defs.h66 Disabled, enumerator
/freebsd-13-stable/sys/contrib/device-tree/Bindings/net/
HDcavium-pip.txt40 - rx-delay: Delay value for RGMII receive clock. Optional. Disabled if 0.
43 - tx-delay: Delay value for RGMII transmit clock. Optional. Disabled if 0.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/SandboxIR/
HDTracker.cpp164 State = TrackerState::Disabled; in revert()
172 State = TrackerState::Disabled; in accept()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDinterval_map.h22 enum class IntervalCoalescing { Enabled, Disabled }; enumerator
157 class IntervalMap<KeyT, ValT, IntervalCoalescing::Disabled>
/freebsd-13-stable/sys/contrib/device-tree/Bindings/gpio/
HDgpio-samsung.txt19 - Flags and Pull Up/Down: 0 - Pull Up/Down Disabled.
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HD__assert45 // Disabled checks.
75 // Disabled checks.
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/amlogic/
HDmeson-gxm-wetek-core2.dts60 /* Disabled as Realtek RTL8152 USB provides Ethernet */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIWholeQuadMode.cpp129 char Disabled = 0; member
302 Flag &= ~II.Disabled; in markInstruction()
546 III.Disabled = StateWQM | StateStrict; in scanInstructions()
558 III.Disabled = StateStrict; in scanInstructions()
575 III.Disabled = StateWQM | StateStrict; in scanInstructions()
631 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()
1312 Needs &= ~III->second.Disabled; in processBlock()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterInfoPOSIX_arm64.h18 enum class SVEState : uint8_t { Unknown, Disabled, FPSIMD, Full, Streaming }; enumerator
/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel-kmem.m430 dnl # Disabled by default it provides detailed memory tracking. This
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h450 Disabled, enumerator
463 MinimizeAddrInV5 MinimizeAddr = MinimizeAddrInV5::Disabled;
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDorion5x-maxtor-shared-storage-2.dts165 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)
HDorion5x-lacie-d2-network.dts223 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)
/freebsd-13-stable/usr.sbin/bsdconfig/security/include/
HDmessages.subr30 msg_disabled="Disabled"
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
HDinterval_map_test.cpp196 IntervalMap<unsigned, S, IntervalCoalescing::Disabled> M; in TEST()
/freebsd-13-stable/sys/contrib/device-tree/src/powerpc/
HDmucmc52.dts18 /* Disabled timers */
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h166 Disabled, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h87 TailFoldingOpts DefaultSVETFOpts = TailFoldingOpts::Disabled;

123