Searched refs:sys_reboot (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h890 ssize_t sys_reboot(int magic1, int magic2, int cmd, void *arg) function
898 return __sysret(sys_reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, cmd, 0));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h190 __SYSCALL(__NR_reboot, sys_reboot)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h393 __SYSCALL(__NR_reboot, sys_reboot)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h393 __SYSCALL(__NR_reboot, sys_reboot)
/linux-master/include/linux/
H A Dsyscalls.h667 asmlinkage long sys_reboot(int magic1, int magic2, unsigned int cmd,

Completed in 144 milliseconds