Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daspeed-bmc-ibm-everest.dts1358 retain-state-shutdown;
1366 retain-state-shutdown;
1374 retain-state-shutdown;
1382 retain-state-shutdown;
1390 retain-state-shutdown;
1398 retain-state-shutdown;
1406 retain-state-shutdown;
1414 retain-state-shutdown;
1422 retain-state-shutdown;
1430 retain-state-shutdown;
[all …]
H A Daspeed-bmc-opp-mowgli.dts119 retain-state-shutdown;
125 retain-state-shutdown;
131 retain-state-shutdown;
137 retain-state-shutdown;
143 retain-state-shutdown;
149 retain-state-shutdown;
155 retain-state-shutdown;
161 retain-state-shutdown;
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_quiet_shutdown.pod5 …_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown - manipulate shutdown behaviour
19 SSL_CTX_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ctx> to be
23 SSL_CTX_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ctx>.
25 SSL_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ssl> to be
31 SSL_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ssl>.
37 for a clean shutdown.
39 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)>
44 The session is thus considered to be shutdown, but no close_notify alert
47 The default is normal shutdown behaviour as described by the TLS standard.
H A DSSL_set_shutdown.pod5 SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connection
17 SSL_set_shutdown() sets the shutdown state of B<ssl> to B<mode>.
19 SSL_get_shutdown() returns the shutdown mode of B<ssl>.
23 The shutdown state of an ssl connection is a bit mask of:
29 No shutdown setting, yet.
33 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
45 The shutdown state of the connection is used to determine the state of
H A DSSL_shutdown.pod16 close_notify shutdown alert to the peer.
20 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
29 The shutdown procedure consists of two steps: sending of the close_notify
30 shutdown alert, and reception of the peer's close_notify shutdown alert.
33 It is acceptable for an application to only send its shutdown alert and
45 do a complete shutdown procedure (bidirectional close_notify alerts).
48 complete shutdown procedure must be performed, so that the peers stay
114 SSL_shutdown() can be modified to only set the connection to "shutdown"
117 When "quiet shutdown" is enabled, SSL_shutdown() will always succeed
140 Call SSL_read() to do a bidirectional shutdown.
[all …]
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_quiet_shutdown.pod5 …_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown - manipulate shutdown behaviour
19 SSL_CTX_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ctx> to be
23 SSL_CTX_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ctx>.
25 SSL_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ssl> to be
31 SSL_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ssl>.
37 for a clean shutdown.
39 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)>
44 The session is thus considered to be shutdown, but no close_notify alert
47 The default is normal shutdown behaviour as described by the TLS standard.
H A DSSL_set_shutdown.pod5 SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connection
17 SSL_set_shutdown() sets the shutdown state of B<ssl> to B<mode>.
19 SSL_get_shutdown() returns the shutdown mode of B<ssl>.
23 The shutdown state of an ssl connection is a bit-mask of:
29 No shutdown setting, yet.
33 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
45 The shutdown state of the connection is used to determine the state of
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.
27 The shutdown procedure consists of two steps: sending of the close_notify
28 shutdown alert, and reception of the peer's close_notify shutdown alert.
31 It is acceptable for an application to only send its shutdown alert and
43 do a complete shutdown procedure (bidirectional close_notify alerts).
46 complete shutdown procedure must be performed, so that the peers stay
73 SSL_shutdown() can be modified to only set the connection to "shutdown"
76 When "quiet shutdown" is enabled, SSL_shutdown() will always succeed
138 Call SSL_read() to do a bidirectional shutdown.
[all …]
/netbsd/lib/libwrap/
H A Dfix_options.c110 shutdown(fd, 2); in fix_options()
123 shutdown(fd, 2); in fix_options()
130 shutdown(fd, 2); in fix_options()
142 shutdown(fd, 2); in fix_options()
/netbsd/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-text.cpp485 shutdown(COLOR_TAG); in done_color()
492 char *html_text::shutdown (HTML_TAG t) in shutdown() function in html_text
564 shutdown(B_TAG); in done_bold()
573 shutdown(I_TAG); in done_italic()
582 shutdown(SUP_TAG); in done_sup()
591 shutdown(SUB_TAG); in done_sub()
600 shutdown(TT_TAG); in done_tt()
609 shutdown(PRE_TAG); in done_pre()
618 shutdown(SMALL_TAG); in done_small()
627 shutdown(BIG_TAG); in done_big()
[all …]
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_socket.in.h677 # undef shutdown
678 # define shutdown rpl_shutdown
680 _GL_FUNCDECL_RPL (shutdown, int, (int fd, int how));
681 _GL_CXXALIAS_RPL (shutdown, int, (int fd, int how));
683 _GL_CXXALIAS_SYS (shutdown, int, (int fd, int how));
685 _GL_CXXALIASWARN (shutdown);
687 # undef shutdown
688 # define shutdown shutdown_used_without_requesting_gnulib_module_shutdown
690 # undef shutdown
692 _GL_WARN_ON_USE (shutdown, "shutdown is not always POSIX compliant - "
H A Dsys_time.in.h178 # undef shutdown
179 # define shutdown shutdown_used_without_including_sys_socket_h
207 _GL_WARN_ON_USE (shutdown,
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsys_socket.in.h677 # undef shutdown
678 # define shutdown rpl_shutdown
680 _GL_FUNCDECL_RPL (shutdown, int, (int fd, int how));
681 _GL_CXXALIAS_RPL (shutdown, int, (int fd, int how));
683 _GL_CXXALIAS_SYS (shutdown, int, (int fd, int how));
685 _GL_CXXALIASWARN (shutdown);
687 # undef shutdown
688 # define shutdown shutdown_used_without_requesting_gnulib_module_shutdown
690 # undef shutdown
692 _GL_WARN_ON_USE (shutdown, "shutdown is not always POSIX compliant - "
H A Dsys_time.in.h178 # undef shutdown
179 # define shutdown shutdown_used_without_including_sys_socket_h
207 _GL_WARN_ON_USE (shutdown,
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_meth.c88 int (*shutdown) (X509_LOOKUP *ctx)) in X509_LOOKUP_meth_set_shutdown()
90 method->shutdown = shutdown; in X509_LOOKUP_meth_set_shutdown()
97 return method->shutdown; in X509_LOOKUP_meth_get_shutdown()
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_meth.c88 int (*shutdown) (X509_LOOKUP *ctx)) in X509_LOOKUP_meth_set_shutdown()
90 method->shutdown = shutdown; in X509_LOOKUP_meth_set_shutdown()
97 return method->shutdown; in X509_LOOKUP_meth_get_shutdown()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_sock.c83 if (a->shutdown) { in sock_free()
134 b->shutdown = (int)num; in sock_ctrl()
147 ret = b->shutdown; in sock_ctrl()
150 b->shutdown = (int)num; in sock_ctrl()
H A Dbss_fd.c105 if (a->shutdown) { in fd_free()
165 b->shutdown = (int)num; in fd_ctrl()
178 ret = b->shutdown; in fd_ctrl()
181 b->shutdown = (int)num; in fd_ctrl()
H A Dbss_mem.c129 bi->shutdown = 1; in mem_init()
166 if (a->shutdown && a->init && a->ptr != NULL) { in mem_buf_free()
288 b->shutdown = (int)num; in mem_ctrl()
302 ret = (long)b->shutdown; in mem_ctrl()
305 b->shutdown = (int)num; in mem_ctrl()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_fd.c103 if (a->shutdown) { in fd_free()
163 b->shutdown = (int)num; in fd_ctrl()
176 ret = b->shutdown; in fd_ctrl()
179 b->shutdown = (int)num; in fd_ctrl()
H A Dbss_sock.c93 if (a->shutdown) { in sock_free()
162 b->shutdown = (int)num; in sock_ctrl()
175 ret = b->shutdown; in sock_ctrl()
178 b->shutdown = (int)num; in sock_ctrl()
/netbsd/sbin/shutdown/
H A DMakefile5 PROG= shutdown
6 MAN= shutdown.8
/netbsd/sys/arch/sandpoint/stand/altboot/
H A Dnif.c50 void (*shutdown)(void *); member
107 if (dv->shutdown != NULL) in netif_shutdown_all()
108 (*dv->shutdown)(dv->priv); in netif_shutdown_all()
/netbsd/etc/rc.d/
H A Dlocal26 if [ -f /etc/rc.shutdown.local ]; then
27 . /etc/rc.shutdown.local
/netbsd/etc/powerd/scripts/
H A Dsensor_temperature18 /sbin/shutdown -p now "${0}: CRITICAL TEMPERATURE! SHUTTING DOWN."
27 /sbin/shutdown -p now "${0}: CRITICAL TEMPERATURE! SHUTTING DOWN."

12345678910>>...26