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