Home
last modified time | relevance | path

Searched refs:__NR_reboot (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h190 #define __NR_reboot 169 macro
Dunistd_32.h109 #define __NR_reboot 88 macro
Dunistd_x32.h172 #define __NR_reboot (__X32_SYSCALL_BIT + 169) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dunistd.h207 #define __NR_reboot 142 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dunistd.h329 #define __NR_reboot 142 macro
330 __SYSCALL(__NR_reboot, sys_reboot)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dunistd.h450 #define __NR_reboot 142 macro
451 __SYSCALL(__NR_reboot, sys_reboot)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dunistd.h450 #define __NR_reboot 142 macro
451 __SYSCALL(__NR_reboot, sys_reboot)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h185 #define __NR_reboot (__NR_Linux + 164) macro
Dunistd_n32.h185 #define __NR_reboot (__NR_Linux + 164) macro
Dunistd_o32.h109 #define __NR_reboot (__NR_Linux + 88) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h73 #define __NR_reboot (__NR_SYSCALL_BASE + 88) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h189 #define __NR_reboot 88 macro
190 __SYSCALL(__NR_reboot, sys_reboot)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h86 #define __NR_reboot (__NR_SYSCALL_BASE + 88) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h150 SYSCALL_HAND_DEF(__NR_reboot, SysReboot, int, ARG_NUM_3)
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h1650 return my_syscall4(__NR_reboot, magic1, magic2, cmd, arg); in sys_reboot()