Home
last modified time | relevance | path

Searched refs:critical (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j784s4-thermal.dtsi17 type = "critical";
31 type = "critical";
45 type = "critical";
59 type = "critical";
73 type = "critical";
87 type = "critical";
101 type = "critical";
H A Dk3-j721s2-thermal.dtsi17 type = "critical";
31 type = "critical";
45 type = "critical";
59 type = "critical";
73 type = "critical";
87 type = "critical";
101 type = "critical";
H A Dk3-j721e-thermal.dtsi18 type = "critical";
32 type = "critical";
46 type = "critical";
60 type = "critical";
74 type = "critical";
H A Dk3-am62a-thermal.dtsi18 type = "critical";
32 type = "critical";
46 type = "critical";
H A Dk3-j7200-thermal.dtsi18 type = "critical";
32 type = "critical";
46 type = "critical";
H A Dk3-am62p-j722s-common-thermal.dtsi18 type = "critical";
32 type = "critical";
46 type = "critical";
H A Dk3-am654-industrial-thermal.dtsi17 type = "critical";
31 type = "critical";
45 type = "critical";
H A Dk3-am62p-thermal.dtsi18 type = "critical";
32 type = "critical";
46 type = "critical";
H A Dk3-am64-thermal.dtsi18 type = "critical";
32 type = "critical";
/freebsd/crypto/openssl/demos/certs/
H A Dca.cnf38 basicConstraints=critical, CA:FALSE
39 keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment
47 basicConstraints=critical, CA:FALSE
48 keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment
60 basicConstraints=critical, CA:FALSE
61 keyUsage=critical, keyAgreement
76 basicConstraints = critical,CA:true
77 keyUsage = critical, cRLSign, keyCertSign
/freebsd/crypto/openssl/demos/certs/apps/
H A Dapps.cnf39 basicConstraints=critical, CA:FALSE
40 keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment
47 basicConstraints=critical, CA:FALSE
48 keyUsage=critical, nonRepudiation, digitalSignature, keyAgreement
63 basicConstraints = critical,CA:true
64 keyUsage = critical, cRLSign, keyCertSign
/freebsd/crypto/openssl/test/smime-certs/
H A Dca.cnf38 basicConstraints=critical, CA:FALSE
39 keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment
50 basicConstraints=critical, CA:FALSE
51 keyUsage=critical, keyAgreement
66 basicConstraints = critical,CA:true
67 keyUsage = critical, cRLSign, keyCertSign
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dbrcm,sr-thermal.txt41 type = "critical";
53 type = "critical";
65 type = "critical";
77 type = "critical";
89 type = "critical";
101 type = "critical";
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dipq9574.dtsi766 nss-top-critical {
769 type = "critical";
778 ubi_0-critical {
781 type = "critical";
790 ubi_1-critical {
793 type = "critical";
802 ubi_2-critical {
805 type = "critical";
814 ubi_3-critical {
817 type = "critical";
[all …]
H A Dx1e80100.dtsi2540 "critical";
2555 "critical";
2570 "critical";
2585 "critical";
6414 aoss0-critical {
6417 type = "critical";
6440 cpu-critical {
6443 type = "critical";
6466 cpu-critical {
6469 type = "critical";
[all …]
H A Dsm8650.dtsi4033 "critical";
4048 "critical";
4063 "critical";
5672 aoss0-critical {
5675 type = "critical";
5690 cpuss0-critical {
5693 type = "critical";
5708 cpuss1-critical {
5711 type = "critical";
5726 cpuss2-critical {
[all …]
/freebsd/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh89 sensor0 { critical-min = $(( $1 - $2 )); }
94 sensor0 { critical-min = $1; }
153 if [ $( get_sensor_key critical-min ) -ne $3 ] ; then
197 if [ $( get_sensor_key critical-min ) -ne $(( $3 - $4 )) ] ; then
238 get_sensor_info | grep -q critical-min &&
241 if [ $( get_sensor_key critical-min ) -ne $3 ] ; then
265 if [ $( get_sensor_key critical-min ) -ne $3 ] ; then
269 if [ $( get_sensor_key critical-min ) -ne $(( $3 - $4 )) ] ; then
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.config8 db_input critical zfs-dkms/note-incompatible-licenses || true
23 db_input critical zfs-dkms/stop-build-for-32bit-kernel || true
26 db_input critical zfs-dkms/stop-build-for-unknown-kernel || true
/freebsd/crypto/openssl/doc/man3/
H A DX509_EXTENSION_set_object.pod34 B<crit> is zero the extension in non-critical otherwise it is critical.
53 returns B<1> for critical and B<0> for non-critical.
78 X509_EXTENSION_get_critical() returns B<0> for non-critical and B<1> for
79 critical.
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidhc1.dts49 type = "critical";
104 type = "critical";
148 type = "critical";
192 type = "critical";
236 type = "critical";
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf114 certificatePolicies = "critical, @pkiPolicy"
121 #basicConstraints = critical, CA:TRUE
122 keyUsage = critical, digitalSignature # keyAgreement, keyEncipherment, nonRepudiation
123 extendedKeyUsage = critical, clientAuth # serverAuth, codeSigning
/freebsd/crypto/openssl/crypto/ts/
H A Dts_lib.c50 int i, critical, n; in TS_ext_print_bio() local
61 critical = X509_EXTENSION_get_critical(ex); in TS_ext_print_bio()
62 BIO_printf(bio, ":%s\n", critical ? " critical" : ""); in TS_ext_print_bio()
/freebsd/crypto/openssh/
H A DPROTOCOL.certkeys88 string critical options
108 string critical options
128 string critical options
145 string critical options
189 critical options is a set of zero or more key options encoded as
190 below. All such options are "critical" in the sense that an implementation
194 are not critical, and an implementation that encounters one that it does
197 Generally, critical options are used to control features that restrict
224 The critical options section of the certificate specifies zero or more
236 "critical"; if an implementation does not recognise a option,
[all …]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-ipq8064.dtsi59 cpu-critical {
62 type = "critical";
79 cpu-critical {
82 type = "critical";
99 cpu-critical {
102 type = "critical";
119 cpu-critical {
122 type = "critical";
139 cpu-critical {
142 type = "critical";
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_v3.c75 if (((ex->critical > 0) && crit) || ((ex->critical <= 0) && !crit)) in X509v3_get_ext_by_critical()
200 ex->critical = (crit) ? 0xFF : -1; in X509_EXTENSION_set_critical()
234 if (ex->critical > 0) in X509_EXTENSION_get_critical()

12345678910>>...24