Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dreboot_utils.cpp124 syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, in RebootSystem()
132 syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, in RebootSystem()
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h190 #define __NR_reboot 169 macro
H A Dunistd_32.h109 #define __NR_reboot 88 macro
H A Dunistd_x32.h172 #define __NR_reboot (__X32_SYSCALL_BIT + 169) macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h207 #define __NR_reboot 142 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h849 #if defined(__NR_reboot)
850 #define SYS_reboot __NR_reboot
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h86 #define __NR_reboot (__NR_SYSCALL_BASE + 88) macro