/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-ibm-rainier.dts | 374 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 D | aspeed-bmc-ibm-blueridge.dts | 374 retain-state-shutdown; 382 retain-state-shutdown; 454 retain-state-shutdown; 462 retain-state-shutdown; 490 retain-state-shutdown; 498 retain-state-shutdown; 593 retain-state-shutdown; 601 retain-state-shutdown; 609 retain-state-shutdown; 617 retain-state-shutdown; [all …]
|
H A D | aspeed-bmc-ibm-everest.dts | 449 retain-state-shutdown; 457 retain-state-shutdown; 485 retain-state-shutdown; 493 retain-state-shutdown; 521 retain-state-shutdown; 529 retain-state-shutdown; 594 retain-state-shutdown; 602 retain-state-shutdown; 630 retain-state-shutdown; 638 retain-state-shutdown; [all …]
|
H A D | aspeed-bmc-ibm-fuji.dts | 450 retain-state-shutdown; 458 retain-state-shutdown; 486 retain-state-shutdown; 494 retain-state-shutdown; 522 retain-state-shutdown; 530 retain-state-shutdown; 593 retain-state-shutdown; 601 retain-state-shutdown; 629 retain-state-shutdown; 637 retain-state-shutdown; [all …]
|
H A D | aspeed-bmc-ibm-system1.dts | 513 retain-state-shutdown; 521 retain-state-shutdown; 529 retain-state-shutdown; 537 retain-state-shutdown; 545 retain-state-shutdown; 553 retain-state-shutdown; 561 retain-state-shutdown; 569 retain-state-shutdown; 577 retain-state-shutdown; 585 retain-state-shutdown; [all …]
|
H A D | aspeed-bmc-facebook-bletchley.dts | 70 retain-state-shutdown; 75 retain-state-shutdown; 80 retain-state-shutdown; 85 retain-state-shutdown; 90 retain-state-shutdown; 95 retain-state-shutdown; 100 retain-state-shutdown; 105 retain-state-shutdown; 114 retain-state-shutdown; 119 retain-state-shutdown; [all...] |
/freebsd/usr.sbin/bluetooth/iwmbtfw/ |
H A D | main.c | 705 goto shutdown; in main() 716 goto shutdown; in main() 723 goto shutdown; in main() 728 goto shutdown; in main() 754 shutdown: in main()
|
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | main.c | 367 goto shutdown; in main() 378 goto shutdown; in main() 385 goto shutdown; in main() 390 goto shutdown; in main() 397 goto shutdown; in main() 405 goto shutdown; in main() 414 goto shutdown; in main() 430 goto shutdown; in main() 439 goto shutdown; in main() 446 goto shutdown; in main() [all …]
|
/freebsd/tools/regression/poll/14/ |
H A D | sockpoll.out | 8 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 D | sockpoll.out | 8 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 D | SSL_CTX_set_quiet_shutdown.pod | 5 …_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 D | SSL_set_shutdown.pod | 5 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 D | SSL_shutdown.pod | 16 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 99 If a unidirectional shutdown is enough (the underlying connection shall be [all …]
|
/freebsd/sbin/shutdown/ |
H A D | Makefile | 2 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 D | xilinx-pr-decoupler.txt | 10 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 D | shutdown.c | 49 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 D | tst.schedenable.ksh | 63 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 D | adi,ssm2305.txt | 6 - shutdown-gpios : The gpio connected to the shutdown pin. 13 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
|
H A D | maxim,max9759.txt | 6 - shutdown-gpios : the gpio connected to the shutdown pin 14 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
|
/freebsd/tools/regression/poll/ |
H A D | sockpoll.c | 154 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 D | tst.localsctpstate.ksh.out | 10 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/crypto/openssl/crypto/x509/ |
H A D | x509_meth.c | 88 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()
|
/freebsd/sbin/dhclient/tests/ |
H A D | pcp.sh | 143 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 D | pool.c | 59 int shutdown; member 76 if (ctx->shutdown) { in POOL_thread() 137 ctx->shutdown = 0; in POOL_create_advanced() 164 ctx->shutdown = 1; in POOL_join() 258 if (ctx->shutdown) return; in POOL_add_internal() 271 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | pool.c | 59 int shutdown; member 76 if (ctx->shutdown) { in POOL_thread() 143 ctx->shutdown = 0; in POOL_create_advanced() 170 ctx->shutdown = 1; in POOL_join() 267 if (ctx->shutdown) return; in POOL_add_internal() 280 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
|