*** 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: panic | Section: 9 | Source: OpenBSD | File: panic.9
PANIC(9) FreeBSD Kernel Developer's Manual PANIC(9) NAME panic - Bring down system on fatal error SYNOPSIS #include <sys/types.h> #include <sys/systm.h> void panic(const char *fmt, ...); DESCRIPTION The panic() function makes the OpenBSD system terminate. The message fmt is a printf(9) style format string. The message is printed to the console (with a newline) and the location pointed to by the global char pointer panicstr is set to the address of the message text for retrieval from the OS core dump. If the kernel debugger is installed, control is passed to it. Otherwise, an attempt is made to save a core dump of the OS to a configured dump device. If panic() is called twice (from the disk sync routines, for example) the system is rebooted without syncing the disks. RETURN VALUES The panic() function does not return. SEE ALSO printf(3), boot(9), printf(9) FreeBSD 14.1-RELEASE-p8 May 16, 2021 FreeBSD 14.1-RELEASE-p8

Navigation Options