Home
last modified time | relevance | path

Searched full:enabled (Results 1 – 25 of 4226) sorted by relevance

12345678910>>...170

/freebsd/share/man/man4/
H A Dnet80211.498 Return whether or not AMPDU is enabled in
104 1 (AMPDU enabled for transmit),
105 2 (AMPDU enabled for receive),
107 3 (AMPDU enabled for transmit and receive).
134 Return whether or not AMSDU is enabled in
140 1 (AMSDU enabled for transmit),
141 2 (AMSDU enabled for receive),
143 3 (AMSDU enabled for transmit and receive).
156 Return whether AP bridging is enabled in
162 This value will be non-zero when AP bridging is enabled and otherwise zero.
[all …]
H A Dacpi_hp.449 that use a WMI enabled BIOS (e.g., HP Compaq 8510p and 6510p).
107 WLAN on air (chip enabled, hardware switch enabled + enabled in BIOS)
109 If set to 1, the WLAN chip will be enabled if the radio is turned on
122 Bluetooth on air (chip enabled, hardware switch enabled + enabled in BIOS)
124 If set to 1, the Bluetooth chip will be enabled if the radio is turned on
137 WWAN on air (chip enabled, hardware switch enabled + enabled in BIOS)
139 If set to 1, the WWAN chip will be enabled if the radio is turned on
188 It should work on most HP laptops that feature a WMI enabled BIOS.
H A Dpcm.451 needs to be enabled together with the
67 driver is enabled by default, along with several bridge device drivers.
68 Those not enabled by default can be loaded during runtime with
76 .Xr snd_ai2s 4 (enabled by default on powerpc)
82 .Xr snd_cmi 4 (enabled by default on amd64, i386)
86 .Xr snd_csa 4 (enabled by default on amd64, i386)
88 .Xr snd_davbus 4 (enabled by default on powerpc)
92 .Xr snd_emu10kx 4 (enabled by default on amd64, i386)
98 .Xr snd_es137x 4 (enabled by default on amd64, i386)
102 .Xr snd_hda 4 (enabled by default on amd64, i386)
[all …]
H A Dda.464 to the user and can be enabled without any adverse effect.
66 with a read cache come from the factory with it enabled.
83 systems with write cache enabled devices reside on an Uninterruptible
91 The write cache can be enabled by setting the
113 Reallocation' which can be enabled via the AWRE and ARRE bits,
115 Many devices do not ship from the factory with these feature enabled.
144 detection of write-protected disks is enabled
150 Default is enabled.
153 Default is enabled.
172 Default is enabled.
[all …]
/freebsd/sys/contrib/openzfs/man/man7/
H A Dzpool-features.740 .Sy enabled .
43 section for information on how sets of features may be enabled together.
48 Since most features can be enabled independently of each other, the on-disk
87 .It Sy enabled
88 An administrator has marked this feature as enabled on the pool, but the
96 .Sy enabled
103 .Sy enabled
105 Features cannot be disabled once they have been enabled.
126 For each unsupported feature enabled on an imported pool, a pool property
134 .Sy enabled
[all …]
/freebsd/contrib/bearssl/src/
H A Dconfig.h37 * When BR_64 is enabled, 64-bit integer types are assumed to be
45 * When BR_LOMUL is enabled, then multiplications of 32-bit values whose
55 * When BR_SLOW_MUL is enabled, multiplications are assumed to be
64 * When BR_SLOW_MUL15 is enabled, short multplications (on 15-bit words)
73 * When BR_CT_MUL31 is enabled, multiplications of 31-bit values (used
83 * When BR_CT_MUL15 is enabled, multiplications of 15-bit values (held
92 * When BR_NO_ARITH_SHIFT is enabled, arithmetic right shifts (with sign
102 * When BR_RDRAND is enabled, the SSL engine will use the RDRAND opcode
113 * When BR_USE_GETENTROPY is enabled, the SSL engine will use the
131 * When BR_USE_URANDOM is enabled, the SSL engine will use /dev/urandom
[all …]
/freebsd/release/scripts/
H A Dbox.ovf94 <HardwareVirtEx enabled="true"/>
95 <HardwareVirtExNestedPaging enabled="true"/>
96 <HardwareVirtExVPID enabled="true"/>
97 <HardwareVirtExUX enabled="true"/>
98 <PAE enabled="true"/>
99 <HardwareVirtExLargePages enabled="true"/>
100 <HardwareVirtForce enabled="false"/>
104 <HPET enabled="false"/>
114 <RemoteDisplay enabled="false" authType="Null"/>
116 <ACPI enabled="true"/>
[all …]
/freebsd/sys/dev/enic/
H A Dvnic_enet.h36 #define VENETF_TSO 0x1 /* TSO enabled */
37 #define VENETF_LRO 0x2 /* LRO enabled */
38 #define VENETF_RXCSUM 0x4 /* RX csum enabled */
39 #define VENETF_TXCSUM 0x8 /* TX csum enabled */
40 #define VENETF_RSS 0x10 /* RSS enabled */
47 #define VENETF_LOOP 0x800 /* Loopback enabled */
48 #define VENETF_FAILOVER 0x1000 /* Fabric failover enabled */
49 #define VENETF_USPACE_NIC 0x2000 /* vHPC enabled */
50 #define VENETF_VMQ 0x4000 /* VMQ enabled */
51 #define VENETF_ARFS 0x8000 /* ARFS enabled */
[all …]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dsal_statistics.h38 * Structure describing stats enabled/disabled in the system
41 * Structure describing stats enabled/disabled in the system
46 /**< If CPA_TRUE then statistics functionality is enabled */
48 /**< If CPA_TRUE then Compression statistics are enabled */
50 /**< If CPA_TRUE then Diffie-Helman statistics are enabled */
52 /**< If CPA_TRUE then DSA statistics are enabled */
54 /**< If CPA_TRUE then ECC statistics are enabled */
56 /**< If CPA_TRUE then Key Gen statistics are enabled */
58 /**< If CPA_TRUE then Large Number statistics are enabled */
60 /**< If CPA_TRUE then Prime statistics are enabled */
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c116 dtrace_eprobedesc_t *enabled, *nenabled; local
152 if ((enabled = malloc(sizeof (dtrace_eprobedesc_t))) == NULL)
155 bzero(enabled, sizeof (dtrace_eprobedesc_t));
156 enabled->dtepd_epid = id;
157 enabled->dtepd_nrecs = 1;
160 if (dt_ioctl(dtp, DTRACEIOC_EPROBE, enabled) == -1) {
162 if (dt_ioctl(dtp, DTRACEIOC_EPROBE, &enabled) == -1) {
165 free(enabled);
169 if (DTRACE_SIZEOF_EPROBEDESC(enabled) != sizeof (*enabled)) {
175 malloc(DTRACE_SIZEOF_EPROBEDESC(enabled))) != NULL)
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def57 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
81 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled.
102 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
103 CODEGENOPT(BBAddrMap , 1, 0) ///< Set when -fbasic-block-address-map is enabled.
105 ///< enabled.
107 ///< -finstrument-functions-after-inlining is enabled.
109 ///< -finstrument-function-entry-bare is enabled.
119 ///< enabled.
120 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled.
122 ///< Set when -femit-compact-unwind-non-canonical is enabled.
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Enable.ksh.out1 …legalStateException: Not all compiled probes are enabled. Compiled description dtrace:::END not en…
2 java.lang.IllegalStateException: program already enabled
3 java.lang.IllegalStateException: program already enabled
4 …galStateException: Not all compiled probes are enabled. Compiled description syscall:::return not
5 java.lang.IllegalStateException: program already enabled
H A Dtst.StateMachine.ksh.out3 enabled: false
16 enabled: false
22 enabled: false
24 … compiled probes are enabled. Compiled description syscall:::entry { @[execname] = count(); } tick…
27 enabled: true
37 enabled: false
49 enabled: false
54 enabled: false
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt8365-pinctrl.yaml84 101: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
85 102: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
86 103: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
98 101: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
99 102: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
100 103: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
156 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
157 2: (R1, R0) = (1, 0) which means R1 enabled an
[all...]
/freebsd/contrib/pam-krb5/tests/data/scripts/trace/
H A Dsupported26 DEBUG enabled trace logging to %0
31 DEBUG enabled trace logging to %0
35 DEBUG enabled trace logging to %0
38 DEBUG enabled trace logging to %0
43 DEBUG enabled trace logging to %0
48 DEBUG enabled trace logging to %0
53 DEBUG enabled trace logging to %0
56 DEBUG enabled trace logging to %0
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_features_001_pos.ksh33 # Newly created pools should have all features enabled.
34 # Specifying a feature to be enabled with '-o' should be a no-op.
37 # 2. Verify that every feature@ property is in the 'enabled' or 'active' state
39 # '-o feature@async_destroy=enabled'
55 if [[ "$state" != "enabled" && "$state" != "active" ]]; then
56 log_fail "some features are not enabled on new pool"
63 log_assert "'zpool create' creates pools with all features enabled"
69 log_must zpool create -f -o feature@async_destroy=enabled $TESTPOOL $DISKS
72 log_pass "'zpool create' creates pools with all features enabled"
H A Dzpool_create_features_003_pos.ksh33 # When using the '-d' option with '-o feature@XXX=enabled' only the specified
34 # feature is enabled.
36 # 1. Create a new pool with '-d' and '-o feature@async_destroy=enabled'.
38 # feature that gets enabled.
53 log_assert "'zpool create -d -o feature@async_destroy=enabled' only " \
56 log_must zpool create -f -d -o feature@async_destroy=enabled $TESTPOOL $DISKS
59 if [[ "$state" != "enabled" ]]; then
67 log_fail "$prop is enabled on new pool"
/freebsd/usr.sbin/binmiscctl/
H A Dbinmiscctl.846 .Op Fl -set-enabled
88 .Op Fl -set-enabled
123 .Fl -set-enabled
161 compiled files and set its state to enabled.
173 --set-enabled
185 image activator to enabled:
212 --size 20 --set-enabled
223 --size 20 --set-enabled
234 --size 20 --set-enabled
245 --size 20 --set-enabled
[all …]
/freebsd/crypto/krb5/src/util/profile/
H A Ddosshell.ini29 filemanager = enabled
30 command = enabled
76 pause = enabled
91 pause = enabled
106 pause = enabled
120 pause = enabled
131 alttab = enabled
132 altesc = enabled
133 ctrlesc = enabled
134 prevent = enabled
[all …]
/freebsd/lib/liblzma/
H A Dconfig.h50 /* Define to 1 if crc32 integrity check is enabled. */
53 /* Define to 1 if crc64 integrity check is enabled. */
56 /* Define to 1 if sha256 integrity check is enabled. */
72 /* FreeBSD - only enabled for i386 */
85 /* Define to 1 if arm decoder is enabled. */
88 /* Define to 1 if arm64 decoder is enabled. */
91 /* Define to 1 if armthumb decoder is enabled. */
94 /* Define to 1 if delta decoder is enabled. */
97 /* Define to 1 if ia64 decoder is enabled. */
100 /* Define to 1 if lzma1 decoder is enabled. */
[all …]
/freebsd/sys/netipsec/
H A Dsubr_ipsec.c59 * 'options IPSEC_SUPPORT' is enabled.
236 type ret = (type)ipsec_kmod_enter(&sc->enabled); \
239 ipsec_kmod_exit(&sc->enabled); \
271 .enabled = 0,
295 KASSERT(tcp_ipsec_support->enabled == 0, ("TCP-MD5 already enabled")); in IPSEC_KMOD_METHOD()
297 tcp_ipsec_support->enabled |= IPSEC_MODULE_ENABLED; in IPSEC_KMOD_METHOD()
304 if (tcp_ipsec_support->enabled & IPSEC_MODULE_ENABLED) { in tcpmd5_support_disable()
305 ipsec_kmod_drain(&tcp_ipsec_support->enabled); in tcpmd5_support_disable()
317 .enabled = 0,
325 .enabled = 0,
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Doffloading.c49 u32 enabled = 0, size; in iwl_mvm_send_proto_offload()
57 * Skip tentative address when ns offload is enabled to avoid in iwl_mvm_send_proto_offload()
116 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload()
143 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload()
165 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload()
170 if (offload_ns && (enabled & IWL_D3_PROTO_IPV6_VALID)) in iwl_mvm_send_proto_offload()
171 enabled |= IWL_D3_PROTO_OFFLOAD_NS; in iwl_mvm_send_proto_offload()
197 enabled |= IWL_D3_PROTO_OFFLOAD_ARP | IWL_D3_PROTO_IPV4_VALID; in iwl_mvm_send_proto_offload()
204 enabled |= IWL_D3_PROTO_OFFLOAD_BTM; in iwl_mvm_send_proto_offload()
207 common->enabled in iwl_mvm_send_proto_offload()
48 u32 enabled = 0, size; iwl_mvm_send_proto_offload() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp41 std::optional<bool> Enabled; in createPipeliningMetadata() local
43 Enabled = false; in createPipeliningMetadata()
45 Enabled = true; in createPipeliningMetadata()
47 if (Enabled != true) { in createPipeliningMetadata()
49 if (Enabled == false) { in createPipeliningMetadata()
86 std::optional<bool> Enabled; in createPartialUnrollMetadata() local
88 Enabled = false; in createPartialUnrollMetadata()
90 Enabled = std::nullopt; in createPartialUnrollMetadata()
93 Enabled = true; in createPartialUnrollMetadata()
95 if (Enabled != true) { in createPartialUnrollMetadata()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,sta32x.txt23 If specified, the clock will be enabled when the codec is probed,
31 If parameter is missing, mode 0 will be enabled.
44 If present, thermal warning recovery is enabled.
47 If present, fault detect recovery is enabled.
50 If present, thermal warning adjustment is enabled.
53 If present, then fault recovery will be enabled.
68 power output is enabled.
79 If present, automatic invalid input detect mute is enabled.
/freebsd/contrib/bmake/unit-tests/
H A Dvarname-make_stack_trace.mk17 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} enabled-compat || :
18 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} -j1 enabled-parallel || :
28 # expect: in target "enabled-compat"
29 enabled-compat: .PHONY
32 # expect: in target "enabled-parallel"
33 enabled-parallel: .PHONY

12345678910>>...170