| /freebsd/share/man/man9/ |
| H A D | critical_enter.9 | 30 .Nd enter and exit a critical region 40 These functions are used to prevent preemption in a critical region of code. 43 Specifically, a thread in a critical region will not migrate to another CPU 44 while it is in a critical region, nor will the current CPU switch to a 46 The current CPU may still trigger faults and exceptions during a critical 49 The CPU might also receive and handle interrupts within a critical section. 51 execution will continue in the critical section. 52 Thus, the net effect of a critical section on the current thread's execution is 60 functions manage a per-thread counter to handle nested critical sections. 62 while the current thread is in a critical section, [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | x1p42100.dtsi | 104 type = "critical"; 116 type = "critical"; 128 type = "critical"; 140 type = "critical"; 152 type = "critical"; 164 type = "critical"; 176 type = "critical"; 188 type = "critical"; 200 type = "critical"; 212 type = "critical"; [all …]
|
| H A D | ipq9574.dtsi | 1285 nss-top-critical { 1288 type = "critical"; 1297 ubi_0-critical { 1300 type = "critical"; 1309 ubi_1-critical { 1312 type = "critical"; 1321 ubi_2-critical { 1324 type = "critical"; 1333 ubi_3-critical { 1336 type = "critical"; [all …]
|
| /freebsd/crypto/openssl/demos/certs/ |
| H A D | ca.cnf | 38 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/openssh/ |
| H A D | PROTOCOL.certkeys | 88 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 221 Critical options 224 The critical options section of the certificate specifies zero or more [all …]
|
| /freebsd/crypto/openssl/demos/certs/apps/ |
| H A D | apps.cnf | 39 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/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-j784s4-thermal.dtsi | 17 type = "critical"; 31 type = "critical"; 45 type = "critical"; 59 type = "critical"; 73 type = "critical"; 87 type = "critical"; 101 type = "critical";
|
| H A D | k3-j721s2-thermal.dtsi | 17 type = "critical"; 31 type = "critical"; 45 type = "critical"; 59 type = "critical"; 73 type = "critical"; 87 type = "critical"; 101 type = "critical";
|
| H A D | k3-j784s4-j742s2-thermal-common.dtsi | 17 type = "critical"; 31 type = "critical"; 45 type = "critical"; 59 type = "critical"; 73 type = "critical"; 87 type = "critical"; 101 type = "critical";
|
| H A D | k3-j721e-thermal.dtsi | 18 type = "critical"; 32 type = "critical"; 46 type = "critical"; 60 type = "critical"; 74 type = "critical";
|
| /freebsd/crypto/openssl/test/smime-certs/ |
| H A D | ca.cnf | 40 keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment 51 keyUsage = critical, digitalSignature 59 keyUsage = critical, keyAgreement 67 keyUsage = critical, digitalSignature 75 basicConstraints = critical, CA:true 76 keyUsage = critical, cRLSign, keyCertSign
|
| /freebsd/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | brcm,sr-thermal.txt | 41 type = "critical"; 53 type = "critical"; 65 type = "critical"; 77 type = "critical"; 89 type = "critical"; 101 type = "critical";
|
| H A D | thermal-zones.yaml | 81 critical-action: 84 The action the OS should perform after the critical temperature is reached. 161 - critical # send notification to driver, trigger shutdown 164 critical. 166 The critical trip type is used to set the maximum 169 reboot. Hitting the critical threshold triggers a system 258 interrupt-names = "uplow", "critical"; 269 interrupt-names = "uplow", "critical"; 299 type = "critical"; 337 type = "critical";
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_EXTENSION_set_object.pod | 34 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/contrib/netbsd-tests/dev/sysmon/ |
| H A D | t_swsensor.sh | 89 sensor0 { critical-min = $(( $1 - $2 )); } 94 sensor0 { critical-min = $1; } 153 if [ $( get_sensor_key critical-min ) -ne $3 ] ; then 168 evt=$( check_powerd_event ${cnt} "critical-under") 197 if [ $( get_sensor_key critical-min ) -ne $(( $3 - $4 )) ] ; then 211 evt=$( check_powerd_event ${cnt} "critical-under") 238 get_sensor_info | grep -q critical-min && 241 if [ $( get_sensor_key critical-min ) -ne $3 ] ; then 256 evt=$( check_powerd_event ${cnt} "critical-under") 265 if [ $( get_sensor_key critical-min ) -ne $3 ] ; then [all …]
|
| /freebsd/crypto/openssl/test/certs/ |
| H A D | setup.sh | 178 ./mkcert.sh genee -p critical,timeStamping -k critical,digitalSignature server.example ee-key ee-ti… 179 ./mkcert.sh genee -p timeStamping -k critical,digitalSignature server.example ee-key ee-timestampsi… 180 ./mkcert.sh genee -p critical,timeStamping,serverAuth -k critical,digitalSignature server.example e… 181 ./mkcert.sh genee -p critical,timeStamping,2.5.29.37.0 -k critical,digitalSignature server.example … 182 ./mkcert.sh genee -p critical,timeStamping -k critical,digitalSignature,cRLSign server.example ee-k… 183 ./mkcert.sh genee -p critical,timeStamping -k critical,digitalSignature,keyCertSign server.example … 184 ./mkcert.sh genee -p critical,timeStamping server.example ee-key ee-timestampsign-rfc3161 ca-key ca… 186 ./mkcert.sh genee -p critical,timeStamping -k digitalSignature server.example ee-key ee-timestampsi… 189 ./mkcert.sh genee -p codeSigning -k critical,digitalSignature server.example ee-key ee-codesign ca-… 190 ./mkcert.sh genee -p codeSigning,serverAuth -k critical,digitalSignature server.example ee-key ee-c… [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | X509_EXTENSION_set_object.3 | 93 \&\fBcrit\fR is zero the extension in non-critical otherwise it is critical. 112 returns \fB1\fR for critical and \fB0\fR for non-critical. 135 \&\fBX509_EXTENSION_get_critical()\fR returns \fB0\fR for non-critical and \fB1\fR for 136 critical.
|
| /freebsd/crypto/openssl/test/ocsp-tests/ |
| H A D | ca.cnf | 13 basicConstraints = critical, CA:FALSE 14 keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment 25 basicConstraints = critical,CA:true 26 keyUsage = critical, cRLSign, keyCertSign
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | BottleneckAnalysis.h | 37 /// printing the most "critical" sequence of dependent instructions according to 40 /// Below is the critical sequence computed for the dot-product example on 57 /// The algorithm that computes the critical sequence is very similar to a 58 /// critical path analysis. 68 /// critical if it takes a long time to execute, and if it contributes to 76 /// set of nodes with no predecessors) to a leaf node is reported as critical 215 // cycles where the dependency has been seen as critical (i.e. contributing to 222 // the complexity of the algorithm that computes the critical sequence. 269 // costs through the edges of the graph, and compute a critical path. 277 // Returns a sequence of edges representing the critical sequence based on the
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x509_txt.c | 93 return "unhandled critical extension"; in X509_verify_cert_error_string() 97 return "unhandled critical CRL extension"; in X509_verify_cert_error_string() 202 return "Basic Constraints of CA cert not marked critical"; in X509_verify_cert_error_string() 204 return "Subject empty and Subject Alt Name extension not critical"; in X509_verify_cert_error_string() 206 return "Authority Key Identifier marked critical"; in X509_verify_cert_error_string() 208 return "Subject Key Identifier marked critical"; in X509_verify_cert_error_string()
|
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | qcom-ipq8064.dtsi | 59 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/ts/ |
| H A D | ts_lib.c | 50 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/openssl/doc/man5/ |
| H A D | x509v3_config.pod | 22 name = [critical, ]value(s) 24 If B<critical> is present then the extension will be marked as critical. 46 basicConstraints = critical, CA:true, pathlen:1 51 basicConstraints = critical, @basic_constraints 120 basicConstraints = critical, CA:TRUE, pathlen:1 140 keyUsage = critical, keyCertSign 169 extendedKeyUsage = critical, codeSigning, 1.2.3.4 418 issuingDistributionPoint = critical, @idp_section 572 1.2.3.4 = critical, ASN1:UTF8String:Some random data 582 1.2.3.4 = critical, DER:01:02:03:04 [all …]
|
| /freebsd/secure/lib/libcrypto/man/man5/ |
| H A D | x509v3_config.5 | 81 \& name = [critical, ]value(s) 84 If \fBcritical\fR is present then the extension will be marked as critical. 109 \& basicConstraints = critical, CA:true, pathlen:1 116 \& basicConstraints = critical, @basic_constraints 193 \& basicConstraints = critical, CA:TRUE, pathlen:1 214 \& keyUsage = critical, keyCertSign 246 \& extendedKeyUsage = critical, codeSigning, 1.2.3.4 484 \& issuingDistributionPoint = critical, @idp_section 650 \& 1.2.3.4 = critical, ASN1:UTF8String:Some random data 662 \& 1.2.3.4 = critical, DER:01:02:03:04 [all …]
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | openzfs-zfs-dkms.config | 8 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
|