Home
last modified time | relevance | path

Searched full:critical (Results 1 – 25 of 1403) sorted by relevance

12345678910>>...57

/freebsd-src/share/man/man9/
H A Dcritical_enter.930 .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-src/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-src/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-src/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-src/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
221 Critical options
224 The critical options section of the certificate specifies zero or more
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/ti/
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-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-j721e-thermal.dtsi18 type = "critical";
32 type = "critical";
46 type = "critical";
60 type = "critical";
74 type = "critical";
H A Dk3-am654-industrial-thermal.dtsi17 type = "critical";
31 type = "critical";
45 type = "critical";
/freebsd-src/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";
H A Dthermal-zones.yaml81 critical-action:
84 The action the OS should perform after the critical temperature is reached.
162 - critical # send notification to driver, trigger shutdown
165 critical.
167 The critical trip type is used to set the maximum
170 reboot. Hitting the critical threshold triggers a system
259 interrupt-names = "uplow", "critical";
270 interrupt-names = "uplow", "critical";
300 type = "critical";
338 type = "critical";
[all...]
/freebsd-src/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 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-src/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-src/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
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-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h37 /// 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-src/crypto/openssl/crypto/x509/
H A Dx509_txt.c93 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-src/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-src/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-src/secure/lib/libcrypto/man/man3/
H A DX509_EXTENSION_set_object.3169 \&\fBcrit\fR is zero the extension in non-critical otherwise it is critical.
188 returns \fB1\fR for critical and \fB0\fR for non-critical.
211 \&\fBX509_EXTENSION_get_critical()\fR returns \fB0\fR for non-critical and \fB1\fR for
212 critical.
/freebsd-src/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-src/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-src/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c104 * Check for Critical Temperature Status and Critical in coretemp_get_val_sysctl()
106 * current temperature is invalid because the "Critical in coretemp_get_val_sysctl()
107 * Temperature Log" bit will tell us if the Critical in coretemp_get_val_sysctl()
111 * If we reach a critical level, allow devctl(4) in coretemp_get_val_sysctl()
114 device_printf(dev, "critical temperature detected, " in coretemp_get_val_sysctl()
/freebsd-src/sys/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c109 * Check for Critical Temperature Status and Critical in coretemp_get_val_sysctl()
111 * current temperature is invalid because the "Critical in coretemp_get_val_sysctl()
112 * Temperature Log" bit will tell us if the Critical in coretemp_get_val_sysctl()
116 * If we reach a critical level, allow devctl(4) in coretemp_get_val_sysctl()
119 device_printf(dev, "critical temperature detected, " in coretemp_get_val_sysctl()
/freebsd-src/crypto/openssl/doc/man5/
H A Dx509v3_config.pod22 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
403 issuingDistributionPoint = critical, @idp_section
557 1.2.3.4 = critical, ASN1:UTF8String:Some random data
567 1.2.3.4 = critical, DER:01:02:03:04
[all …]

12345678910>>...57