/freebsd/tools/regression/poll/ |
H A D | sockpoll.c | 152 /* With shutdown(SHUT_WR) */ in main() 154 if (shutdown(fd[0], SHUT_WR) == -1) in main() 155 err(1, "shutdown"); in main() 158 report(num++, "after shutdown(SHUT_WR)", POLLOUT, pfd0.revents); in main() 161 report(num++, "other side after shutdown(SHUT_WR)", POLLIN | POLLOUT, pfd1.revents); in main() 166 err(1, "read after other side shutdown"); in main() 182 if (shutdown(fd[1], SHUT_WR) == -1) in main() 183 err(1, "shutdown second"); in main() 186 report(num++, "after second shutdown", POLLIN | POLLHUP, pfd0.revents); in main() 189 report(num++, "after second shutdown", POLLHUP, pfd1.revents); in main() [all …]
|
/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-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...] |
/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/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/sbin/shutdown/ |
H A D | shutdown.8 | 32 .Nm shutdown , 53 utility provides an automated shutdown procedure for super-users 119 Suppress the warning message to all logged in users about system shutdown. 130 (indicating an immediate shutdown) or 168 and starting at ten hours before shutdown, warning messages are displayed 171 shutdown, or immediately if shutdown is in less than 5 minutes, 185 At shutdown time a message is written to the system log, containing the 186 time of shutdown, the person who initiated the shutdown and the reason. 191 The time of the shutdown and the warning message 198 A scheduled shutdown can be canceled by killing the [all …]
|
H A D | Makefile | 2 PROG= shutdown 3 MAN= shutdown.8 4 LINKS= ${BINDIR}/shutdown ${BINDIR}/poweroff 5 MLINKS= shutdown.8 poweroff.8
|
/freebsd/crypto/openssl/doc/man3/ |
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 …]
|
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
|
/freebsd/share/man/man9/ |
H A D | kern_reboot.9 | 65 function handles final system shutdown, and either halts, reboots, 79 Do not sync filesystems during shutdown. 81 Dump kernel memory during shutdown. 121 Execute all registered shutdown hooks. 123 .Sx SHUTDOWN HOOKS 126 As a last resort, if none of the shutdown hooks handled the reboot, call the 150 function is the intended path for performing a clean reboot or shutdown when 154 process, instructing it to perform a shutdown. 169 .Sh SHUTDOWN HOOKS 172 events, which are invoked successively during the shutdown procedure. [all …]
|
/freebsd/share/man/man4/ |
H A D | boottrace.4 | 31 .Nd Boot-time, run-time, and shutdown-time tracing facility 37 during system boot and shutdown 43 the boot and shutdown paths in the 49 .Xr shutdown 8 , 62 and shutdown-time events. 63 .Bl -column "shutdown-time events" "" 79 until the beginning of shutdown procedures 81 .It shutdown-time events Ta Xo 82 After initialization of a shutdown, a reboot, or a kernel panic 148 but write to the shutdown-time table. [all …]
|
/freebsd/lib/libsys/ |
H A D | shutdown.2 | 33 .Nm shutdown 41 .Fn shutdown "int s" "int how" 44 .Fn shutdown 48 argument specifies the type of shutdown. 103 .Rv -std shutdown 106 .Fn shutdown 133 .Fn shutdown 139 .Fn shutdown 153 .Fn shutdown 167 .Fn shutdown
|
/freebsd/tools/regression/sockets/shutdown/ |
H A D | shutdown.c | 48 /* Shutdown(2) on an invalid file descriptor has to return EBADF. */ in main() 49 if ((shutdown(listen_sock, SHUT_RDWR) != -1) && (errno != EBADF)) in main() 50 errx(-1, "shutdown() for invalid file descriptor does not " in main() 92 if ((shutdown(connect_sock, SHUT_RD - 1) != -1) && (errno != EINVAL)) in main() 93 errx(-1, "shutdown(SHUT_RD - 1) does not return EINVAL"); in main() 94 if ((shutdown(connect_sock, SHUT_RDWR + 1) != -1) && (errno != EINVAL)) in main() 95 errx(-1, "shutdown(SHUT_RDWR + 1) does not return EINVAL"); in main() 97 if (shutdown(connect_sock, SHUT_RD) < 0) in main() 98 errx(-1, "shutdown(SHUT_RD) for connect socket: %s", in main() 100 if (shutdown(connect_sock, SHUT_WR) < 0) in main() [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_shutdown.3 | 151 close_notify shutdown alert to the peer. 153 \&\fBSSL_shutdown()\fR tries to send the close_notify shutdown alert to the peer. 162 The shutdown procedure consists of two steps: sending of the close_notify 163 shutdown alert, and reception of the peer's close_notify shutdown alert. 166 It is acceptable for an application to only send its shutdown alert and 178 do a complete shutdown procedure (bidirectional close_notify alerts). 181 complete shutdown procedure must be performed, so that the peers stay 208 \&\fBSSL_shutdown()\fR can be modified to only set the connection to \*(L"shutdown\*(R" 211 When \*(L"quiet shutdown\*(R" is enabled, \fBSSL_shutdown()\fR will always succeed 233 If a unidirectional shutdown is enough (the underlying connection shall be [all …]
|
H A D | SSL_CTX_set_quiet_shutdown.3 | 140 …get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown \- manipulate shutdown behaviour 154 \&\fBSSL_CTX_set_quiet_shutdown()\fR sets the \*(L"quiet shutdown\*(R" flag for \fBctx\fR to be 158 \&\fBSSL_CTX_get_quiet_shutdown()\fR returns the \*(L"quiet shutdown\*(R" setting of \fBctx\fR. 160 \&\fBSSL_set_quiet_shutdown()\fR sets the \*(L"quiet shutdown\*(R" flag for \fBssl\fR to be 166 \&\fBSSL_get_quiet_shutdown()\fR returns the \*(L"quiet shutdown\*(R" setting of \fBssl\fR. 171 for a clean shutdown. 173 When setting the \*(L"quiet shutdown\*(R" flag to 1, \fBSSL_shutdown\fR\|(3) 178 The session is thus considered to be shutdown, but no close_notify alert 181 The default is normal shutdown behaviour as described by the \s-1TLS\s0 standard.
|
H A D | SSL_set_shutdown.3 | 140 SSL_set_shutdown, SSL_get_shutdown \- manipulate shutdown state of an SSL connection 152 \&\fBSSL_set_shutdown()\fR sets the shutdown state of \fBssl\fR to \fBmode\fR. 154 \&\fBSSL_get_shutdown()\fR returns the shutdown mode of \fBssl\fR. 157 The shutdown state of an ssl connection is a bit-mask of: 159 No shutdown setting, yet. 162 A close_notify shutdown alert was sent to the peer, the connection is being 166 A shutdown alert was received form the peer, either a normal close_notify 171 The shutdown state of the connection is used to determine the state of
|
/freebsd/share/doc/papers/jail/ |
H A D | future.ms | 53 management of jails, as well as special case procedures such as shutdown, 63 defined, the traditional shutdown utilities having been written with 80 and shutdown is also important. 82 bring the system up during the boot process, and to assist in shutdown. 84 formulated to handle the clean startup and shutdown, including calling 85 out to jail-local /etc/rc.shutdown, and other useful shutdown functions. 88 the host environment to request the shutdown of the jail cleanly, before 96 include jail shutdown as part of normal system shutdown.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | idt,versaclock5.yaml | 33 The idt,shutdown and idt,output-enable-active properties control the 34 SH (en_global_shutdown) and SP bits of the Primary Source and Shutdown 42 1 0 Active/Shutdown 43 1 1 Inactive/Shutdown 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 91 bit of the Primary Source and Shutdown Register. 101 Shutdown Register. 129 - idt,shutdown [all …]
|
/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/libexec/rc/ |
H A D | rc.shutdown | 29 # Site-specific closing actions for daemons run by init on shutdown, 64 # will terminate rc.shutdown if rc.shutdown doesn't complete 72 _msg="$_msg timeout expired. Shutdown terminated." 73 logger -t rc.shutdown "$_msg" 82 # Determine the shutdown order of the /etc/rc.d scripts, 85 rcorder_opts="-k shutdown" 111 # Insert other shutdown procedures here
|
/freebsd/usr.sbin/bluetooth/iwmbtfw/ |
H A D | main.c | 467 goto shutdown; in main() 478 goto shutdown; in main() 485 goto shutdown; in main() 490 goto shutdown; in main() 499 goto shutdown; in main() 517 goto shutdown; in main() 525 goto shutdown; in main() 533 goto shutdown; in main() 542 goto shutdown; in main() 567 goto shutdown; in main() [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | task.h | 130 void (*shutdown)(isc_task_t *task); member 241 * an empty event queue), and has not been shutdown, the task will be 242 * shutdown. 245 * the task has been shutdown, 282 * idle (has an empty event queue), and has not been shutdown, 283 * the task will be shutdown. 286 * the task has been shutdown, 444 * Send a shutdown event with action 'action' and argument 'arg' when 445 * 'task' is shutdown. 449 *\li Shutdown events are posted in LIFO order. [all …]
|
/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/sys/kern/ |
H A D | kern_boottrace.c | 56 * Boot-time & shutdown-time event. 85 /* Shutdown-time tracing */ 91 /* Set when system shutdown has started. */ 92 static bool shutdown; variable 130 "Capture a shutdown-time trace event"); 142 "Boot-time and shutdown-time tracing enabled"); 145 * Enable dumping of the shutdown trace entries to console. 150 "Enable kernel shutdown tracing to the console"); 175 * 11 1228262715 0 init shutdown pre sync begin 176 * 3 1228265622 2907 init shutdown pre sync complete [all …]
|