1ORDERLY_POWEROFF(9) Driver Basics ORDERLY_POWEROFF(9)
23
4
NAME
6orderly_poweroff - Trigger an orderly system poweroff
7
SYNOPSIS
9void orderly_poweroff(bool force);
10
ARGUMENTS
12force
13force poweroff if command execution fails
14
DESCRIPTION
16This may be called from any context to trigger a system shutdown. If
17the orderly shutdown fails, it will force an immediate shutdown.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 ORDERLY_POWEROFF(9)