Home
last modified time | relevance | path

Searched refs:LINUX_REBOOT_CMD_RESTART2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dreboot.h34 #define LINUX_REBOOT_CMD_RESTART2 0xA1B2C3D4 macro
/openbmc/linux/kernel/
H A Dpid_namespace.c326 case LINUX_REBOOT_CMD_RESTART2: in reboot_pid_ns()
H A Dreboot.c758 case LINUX_REBOOT_CMD_RESTART2: in SYSCALL_DEFINE4()
/openbmc/qemu/linux-user/
H A Dsyscall.c10579 if (arg3 == LINUX_REBOOT_CMD_RESTART2) { in _syscall2()