Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dreboot.h33 #define LINUX_REBOOT_CMD_POWER_OFF 0x4321FEDC macro
/linux-6.1.9/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.c190 common_shutdown(LINUX_REBOOT_CMD_POWER_OFF, NULL); in machine_power_off()
/linux-6.1.9/tools/include/nolibc/
Dtypes.h77 #define LINUX_REBOOT_CMD_POWER_OFF 0x4321fedc macro
/linux-6.1.9/kernel/
Dreboot.c731 if ((cmd == LINUX_REBOOT_CMD_POWER_OFF) && !kernel_can_power_off()) in SYSCALL_DEFINE4()
752 case LINUX_REBOOT_CMD_POWER_OFF: in SYSCALL_DEFINE4()
Dpid_namespace.c311 case LINUX_REBOOT_CMD_POWER_OFF: in reboot_pid_ns()
/linux-6.1.9/tools/testing/selftests/nolibc/
Dnolibc-test.c739 reboot(LINUX_REBOOT_CMD_POWER_OFF); in main()