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

123456

/freebsd-10.0-release/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.c173 int disabled, port; local
175 disabled = 0;
178 resource_int_value("bvmconsole", 0, "disabled", &disabled);
179 if (!disabled) {
/freebsd-10.0-release/crypto/openssl/crypto/rc4/
H A Drc4.h64 #error RC4 is disabled.
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.sig.c128 int *disabled; local
130 disabled = xdisabled;
131 if (--*disabled == 0)
/freebsd-10.0-release/share/examples/ppp/
H A Dlogin-auth51 .l.prompt configure -state disabled;
55 .l.value configure -state disabled;
62 .p.prompt configure -state disabled;
H A Dchap-auth54 .$n.prompt configure -state disabled;
69 .$n.value configure -state disabled;
/freebsd-10.0-release/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-10.0-release/crypto/openssl/crypto/md2/
H A Dmd2.h64 #error MD2 is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/mdc2/
H A Dmdc2.h69 #error MDC2 is disabled.
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d42 #pragma D option flowindent=disabled
/freebsd-10.0-release/crypto/openssl/crypto/aes/
H A Daes_locl.h58 #error AES is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/cast/
H A Dcast.h69 #error CAST is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/ecdh/
H A Decdh.h75 #error ECDH is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A Didea.h65 #error IDEA is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/md4/
H A Dmd4.h70 #error MD4 is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/md5/
H A Dmd5.h70 #error MD5 is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2.h64 #error RC2 is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/rc5/
H A Drc5.h69 #error RC5 is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/ripemd/
H A Dripemd.h70 #error RIPEMD is disabled.
/freebsd-10.0-release/sys/i386/bios/
H A Dapm.h40 int disabled, disengaged; member in struct:apm_softc
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h115 * If this is a persistent P2P group (disabled == 2), this is the GO
231 * known as opportunistic PMKSA caching for WPA2. This is disabled (0)
252 * SSID, are allowed. This is disabled (0) by default. Enable by
321 * disabled - Whether this network is currently disabled
324 * 1 = this network block is disabled (can be enabled through
329 int disabled; member in struct:wpa_ssid
332 * disabled_for_connect - Whether this network was temporarily disabled
334 * This flag is used to reenable all the temporarily disabled networks
345 * 0 = disabled (defaul
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bf/
H A Dblowfish.h69 #error BF is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/camellia/
H A Dcamellia.h58 #error CAMELLIA is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/hmac/
H A Dhmac.h64 #error HMAC is disabled.
/freebsd-10.0-release/crypto/openssl/crypto/seed/
H A Dseed.h89 #error SEED is disabled.

Completed in 148 milliseconds

123456