Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dreboot.h33 #define LINUX_REBOOT_CMD_POWER_OFF 0x4321FEDC macro
/linux-6.6.21/arch/alpha/kernel/
Dsys_miata.c259 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.c100 case LINUX_REBOOT_CMD_POWER_OFF: in nautilus_kill_arch()
Dprocess.c191 common_shutdown(LINUX_REBOOT_CMD_POWER_OFF, NULL); in machine_power_off()
/linux-6.6.21/tools/include/nolibc/
Dtypes.h101 #define RB_POWER_OFF LINUX_REBOOT_CMD_POWER_OFF
/linux-6.6.21/kernel/
Dreboot.c732 if ((cmd == LINUX_REBOOT_CMD_POWER_OFF) && !kernel_can_power_off()) in SYSCALL_DEFINE4()
753 case LINUX_REBOOT_CMD_POWER_OFF: in SYSCALL_DEFINE4()
Dpid_namespace.c330 case LINUX_REBOOT_CMD_POWER_OFF: in reboot_pid_ns()