table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PANIC(9) | Driver Basics | PANIC(9) |
NAME¶
panic - halt the systemSYNOPSIS¶
void
panic(const char * fmt,
...);
ARGUMENTS¶
fmtThe text string to print
...
variable arguments
DESCRIPTION¶
Display a message, then perform cleanups. This function never returns.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |