Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dreboot.h33 #define LINUX_REBOOT_CMD_POWER_OFF 0x4321FEDC macro
/Linux-v4.19/kernel/
Dreboot.c338 if ((cmd == LINUX_REBOOT_CMD_POWER_OFF) && !pm_power_off) in SYSCALL_DEFINE4()
360 case LINUX_REBOOT_CMD_POWER_OFF: in SYSCALL_DEFINE4()
Dpid_namespace.c319 case LINUX_REBOOT_CMD_POWER_OFF: in reboot_pid_ns()
/Linux-v4.19/arch/alpha/kernel/
Dsys_miata.c258 case LINUX_REBOOT_CMD_POWER_OFF: in miata_kill_arch()
Dsys_alcor.c219 case LINUX_REBOOT_CMD_POWER_OFF: in alcor_kill_arch()
Dsys_nautilus.c101 case LINUX_REBOOT_CMD_POWER_OFF: in nautilus_kill_arch()
Dprocess.c191 common_shutdown(LINUX_REBOOT_CMD_POWER_OFF, NULL); in machine_power_off()