Searched refs:disabled (Results 1 - 25 of 149) sorted by relevance

123456

/freebsd-11-stable/sys/dev/bvm/
H A Dbvm_dbg.c57 int disabled, port; local
59 disabled = 0;
60 resource_int_value("bvmdbg", 0, "disabled", &disabled);
62 if (!disabled) {
H A Dbvm_console.c171 int disabled, port; local
173 disabled = 0;
177 resource_int_value("bvmconsole", 0, "disabled", &disabled);
178 if (!disabled) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp111 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);
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4.h64 # error RC4 is disabled.
/freebsd-11-stable/contrib/tcsh/
H A Dtc.sig.c123 int *disabled; local
125 disabled = xdisabled;
126 if (--*disabled == 0)
/freebsd-11-stable/share/examples/ppp/
H A Dlogin-auth51 .l.prompt configure -state disabled;
55 .l.value configure -state disabled;
62 .p.prompt configure -state disabled;
/freebsd-11-stable/crypto/openssh/
H A Dauth-shadow.c68 debug3("account expiration disabled");
94 int daysleft, disabled = 0; local
111 /* Test for Trusted Mode expiry disabled */
116 disabled = 1;
122 if (disabled) {
123 debug3("password expiration disabled");
128 debug3("password expiration disabled");
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A Dmd2.h64 # error MD2 is disabled.
/freebsd-11-stable/crypto/openssl/crypto/mdc2/
H A Dmdc2.h69 # error MDC2 is disabled.
/freebsd-11-stable/sys/dev/vt/hw/efifb/
H A Defifb.c76 int disabled; local
80 disabled = 0;
81 TUNABLE_INT_FETCH("hw.syscons.disable", &disabled);
82 if (disabled != 0)
/freebsd-11-stable/stand/lua/
H A Dcolor.lua37 color.disabled = not color.isEnabled()
63 if color.disabled then
70 if color.disabled then
77 if color.disabled then
84 if color.disabled then
91 if color.disabled then
104 if color.disabled then
111 if color.disabled then
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d42 #pragma D option flowindent=disabled
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes_locl.h58 # error AES is disabled.
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast.h69 # error CAST is disabled.
/freebsd-11-stable/sys/i386/bios/
H A Dapm.h40 int disabled, disengaged; member in struct:apm_softc
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Didea.h65 # error IDEA is disabled.
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A Dmd4.h70 # error MD4 is disabled.
/freebsd-11-stable/crypto/openssl/crypto/md5/
H A Dmd5.h70 # error MD5 is disabled.
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2.h64 # error RC2 is disabled.
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5.h69 # error RC5 is disabled.
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A Dripemd.h70 # error RIPEMD is disabled.
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dblowfish.h69 # error BF is disabled.
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A Dcamellia.h58 # error CAMELLIA is disabled.
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Decdh.h75 # error ECDH is disabled.
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhmac.h64 # error HMAC is disabled.

Completed in 325 milliseconds

123456