Home
last modified time | relevance | path

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

12345678910>>...25

/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-ibm-rainier.dts598 retain-state-shutdown;
606 retain-state-shutdown;
614 retain-state-shutdown;
622 retain-state-shutdown;
630 retain-state-shutdown;
638 retain-state-shutdown;
646 retain-state-shutdown;
654 retain-state-shutdown;
672 retain-state-shutdown;
680 retain-state-shutdown;
[all …]
H A Daspeed-bmc-ibm-everest.dts887 retain-state-shutdown;
895 retain-state-shutdown;
903 retain-state-shutdown;
911 retain-state-shutdown;
919 retain-state-shutdown;
927 retain-state-shutdown;
935 retain-state-shutdown;
943 retain-state-shutdown;
951 retain-state-shutdown;
959 retain-state-shutdown;
[all …]
H A Daspeed-bmc-facebook-bletchley.dts70 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/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/usr.sbin/bluetooth/iwmbtfw/
H A Dmain.c378 goto shutdown; in main()
389 goto shutdown; in main()
396 goto shutdown; in main()
401 goto shutdown; in main()
408 goto shutdown; in main()
428 goto shutdown; in main()
436 goto shutdown; in main()
444 goto shutdown; in main()
453 goto shutdown; in main()
483 goto shutdown; in main()
[all …]
/freebsd/crypto/openssl/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 …]
/freebsd/sbin/shutdown/
H A DMakefile3 PROG= shutdown
4 MAN= shutdown.8
5 LINKS= ${BINDIR}/shutdown ${BINDIR}/poweroff
6 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";
H A Dxlnx,pr-decoupler.yaml7 title: Xilinx LogiCORE Partial Reconfig Decoupler/AXI shutdown manager Softcore
21 Xilinx LogiCORE Dynamic Function eXchange(DFX) AXI shutdown manager Softcore
23 eXchange AXI shutdown manager prevents AXI traffic from passing through the
38 - const: xlnx,dfx-axi-shutdown-manager-1.00
39 - const: 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 Dmaxim,max9759.yaml16 shutdown-gpios:
18 description: the gpio connected to the shutdown pin
30 - shutdown-gpios
41 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
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/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/crypto/openssl/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()
/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/sys/contrib/device-tree/Bindings/net/
H A Drfkill-gpio.yaml32 shutdown-gpios:
38 - shutdown-gpios
50 shutdown-gpios = <&gpio2 25 GPIO_ACTIVE_HIGH>;
/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.c59 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 Dpool.c59 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()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Didt,versaclock5.yaml33 The idt,shutdown and idt,output-enable-active properties control the
83 idt,shutdown:
87 If 1, this enables the shutdown functionality: the chip will be
89 shutdown functionality: the chip will never be shut down based on
129 - idt,shutdown
182 idt,shutdown = <0>;

12345678910>>...25