Searched refs:Enable (Results 51 - 75 of 84) sorted by relevance

1234

/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzfs.sh48 -S Enable kernel stack tracer
H A Dzfs-tests.sh323 -S Enable stack tracer (negative performance impact)
633 # Enable internal ZFS debug log and clear it.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSubtargetFeature.h193 void AddFeature(StringRef String, bool Enable = true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp133 void CrashRecoveryContext::Enable() { function in class:CrashRecoveryContext
298 // Because the Enable and Disable calls are static, it means that
/freebsd-13-stable/stand/efi/include/
H A Definet.h228 IN UINT32 Enable,
H A Deficon.h131 IN BOOLEAN Enable
H A Defiapi.h297 IN BOOLEAN Enable,
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-sunsh.mk7 .MAKEFLAGS: -dL # Enable sane error messages
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h104 template <typename T, typename Enable = void> struct ScalarEnumerationTraits {
120 template <typename T, typename Enable = void> struct ScalarBitSetTraits {
146 template <typename T, typename Enable = void> struct ScalarTraits {
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp457 void TypeCategoryImpl::Enable(bool value, uint32_t position) { function in class:TypeCategoryImpl
H A DFormatManager.cpp163 iter.second->Enable();
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh104 exclude EXFAIL common/java_api/tst.Enable.ksh
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp447 Optional<bool> Enable = local
450 if (Enable == false)
460 if (Enable == true && VectorizeWidth == 1 && InterleaveCount == 1)
466 if (Enable == true)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp55 cl::desc("Enable interprocedural register allocation "
81 cl::desc("Enable optimized register allocation compilation path."));
124 // Enable or disable the MachineOutliner.
126 "enable-machine-outliner", cl::desc("Enable the machine outliner"),
133 // Enable or disable FastISel. Both options are needed, because
138 cl::desc("Enable the \"fast\" instruction selector"));
142 cl::desc("Enable the \"global\" instruction selector"));
150 cl::desc("Enable abort calls when \"global\" instruction selection "
154 clEnumValN(GlobalISelAbortMode::Enable, "1", "Enable th
[all...]
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlhal.c796 * Enable sta-mode operation (disables beacon frame xmit).
1635 * Set CFEND status Enable/Disable
1647 pCmd->Enable = htole32(ena);
1663 pCmd->Enable = htole32(ena);
1791 pCmd->Enable = htole32(HostCmd_ACT_GEN_OFF);
1810 pCmd->Enable = htole32(HostCmd_ACT_GEN_ON);
1981 pCmd->Enable = enable;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp114 cl::desc("Enable cross-cu references in DWO files"), cl::init(false));
116 enum DefaultOnOff { Default, Enable, Disable }; enumerator in enum:DefaultOnOff
122 clEnumVal(Enable, "In all cases"), clEnumVal(Disable, "Never")),
138 clEnumVal(Enable, "Enabled"),
151 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
378 UseInlineStrings = DwarfInlinedStrings == Enable;
406 UseSectionsAsReferences = DwarfSectionsAsReferences == Enable;
1993 if (UnknownLocations == Enable || PrevLabel ||
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp68 DataVisualization::Categories::Enable(m_opaque_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h206 template <typename T, typename Enable = void> struct PythonFormat;
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp494 llvm::CrashRecoveryContext::Enable();
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h847 @param[in] Enable Enable or disable the wakeup alarm.
848 @param[in] Time If Enable is TRUE, the time to set the wakeup alarm for.
849 If Enable is FALSE, then this parameter is optional, and may be NULL.
851 @retval EFI_SUCCESS If Enable is TRUE, then the wakeup alarm was enabled. If
852 Enable is FALSE, then the wakeup alarm was disabled.
861 IN BOOLEAN Enable,
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S513 putx: btsw %dx,_MNUOPT(%bp) # Enable menu option
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1785 DataVisualization::Categories::Enable(category_sp,
1847 "Enable a category as a source of formatters.",
1886 DataVisualization::Categories::Enable(typeCS);
1897 DataVisualization::Categories::Enable(m_options.m_language);
H A DCommandObjectWatchpoint.cpp276 #pragma mark Enable
282 "Enable the specified disabled watchpoint(s). If "
/freebsd-13-stable/share/mk/
H A Dbsd.sys.mk6 # Enable various levels of compiler warning checks. These may be
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S280 sti # Enable interrupts

Completed in 384 milliseconds

1234