[][src]Constant nc::platform::consts::LINUX_REBOOT_CMD_RESTART

pub const LINUX_REBOOT_CMD_RESTART: u32

Commands accepted by the _reboot() system call. RESTART Restart system using default command and mode. HALT Stop OS and give system control to ROM monitor, if any. CAD_ON Ctrl-Alt-Del sequence causes RESTART command. CAD_OFF Ctrl-Alt-Del sequence sends SIGINT to init task. POWER_OFF Stop OS and remove all power from system, if possible. RESTART2 Restart system using given command string. SW_SUSPEND Suspend system using software suspend if compiled in. KEXEC Restart system using a previously loaded Linux kernel