|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
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 terminates the running system. The message fmt is a
printf(3) style format string. The message is printed to the console and
the location 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 to save a core dump of the OS to a configured dump device is
made.
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.
FreeBSD 6.2 August 11, 1995 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:39:49 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5334 hits) (openSUSE 10.2)
svn man page (5208 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4870 hits) (Solaris 10 11_06)
CPAN man page (4607 hits) (Suse Linux 10.1)
ssh man page (4342 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2875 hits) (Solaris 10 11_06)
netcat man page (2717 hits) (Suse Linux 10.1)
pprosetup man page (2487 hits) (Solaris 10 11_06)
startproc man page (2471 hits) (Suse Linux 10.1)
signal man page (2406 hits) (Suse Linux 10.1)
|