Home
last modified time | relevance | path

Searched refs:Disable (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/freebsd-14.2/tools/tools/ath/athprom/
H A Deeprom-39 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
10 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
75 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
76 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
123 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
124 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
H A Deeprom-411 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
12 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
84 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
85 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
149 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
150 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
H A Deeprom-512 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
13 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
98 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
99 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
176 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
177 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp96 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error()
106 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning()
116 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note()
126 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark()
135 case ColorMode::Disable: in colorsEnabled()
H A DCrashRecoveryContext.cpp149 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
208 CrashRecoveryContext::Disable(); in ExceptionFilter()
285 CrashRecoveryContext::Disable(); in ExceptionHandler()
367 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp40 Disable(name); in Delete()
54 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable() function in TypeCategoryMap
59 return Disable(category); in Disable()
84 bool TypeCategoryMap::Disable(TypeCategoryImplSP category) { in Disable() function in TypeCategoryMap
88 category->Disable(); in Disable()
121 Disable(m_active_categories.front()); in DisableAllCategories()
H A DDataVisualization.cpp122 void DataVisualization::Categories::Disable(ConstString category) { in Disable() function in DataVisualization::Categories
127 void DataVisualization::Categories::Disable(lldb::LanguageType lang_type) { in Disable() function in DataVisualization::Categories
130 lang_category->Disable(); in Disable()
142 void DataVisualization::Categories::Disable( in Disable() function in DataVisualization::Categories
H A DLanguageCategory.cpp130 void LanguageCategory::Disable() { in Disable() function in LanguageCategory
132 m_category_sp->Disable(); in Disable()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp87 if (Attrs.UnrollEnable == LoopAttributes::Disable) in createPartialUnrollMetadata()
149 if (Attrs.UnrollAndJamEnable == LoopAttributes::Disable) in createUnrollAndJamMetadata()
217 if (Attrs.VectorizeEnable == LoopAttributes::Disable) in createLoopVectorizeMetadata()
308 (Attrs.VectorizeScalable == LoopAttributes::Disable && in createLoopVectorizeMetadata()
335 if (Attrs.DistributeEnable == LoopAttributes::Disable) in createLoopDistributeMetadata()
385 if (Attrs.UnrollEnable == LoopAttributes::Disable) in createFullUnrollMetadata()
541 case LoopAttributes::Disable: in finish()
649 case LoopHintAttr::Disable: in push()
661 setUnrollState(LoopAttributes::Disable); in push()
664 setUnrollAndJamState(LoopAttributes::Disable); in push()
[all …]
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
240 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
246 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h101 static void Disable(ConstString category);
103 static void Disable(lldb::LanguageType lang_type);
108 static void Disable(const lldb::TypeCategoryImplSP &category);
H A DTypeCategoryMap.h50 bool Disable(KeyType category_name);
54 bool Disable(lldb::TypeCategoryImplSP category);
/freebsd-14.2/share/examples/jails/
H A DVIMAGE48 #################### Disable select inherited options
52 #################### Disable select inherited devices
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp105 auto Disable = []() { in installAtFork() local
113 pthread_atfork(Disable, Enable, Enable); in installAtFork()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp25 enum DefaultOnOff { Default, Enable, Disable }; enumerator
31 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,adrf6780.yaml49 Local Oscillator Amplifier Enable. Disable to put the part in
81 Enable additional cirtuitry in the LO chain. Disable to put the
88 Disable to put the part in a power down state.
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dsgtl5000.txt35 0 = Disable
44 0 = Disable
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-coachz-r1.dts19 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone
40 * which currently is not supported by the PM6150 ADC driver. Disable the
/freebsd-14.2/tools/build/options/
H A DWITHOUT_LOADER_UBOOT1 Disable building of ubldr.
H A DWITHOUT_LLVM_ASSERTIONS1 Disable debugging assertions in LLVM.
H A DWITHOUT_LOADER_OFW1 Disable building of openfirmware bootloader components.
H A DWITHOUT_PTHREADS_ASSERTIONS1 Disable debugging assertions in pthreads library.
H A DWITHOUT_MODULE_DRM21 Disable creation of old drm2 video modules.
H A DWITHOUT_MODULE_DRM1 Disable creation of old drm video modules.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td61 "Disable SVR4-style position-independent code">;
73 "Disable IEEE 754-2008 abs.fmt mode">;
79 "Disable odd numbered single-precision "
196 "Disable 4-operand madd.fmt and related instructions">;
201 "Disable use of the jal instruction">;

12345678910>>...13