| /freebsd-12.1/tools/tools/ath/athprom/ |
| H A D | eeprom-3 | 10 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 11 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 | 76 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 77 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 | 124 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 125 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
|
| H A D | eeprom-4 | 12 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 13 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 | 85 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 86 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 | 150 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 151 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
|
| H A D | eeprom-5 | 13 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 14 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 | 99 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 100 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 | 177 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 178 | RF Silent $rfKill | XR5 Disable $disableXr5 | XR2 Disable $disableXr2 |
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CLCompatOptions.td | 71 HelpText<"Disable caret diagnostics but keep column info">; 73 HelpText<"Disable column and caret diagnostics">; 122 def : CLFlag<"O0">, Alias<O0>, HelpText<"Disable optimization">; 128 HelpText<"Disable function inlining">; 134 HelpText<"Disable optimization">; 140 HelpText<"Disable use of builtin functions">; 208 HelpText<"Disable C++14 sized global deallocation functions">, 214 HelpText<"Disable C++17 aligned allocation functions">, 228 HelpText<"Disable trigraphs (default)">, Alias<fno_trigraphs>; 233 HelpText<"Disable two-phase name lookup in templates">, [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | DataVisualization.h | 118 static void Disable(const ConstString &category); 120 static void Disable(lldb::LanguageType lang_type); 125 static void Disable(const lldb::TypeCategoryImplSP &category);
|
| H A D | TypeCategoryMap.h | 52 bool Disable(KeyType category_name); 56 bool Disable(ValueSP category);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator 149 Enable ? LoopAttributes::Enable : LoopAttributes::Disable; 155 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
|
| H A D | CGLoopInfo.cpp | 207 LoopHintAttr::LoopHintState State = LoopHintAttr::Disable; in push() 234 case LoopHintAttr::Disable: in push() 245 setUnrollState(LoopAttributes::Disable); in push() 248 setUnrollAndJamState(LoopAttributes::Disable); in push()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 42 Disable(name); in Delete() 56 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable() function in TypeCategoryMap 61 return Disable(category); in Disable() 86 bool TypeCategoryMap::Disable(ValueSP category) { in Disable() function in TypeCategoryMap 90 category->Disable(); in Disable() 123 Disable(m_active_categories.front()); in DisableAllCategories()
|
| H A D | DataVisualization.cpp | 147 void DataVisualization::Categories::Disable(const ConstString &category) { in Disable() function in DataVisualization::Categories 152 void DataVisualization::Categories::Disable(lldb::LanguageType lang_type) { in Disable() function in DataVisualization::Categories 155 lang_category->Disable(); in Disable() 167 void DataVisualization::Categories::Disable( in Disable() function in DataVisualization::Categories
|
| H A D | LanguageCategory.cpp | 222 void LanguageCategory::Disable() { in Disable() function in LanguageCategory 224 m_category_sp->Disable(); in Disable()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Options.td | 118 "Disable DLL binding">; 120 "Disable DLL isolation">; 125 "Disable ASLR (default when /fixed)">; 126 defm fixed : B<"fixed", "Disable base relocations", 130 "Disable 64-bit ASLR">; 139 "Disable large addresses (default on 32-bit)">; 141 "Disable data execution provention">;
|
| /freebsd-12.1/share/examples/jails/ |
| H A D | VIMAGE | 49 #################### Disable select inherited options 53 #################### Disable select inherited devices
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCAsmInfo.cpp | 24 enum DefaultOnOff { Default, Enable, Disable }; enumerator 29 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 128 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext 233 CrashRecoveryContext::Disable(); in ExceptionHandler() 310 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Log.cpp | 92 void Log::Disable(uint32_t flags) { in Disable() function in Log 200 iter->second.Disable(UINT32_MAX); in Unregister() 231 iter->second.Disable(flags); in DisableLogChannel() 248 entry.second.Disable(UINT32_MAX); in DisableAllLogChannels()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 113 State = LoopHintAttr::Disable; in handleLoopHintAttr() 127 State = LoopHintAttr::Disable; in handleLoopHintAttr() 170 State = LoopHintAttr::Disable; in handleLoopHintAttr() 275 CategoryState.StateAttr->getState() == LoopHintAttr::Disable)) { in CheckForIncompatibleAttributes()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 248 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } in disableCodeGen() argument
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetPassConfig.h | 175 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); }
|
| /freebsd-12.1/sys/conf/ |
| H A D | WITHOUT_SOURCELESS | 2 # WITHOUT_SOURCELESS -- Disable drivers that include sourceless code.
|
| H A D | WITHOUT_SOURCELESS_HOST | 2 # WITHOUT_SOURCELESS_HOST -- Disable drivers that include sourceless
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 75 "Disable SVR4-style position-independent code">; 91 "Disable odd numbered single-precision " 201 "Disable 4-operand madd.fmt and related instructions">; 206 "Disable use of the jal instruction">;
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | t-netbsd64 | 1 # Disable multilib fow now, as NetBSD/sparc64 does not ship with
|
| /freebsd-12.1/usr.sbin/bsdconfig/mouse/include/ |
| H A D | messages.subr | 41 msg_disable="Disable" 42 msg_disable_the_mouse_daemon="Disable the mouse daemon" 62 msg_mouse_disable="Mouse Disable"
|
| /freebsd-12.1/stand/forth/ |
| H A D | screen.4th | 57 \ Disable bold mode ( Esc-[22m ) 63 \ Disable inverse foreground/background mode ( Esc-[27m )
|