Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-ibm-rainier.dts374 retain-state-shutdown;
382 retain-state-shutdown;
456 retain-state-shutdown;
464 retain-state-shutdown;
493 retain-state-shutdown;
501 retain-state-shutdown;
598 retain-state-shutdown;
606 retain-state-shutdown;
614 retain-state-shutdown;
622 retain-state-shutdown;
[all …]
H A Daspeed-bmc-ibm-blueridge.dts375 retain-state-shutdown;
383 retain-state-shutdown;
455 retain-state-shutdown;
463 retain-state-shutdown;
491 retain-state-shutdown;
499 retain-state-shutdown;
594 retain-state-shutdown;
602 retain-state-shutdown;
610 retain-state-shutdown;
618 retain-state-shutdown;
[all …]
H A Daspeed-bmc-ibm-fuji.dts477 retain-state-shutdown;
485 retain-state-shutdown;
513 retain-state-shutdown;
521 retain-state-shutdown;
549 retain-state-shutdown;
557 retain-state-shutdown;
620 retain-state-shutdown;
628 retain-state-shutdown;
656 retain-state-shutdown;
664 retain-state-shutdown;
[all …]
H A Daspeed-bmc-ibm-everest.dts476 retain-state-shutdown;
484 retain-state-shutdown;
512 retain-state-shutdown;
520 retain-state-shutdown;
548 retain-state-shutdown;
556 retain-state-shutdown;
621 retain-state-shutdown;
629 retain-state-shutdown;
657 retain-state-shutdown;
665 retain-state-shutdown;
[all …]
H A Daspeed-bmc-ibm-system1.dts567 retain-state-shutdown;
575 retain-state-shutdown;
583 retain-state-shutdown;
591 retain-state-shutdown;
599 retain-state-shutdown;
607 retain-state-shutdown;
615 retain-state-shutdown;
623 retain-state-shutdown;
631 retain-state-shutdown;
639 retain-state-shutdown;
[all …]
H A Daspeed-bmc-facebook-bletchley.dts66 retain-state-shutdown;
71 retain-state-shutdown;
76 retain-state-shutdown;
81 retain-state-shutdown;
86 retain-state-shutdown;
91 retain-state-shutdown;
96 retain-state-shutdown;
101 retain-state-shutdown;
110 retain-state-shutdown;
115 retain-state-shutdown;
[all …]
/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Dmain.c373 goto shutdown; in main()
384 goto shutdown; in main()
391 goto shutdown; in main()
396 goto shutdown; in main()
403 goto shutdown; in main()
411 goto shutdown; in main()
421 goto shutdown; in main()
437 goto shutdown; in main()
446 goto shutdown; in main()
453 goto shutdown; in main()
[all …]
/freebsd/tools/regression/poll/14/
H A Dsockpoll.out8 ok 7 state after shutdown(SHUT_WR): expected POLLOUT; got POLLOUT
9 ok 8 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT
13 ok 12 state after second shutdown: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
14 not ok 13 state after second shutdown: expected POLLHUP; got POLLIN | POLLHUP
16 ok 15 state after shutdown(SHUT_RD): expected POLLIN | POLLOUT; got POLLIN | POLLOUT
17 ok 16 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
18 not ok 17 state after shutdown(SHUT_WR): expected POLLHUP; got POLLIN | POLLHUP
19 ok 18 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT
20 ok 19 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
22 ok 21 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT | POLLRDHUP; got POLL…
/freebsd/tools/regression/poll/l/
H A Dsockpoll.out8 ok 7 state after shutdown(SHUT_WR): expected POLLOUT; got POLLOUT
9 ok 8 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT
13 not ok 12 state after second shutdown: expected POLLIN | POLLHUP; got POLLIN | POLLOUT | POLLHUP
14 not ok 13 state after second shutdown: expected POLLHUP; got POLLIN | POLLHUP
16 ok 15 state after shutdown(SHUT_RD): expected POLLIN | POLLOUT; got POLLIN | POLLOUT
17 ok 16 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
18 not ok 17 state after shutdown(SHUT_WR): expected POLLHUP; got POLLIN | POLLOUT | POLLHUP
19 not ok 18 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT…
20 ok 19 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
22 not ok 21 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT | POLLRDHUP; got POLL…
/freebsd/crypto/openssl/doc/man3/
H A DSSL_shutdown.pod35 exact nature of how a shutdown is performed depends on the underlying protocol
40 shutdown process and return 0 to indicate that the shutdown process has not yet
41 completed. Once the shutdown process has completed, subsequent calls to
52 close_notify alert message. The shutdown process for SSL/TLS and DTLS
59 A close_notify shutdown alert message is sent to the peer.
63 A close_notify shutdown alert message is received from the peer.
68 shutdown process was first initiated by the local application or by the peer.
72 Calling SSL_shutdown() on an SSL/TLS or DTLS SSL object initiates the shutdown
73 process and causes OpenSSL to try to send a close_notify shutdown alert to the
74 peer. The shutdown process will then be considered completed once the peer
[all …]
H A DSSL_CTX_set_quiet_shutdown.pod6 SSL_get_quiet_shutdown - manipulate shutdown behaviour
20 SSL_CTX_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ctx> to be
24 SSL_CTX_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ctx>.
26 SSL_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ssl> to be
32 SSL_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ssl>.
41 for a clean shutdown.
43 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)>
48 The session is thus considered to be shutdown, but no close_notify alert
51 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
66 SSL_get_shutdown() returns the current shutdown state as set or based
/freebsd/sbin/shutdown/
H A DMakefile2 PROG= shutdown
3 MAN= shutdown.8
4 LINKS= ${BINDIR}/shutdown ${BINDIR}/poweroff
5 MLINKS= shutdown.8 poweroff.8
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dxilinx-pr-decoupler.txt10 Xilinx LogiCORE Dynamic Function eXchange(DFX) AXI shutdown manager
13 The Dynamic Function eXchange AXI shutdown manager prevents AXI traffic
26 "xlnx,dfx-axi-shutdown-manager-1.00" followed by
27 "xlnx,dfx-axi-shutdown-manager"
46 Dynamic Function eXchange AXI shutdown manager:
48 compatible = "xlnx,dfx-axi-shutdown-manager-1.00",
49 "xlnx,dfx-axi-shutdown-manager";
/freebsd/tools/regression/sockets/shutdown/
H A Dshutdown.c49 if ((shutdown(listen_sock, SHUT_RDWR) != -1) && (errno != EBADF)) in main()
92 if ((shutdown(connect_sock, SHUT_RD - 1) != -1) && (errno != EINVAL)) in main()
94 if ((shutdown(connect_sock, SHUT_RDWR + 1) != -1) && (errno != EINVAL)) in main()
97 if (shutdown(connect_sock, SHUT_RD) < 0) in main()
100 if (shutdown(connect_sock, SHUT_WR) < 0) in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedenable.ksh63 xdt:sched::shutdown-poweroff,
64 xdt:sched::shutdown-reboot,
65 xdt:sched::shutdown-suspend,
66 xdt:sched::shutdown-crash
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dadi,ssm2305.txt6 - shutdown-gpios : The gpio connected to the shutdown pin.
13 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
H A Dmaxim,max9759.txt6 - shutdown-gpios : the gpio connected to the shutdown pin
14 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_meth.c83 int (*shutdown)(X509_LOOKUP *ctx)) in X509_LOOKUP_meth_set_shutdown()
85 method->shutdown = shutdown; in X509_LOOKUP_meth_set_shutdown()
91 return method->shutdown; in X509_LOOKUP_meth_get_shutdown()
/freebsd/tools/regression/poll/
H A Dsockpoll.c154 if (shutdown(fd[0], SHUT_WR) == -1) in main()
182 if (shutdown(fd[1], SHUT_WR) == -1) in main()
202 if (shutdown(fd[0], SHUT_RD) == -1) in main()
210 if (shutdown(fd[0], SHUT_WR) == -1) in main()
224 if (shutdown(fd[0], SHUT_RD) == -1) in main()
234 if (shutdown(fd[0], SHUT_WR) == -1) in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.localsctpstate.ksh.out10 sctp:::state-change to shutdown-sent - yes
11 sctp:::state-change to shutdown-received - yes
12 sctp:::state-change to shutdown-ack-sent - yes
/freebsd/sbin/dhclient/tests/
H A Dpcp.sh143 echo ${ngiface} >> ngctl.shutdown
185 for i in $(cat ngctl.shutdown); do
186 ngctl shutdown ${i}:
188 rm -f ngctl.shutdown
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c60 int shutdown; member
77 if (ctx->shutdown) { in POOL_thread()
142 ctx->shutdown = 0; in POOL_create_advanced()
169 ctx->shutdown = 1; in POOL_join()
279 if (ctx->shutdown) return; in POOL_add_internal()
292 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
/freebsd/sys/contrib/zstd/lib/common/
H A Dpool.c59 int shutdown; member
76 if (ctx->shutdown) { in POOL_thread()
141 ctx->shutdown = 0; in POOL_create_advanced()
168 ctx->shutdown = 1; in POOL_join()
278 if (ctx->shutdown) return; in POOL_add_internal()
291 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_sock.c93 if (a->shutdown) { in sock_free()
177 if (b->shutdown) { in sock_ctrl()
183 b->shutdown = (int)num; in sock_ctrl()
198 ret = b->shutdown; in sock_ctrl()
201 b->shutdown = (int)num; in sock_ctrl()

12345678910>>...27