| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/ |
| Utils.pm | 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols 60 corresponding feature is disabled and 0 otherwise. 63 ARRAY are disabled, while anydisabled returns 1 if any of them are 64 disabled. 76 i.e. if IPv6 was explicitly disabled with -DOPENSSL_USE_IPv6=0. 83 our %disabled; 95 %disabled = %configdata::disabled; 120 # that can be disabled. 121 # returns a list of 1s (if the corresponding feature is disabled) 150 sub disabled { subroutine [all...] |
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/ |
| Utils.pm | 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols 60 corresponding feature is disabled and 0 otherwise. 63 ARRAY are disabled, while anydisabled returns 1 if any of them are 64 disabled. 76 i.e. if IPv6 was explicitly disabled with -DOPENSSL_USE_IPv6=0. 83 our %disabled; 95 %disabled = %configdata::disabled; 120 # that can be disabled. 121 # returns a list of 1s (if the corresponding feature is disabled) 150 sub disabled { subroutine [all...] |
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/ |
| Utils.pm | 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols 59 corresponding feature is disabled and 0 otherwise. 62 ARRAY are disabled, while anydisabled returns 1 if any of them are 63 disabled. 79 our %disabled; 90 %disabled = %configdata::disabled; 114 # that can be disabled. 115 # returns a list of 1s (if the corresponding feature is disabled) 118 return map { exists $disabled{lc $_} ? 1 : 0 } @_ 144 sub disabled { subroutine [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| edata_cache.h | 40 bool disabled; member in struct:edata_cache_fast_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| edata_cache.h | 40 bool disabled; member in struct:edata_cache_fast_s
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_activation.cc | 112 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local 113 disabled.quarantine_size_mb = 0; 114 disabled.thread_local_quarantine_size_kb = 0; 116 disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY); 117 disabled.max_redzone = disabled.min_redzone; 118 disabled.alloc_dealloc_mismatch = false; 119 disabled.may_return_null = true; 120 ReInitializeAllocator(disabled);
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_activation.cpp | 111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local 112 disabled.quarantine_size_mb = 0; 113 disabled.thread_local_quarantine_size_kb = 0; 115 disabled.min_redzone = Max(16, (int)ASAN_SHADOW_GRANULARITY); 116 disabled.max_redzone = disabled.min_redzone; 117 disabled.alloc_dealloc_mismatch = false; 118 disabled.may_return_null = true; 119 ReInitializeAllocator(disabled);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_activation.cpp | 111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local 112 disabled.quarantine_size_mb = 0; 113 disabled.thread_local_quarantine_size_kb = 0; 115 disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY); 116 disabled.max_redzone = disabled.min_redzone; 117 disabled.alloc_dealloc_mismatch = false; 118 disabled.may_return_null = true; 119 ReInitializeAllocator(disabled);
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/ |
| algorithms.py | 61 """Collection of DEFAULT, ALTERNATIVE and DISABLED algorithms""" 70 disabled: Union[Algorithm, List[Algorithm]] 71 """DISABLED is an algorithm that is used for tests against the 97 default=ECDSAP256SHA256, alternative=RSASHA256, disabled=ECDSAP384SHA384 107 disabled=RSASHA512, variable in class:AlgorithmSet 113 # disabled=ALL_ALGORITHMS, 188 """Select random DEFAULT, ALTERNATIVE and DISABLED algorithms from the set. 198 The function also ensures that DEFAULT, ALTERNATIVE and DISABLED algorithms 201 # FUTURE Random selection of ALTERNATIVE and DISABLED algorithms needs to 204 disabled = algs.disable [all...] |
| /src/sys/arch/evbarm/iq80310/ |
| iq80310_intr.c | 115 uint32_t disabled; local 120 disabled = (~intr_enabled) & IRQ_BITS; 122 CPLD_WRITE(IQ80310_XINT_MASK, disabled & 0x1f); 142 * NOTE: This routine must be called with interrupts disabled in the CPSR. 446 * disabled.
|
| /src/external/gpl2/xcvs/dist/src/ |
| log-buffer.c | 46 /* Set once logging is permanently disabled for a buffer. */ 47 bool disabled; member in struct:log_buffer 143 lb->disabled = false; 226 !lb->disabled && 279 !lb->disabled && 361 lb->disabled = true; 419 lb->disabled = true;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_engine_user.c | 158 u32 enabled, disabled; local 161 disabled = 0; 169 disabled |= (I915_SCHEDULER_CAP_ENABLED | 176 disabled |= BIT(map[i].sched); 180 i915->caps.scheduler = enabled & ~disabled;
|
| /src/external/bsd/libfido2/dist/src/ |
| hid_osx.c | 368 int disabled = 1; local 370 if (fcntl(fd, F_SETNOSIGPIPE, &disabled) == -1) {
|
| /src/external/bsd/unbound/dist/services/ |
| rpz.h | 82 RPZ_DISABLED_ACTION, /* RPZ action disabled using override */ 126 int disabled; member in struct:rpz
|
| /src/external/gpl2/groff/dist/src/preproc/eqn/ |
| box.h | 191 int disabled; member in class:tab_box
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| collect.h | 136 int disabled; member in class:collect
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| collect.h | 136 int disabled; member in class:collect
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| bss.h | 138 /* Whether the link is valid but currently disabled */ 139 bool disabled; member in struct:wpa_bss::mld_link
|
| /src/sys/dev/ic/ |
| nvme.c | 321 * isn't the desired value. Short circuit if we're already disabled. 642 bool disabled = false; local 652 disabled = true; 655 if (disabled)
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| statem_lib.c | 1767 int disabled = 0; local 1884 disabled = 1; 1886 return disabled ? SSL_R_UNSUPPORTED_PROTOCOL : SSL_R_VERSION_TOO_LOW; 2023 * TLS 1.1 is disabled, but the security level, Suite-B and/or MinProtocol 2068 * (protocol version client is disabled at compile-time) is also a "hole". 2071 * the first version in the method table are disabled (a "hole" above 2080 * a disabled method, then hole becomes true again, but nothing else 2081 * changes yet, because all the remaining methods may be disabled too. 2121 /* Fail if everything is disabled */
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| statem_lib.c | 1763 int disabled = 0; local 1880 disabled = 1; 1882 return disabled ? SSL_R_UNSUPPORTED_PROTOCOL : SSL_R_VERSION_TOO_LOW; 2028 * TLS 1.1 is disabled, but the security level, Suite-B and/or MinProtocol 2073 * (protocol version client is disabled at compile-time) is also a "hole". 2076 * the first version in the method table are disabled (a "hole" above 2085 * a disabled method, then hole becomes true again, but nothing else 2086 * changes yet, because all the remaining methods may be disabled too. 2126 /* Fail if everything is disabled */
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| dummylib.c | 492 pname = "DISABLED"; 1393 bool disabled = false; local 1424 disabled = true; 1438 if (disabled) { 1713 bool disabled = false; local 1743 disabled = true; 1753 if (disabled) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_disp.c | 798 bool disabled; member in struct:nv50_mstm 816 bool disabled; member in struct:nv50_msto 853 if (!msto->disabled) 861 msto->disabled = false; 1022 mstm->disabled = true; 1023 msto->disabled = true; 1278 if (mstm->disabled) { 1281 mstm->disabled = false;
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
| save.h | 409 uint32_t disabled; /* VLAPIC_xx_DISABLED */ member in struct:hvm_hw_lapic
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| list.c | 1446 BIO_puts(bio_out, "Engine support is disabled.\n"); 1453 BIO_puts(bio_out, "Disabled algorithms:\n"); 1726 { "disabled", OPT_DISABLED, '-', "List of disabled features" }, 1778 unsigned int disabled : 1; member in struct:__anon30 1895 todo.disabled = 1; 2011 if (todo.disabled)
|