Home
last modified time | relevance | path

Searched refs:LINUX_REBOOT_CMD_POWER_OFF (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dreboot.h32 #define LINUX_REBOOT_CMD_POWER_OFF 0x4321FEDC macro
/linux-4.1.27/kernel/
Dreboot.c311 if ((cmd == LINUX_REBOOT_CMD_POWER_OFF) && !pm_power_off) in SYSCALL_DEFINE4()
333 case LINUX_REBOOT_CMD_POWER_OFF: in SYSCALL_DEFINE4()
Dpid_namespace.c319 case LINUX_REBOOT_CMD_POWER_OFF: in reboot_pid_ns()
/linux-4.1.27/arch/alpha/kernel/
Dsys_miata.c257 case LINUX_REBOOT_CMD_POWER_OFF: in miata_kill_arch()
Dsys_alcor.c218 case LINUX_REBOOT_CMD_POWER_OFF: in alcor_kill_arch()
Dsys_nautilus.c101 case LINUX_REBOOT_CMD_POWER_OFF: in nautilus_kill_arch()
Dprocess.c187 common_shutdown(LINUX_REBOOT_CMD_POWER_OFF, NULL); in machine_power_off()