*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: boot | Section: 9 | Source: OpenBSD | File: boot.9
BOOT(9) FreeBSD Kernel Developer's Manual BOOT(9) NAME boot - halt or reboot the system SYNOPSIS #include <sys/reboot.h> void boot(int howto); DESCRIPTION The boot() function handles final system shutdown, and either halts or reboots the system. The exact action to be taken is determined by the flags passed in howto and by whether or not the system has finished autoconfiguration. If the system has finished autoconfiguration, boot() does the following: 1. Sets the boothowto system variable from the howto argument. 2. If this is the first invocation of boot() and the RB_NOSYNC flag is not set in howto, syncs and unmounts the system disks by calling vfs_shutdown() and sets the time of day clock by calling resettodr(9). 3. Disables interrupts. 4. If rebooting after a crash (i.e., if RB_DUMP is set in howto, but RB_HALT is not), saves a system crash dump. 5. Prints a message indicating that the system is about to be halted or rebooted. 6. If RB_HALT is set in howto, halts the system. Otherwise, reboots the system. If the system has not finished autoconfiguration, boot() prints a message, and halts the system (unless RB_USERREQ is specified, in which case the system will be halted if RB_HALT is given, and rebooted otherwise; see reboot(2) for more details). SEE ALSO reboot(2), resettodr(9) FreeBSD 14.1-RELEASE-p8 December 10, 2014 FreeBSD 14.1-RELEASE-p8

Navigation Options