1PANIC(9)                         Driver Basics                        PANIC(9)
2
3
4

NAME

6       panic - halt the system
7

SYNOPSIS

9       void panic(const char * fmt, ...);
10

ARGUMENTS

12       fmt
13           The text string to print
14
15       ...
16           variable arguments
17

DESCRIPTION

19       Display a message, then perform cleanups.
20
21       This function never returns.
22
24Kernel Hackers Manual 3.10         June 2019                          PANIC(9)
Impressum