proc_panic()

Timeout after a Kernel Panic

Syntax:

int proc_panic(void);

Arguments:

no arguments

Description:

The number of seconds the kernel will postpone rebooting the system when a kernel panic is experienced. By default, the value is set to 0, which disables automatic rebooting after a panic.

Return Values:

On success, returns Timeout after a Kernel Panic. On error, -1 is returned.



INDEX