/external/strace/tests-m32/ |
D | reboot.c | 4 #ifdef __NR_reboot 17 long rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main() 23 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
|
/external/strace/tests-mx32/ |
D | reboot.c | 4 #ifdef __NR_reboot 17 long rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main() 23 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
|
/external/strace/tests/ |
D | reboot.c | 4 #ifdef __NR_reboot 17 long rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main() 23 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 578 #if !defined(__NR_reboot) 579 #define __NR_reboot 142 macro
|
D | x86_64_linux_syscalls.h | 689 #if !defined(__NR_reboot) 690 #define __NR_reboot 169 macro
|
D | x86_32_linux_syscalls.h | 365 #if !defined(__NR_reboot) 366 #define __NR_reboot 88 macro
|
D | mips64_linux_syscalls.h | 672 #if !defined(__NR_reboot) 673 #define __NR_reboot (__NR_Linux + 164) macro
|
D | mips_linux_syscalls.h | 368 #if !defined(__NR_reboot) 369 #define __NR_reboot (__NR_Linux + 88) macro
|
D | arm_linux_syscalls.h | 280 #if !defined(__NR_reboot) 281 #define __NR_reboot (__NR_SYSCALL_BASE+88) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 513 #ifdef __NR_reboot 514 { "reboot", __NR_reboot },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 187 #define __NR_reboot 142 macro
|
D | vki-scnums-s390x-linux.h | 102 #define __NR_reboot 88 macro
|
D | vki-scnums-amd64-linux.h | 241 #define __NR_reboot 169 macro
|
D | vki-scnums-arm-linux.h | 125 #define __NR_reboot 88 macro
|
D | vki-scnums-ppc64-linux.h | 125 #define __NR_reboot 88 macro
|
D | vki-scnums-ppc32-linux.h | 125 #define __NR_reboot 88 macro
|
D | vki-scnums-x86-linux.h | 125 #define __NR_reboot 88 macro
|
D | vki-scnums-mips64-linux.h | 203 #define __NR_reboot (__NR_Linux + 164) macro
|
D | vki-scnums-mips32-linux.h | 128 #define __NR_reboot (__NR_Linux + 88) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 173 #define __NR_reboot 169 macro
|
D | unistd_32.h | 92 #define __NR_reboot 88 macro
|
D | unistd_x32.h | 155 #define __NR_reboot (__X32_SYSCALL_BIT + 169) macro
|
/external/strace/ |
D | scno.h | 515 #ifndef __NR_reboot 516 # define __NR_reboot (SYSCALL_BIT | 169) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 111 #define __NR_reboot (__NR_Linux + 88) macro 571 #define __NR_reboot (__NR_Linux + 164) macro 914 #define __NR_reboot (__NR_Linux + 164) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 426 #define __NR_reboot 142 macro 427 __SYSCALL(__NR_reboot, sys_reboot)
|