Home
last modified time | relevance | path

Searched refs:alert (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tmu.dtsi17 atlas0_alert_0: atlas0-alert-0 {
22 atlas0_alert_1: atlas0-alert-1 {
148 g3d_alert_0: g3d-alert-0 {
153 g3d_alert_1: g3d-alert-1 {
158 g3d_alert_2: g3d-alert-2 {
163 g3d_alert_3: g3d-alert-3 {
168 g3d_alert_4: g3d-alert-4 {
173 g3d_alert_5: g3d-alert-5 {
178 g3d_alert_6: g3d-alert-6 {
267 isp_alert_0: isp-alert-0 {
[all …]
H A Dexynos7-trip-points.dtsi10 cpu-alert-0 {
15 cpu-alert-1 {
20 cpu-alert-2 {
25 cpu-alert-3 {
30 cpu-alert-4 {
35 cpu-alert-5 {
40 cpu-alert-6 {
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidxu3-common.dtsi61 cpu0_alert0: cpu-alert-0 {
66 cpu0_alert1: cpu-alert-1 {
71 cpu0_alert2: cpu-alert-2 {
87 cpu0_alert3: cpu-alert-3 {
92 cpu0_alert4: cpu-alert-4 {
150 cpu1_alert0: cpu-alert-0 {
155 cpu1_alert1: cpu-alert-1 {
160 cpu1_alert2: cpu-alert-2 {
170 cpu1_alert3: cpu-alert-3 {
175 cpu1_alert4: cpu-alert-4 {
[all …]
H A Dexynos5422-odroidhc1.dts36 cpu0_alert0: cpu-alert-0 {
41 cpu0_alert1: cpu-alert-1 {
91 cpu1_alert0: cpu-alert-0 {
96 cpu1_alert1: cpu-alert-1 {
135 cpu2_alert0: cpu-alert-0 {
140 cpu2_alert1: cpu-alert-1 {
179 cpu3_alert0: cpu-alert-0 {
184 cpu3_alert1: cpu-alert-1 {
223 gpu_alert0: gpu-alert-0 {
228 gpu_alert1: gpu-alert-1 {
H A Dexynos5420-trip-points.dtsi11 cpu-alert-0 {
16 cpu-alert-1 {
21 cpu-alert-2 {
H A Dexynos4-cpu-thermal.dtsi17 cpu_alert0: cpu-alert-0 {
22 cpu_alert1: cpu-alert-1 {
27 cpu_alert2: cpu-alert-2 {
H A Dexynos5420-arndale-octa.dts78 cpu0_alert0: cpu-alert-0 {
83 cpu0_alert1: cpu-alert-1 {
88 cpu0_alert2: cpu-alert-2 {
153 cpu1_alert0: cpu-alert-0 {
158 cpu1_alert1: cpu-alert-1 {
163 cpu1_alert2: cpu-alert-2 {
216 cpu2_alert0: cpu-alert-0 {
221 cpu2_alert1: cpu-alert-1 {
226 cpu2_alert2: cpu-alert-2 {
279 cpu3_alert0: cpu-alert-0 {
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_alert_type_string.pod20 type of the alert specified by B<value>.
26 describing the reason of the alert specified by B<value>.
29 of the alert specified by B<value>.
34 a special situation, it sends an alert. The alert is sent as a special message
39 "close notify" alert is sent as a warning alert. Other examples for
44 alert on it discretion.
46 Several alert messages must be sent as fatal alert messages as specified
62 This indicates that no support is available for this alert type.
63 Probably B<value> does not contain a correct alert message.
74 The connection shall be closed. This is a warning alert.
[all …]
H A DSSL_shutdown.pod16 close_notify shutdown alert to the peer.
18 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
28 shutdown alert, and reception of the peer's close_notify shutdown alert.
69 to wait for the peer's close_notify alert.
74 state but not actually send the close_notify alert messages,
80 data has been received and doesn't wait for the close_notify alert
94 alert, SSL_shutdown() will only send the alert and then set the
103 to send back a close_notify alert.
109 When it is done sending data, it will send the close_notify alert.
116 If the peer already sent the close_notify alert B<and> it was
[all …]
H A DSSL_set_shutdown.pod33 A close_notify shutdown alert was sent to the peer, the connection is being
38 A shutdown alert was received form the peer, either a normal close_notify
51 alert but to not wait for the peer's answer, when the underlying connection
54 close alert to the peer (see L<SSL_shutdown(3)>).
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_record.c280 u8 *out_data, size_t *out_len, u8 *alert) in tlsv1_record_receive() argument
311 *alert = TLS_ALERT_PROTOCOL_VERSION; in tlsv1_record_receive()
319 *alert = TLS_ALERT_RECORD_OVERFLOW; in tlsv1_record_receive()
342 *alert = TLS_ALERT_UNEXPECTED_MESSAGE; in tlsv1_record_receive()
351 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
359 *alert = TLS_ALERT_DECRYPTION_FAILED; in tlsv1_record_receive()
430 *alert = TLS_ALERT_BAD_RECORD_MAC; in tlsv1_record_receive()
441 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
455 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
464 *alert = TLS_ALERT_BAD_RECORD_MAC; in tlsv1_record_receive()
[all …]
H A Dtlsv1_client.c209 in_msg, &in_msg_len, &alert); in tlsv1_client_handshake()
213 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_client_handshake()
336 u8 alert, *out_pos, ct; in tlsv1_client_decrypt() local
347 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
361 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
367 out_pos, &olen, &alert); in tlsv1_client_decrypt()
383 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
395 alert = TLS_ALERT_DECODE_ERROR; in tlsv1_client_decrypt()
406 alert = out_pos[1]; in tlsv1_client_decrypt()
414 alert = TLS_ALERT_UNEXPECTED_MESSAGE; in tlsv1_client_decrypt()
[all …]
H A Dtlsv1_common.c416 const u8 *pos, size_t len, u8 *alert) in tls_verify_signature() argument
425 *alert = TLS_ALERT_DECODE_ERROR; in tls_verify_signature()
431 *alert = TLS_ALERT_DECODE_ERROR; in tls_verify_signature()
443 *alert = TLS_ALERT_INTERNAL_ERROR; in tls_verify_signature()
450 *alert = TLS_ALERT_INTERNAL_ERROR; in tls_verify_signature()
457 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
506 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
516 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmax17040_battery.txt11 - maxim,alert-low-soc-level : The alert threshold that sets the state of
28 property to use alert low SOC level interrupt
31 Optional properties support interrupt functionality for alert low state of
40 maxim,alert-low-soc-level = <10>;
50 maxim,alert-low-soc-level = <10>;
H A Dmaxim,max17040.yaml31 maxim,alert-low-soc-level:
36 The alert threshold that sets the state of charge level (%) where an interrupt is generated.
69 Use this property to use alert low SoC level interrupt as wake up source.
87 maxim,alert-low-soc-level = <10>;
100 maxim,alert-low-soc-level = <10>;
125 maxim,alert-low-soc-level = <10>;
H A Dmicrochip,ucs1002.yaml26 - const: alert
28 - const: alert
49 interrupt-names = "a_det", "alert";
H A Dbattery.yaml113 - description: alert when ambient temperature is lower than this value
114 - description: alert when ambient temperature is higher than this value
116 alert-celsius:
119 - description: alert when battery temperature is lower than this value
120 - description: alert when battery temperature is higher than this value
172 alert-celsius = <0 40>;
H A Dmicrochip,ucs1002.txt13 - "alert" for line connected to ALERT# pin
25 interrupt-names = "a_det", "alert";
/freebsd/crypto/openssl/test/recipes/
H A D70-test_tls13alerts.t43 my $alert = TLSProxy::Message->alert();
44 ok(TLSProxy::Message->fail() && !$alert->server() && !$alert->encrypted(), "Client sends an unecryp…
H A D70-test_tls13downgrade.t72 my $alert = TLSProxy::Message->alert();
74 && !$alert->server()
75 && $alert->description() == TLSProxy::Message::AL_DESC_ILLEGAL_PARAMETER,
/freebsd/crypto/openssl/test/ssl-tests/
H A D09-alpn.cnf8 test-3 = 3-alpn-alert-on-mismatch
116 [3-alpn-alert-on-mismatch]
117 ssl_conf = 3-alpn-alert-on-mismatch-ssl
119 [3-alpn-alert-on-mismatch-ssl]
120 server = 3-alpn-alert-on-mismatch-server
121 client = 3-alpn-alert-on-mismatch-client
123 [3-alpn-alert-on-mismatch-server]
128 [3-alpn-alert-on-mismatch-client]
139 [3-alpn-alert-on-mismatch-server-extra]
142 [3-alpn-alert-on-mismatch-client-extra]
[all …]
/freebsd/libexec/bootpd/
H A Dsyslog.conf25 *.alert;kern.err;daemon.err;user.none operator
26 *.alert;user.none root
48 user.alert /var/log/syslog
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-ufispace-ncplite.dts50 psu0-alert-n {
51 label = "psu0-alert-n";
56 psu1-alert-n {
57 label = "psu1-alert-n";
62 int-thermal-alert {
63 label = "int-thermal-alert";
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dadi,adm1177.yaml31 the current reading and overcurrent alert is disabled.
35 Specifies the current level at which an over current alert occurs.
36 If not provided, the overcurrent alert is configured to max ADC range
H A Dmax6697.txt30 - alert-mask
33 If not specified, alert will be enabled for all channels.
62 alert-mask = <0x72>;

1234567