table of contents
        
      
      
    | PANIC(9) | Driver Basics | PANIC(9) | 
NAME¶
panic - halt the system
SYNOPSIS¶
void panic(const char * fmt, ...);
ARGUMENTS¶
fmt
The text string to print
...
variable arguments
DESCRIPTION¶
Display a message, then perform cleanups.
This function never returns.
COPYRIGHT¶
| June 2024 | Kernel Hackers Manual 3.10 |