Home
last modified time | relevance | path

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

12

/external/strace/tests-m32/
Dreboot.c4 #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/
Dreboot.c4 #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/
Dreboot.c4 #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/
Darm64_linux_syscalls.h578 #if !defined(__NR_reboot)
579 #define __NR_reboot 142 macro
Dx86_64_linux_syscalls.h689 #if !defined(__NR_reboot)
690 #define __NR_reboot 169 macro
Dx86_32_linux_syscalls.h365 #if !defined(__NR_reboot)
366 #define __NR_reboot 88 macro
Dmips64_linux_syscalls.h672 #if !defined(__NR_reboot)
673 #define __NR_reboot (__NR_Linux + 164) macro
Dmips_linux_syscalls.h368 #if !defined(__NR_reboot)
369 #define __NR_reboot (__NR_Linux + 88) macro
Darm_linux_syscalls.h280 #if !defined(__NR_reboot)
281 #define __NR_reboot (__NR_SYSCALL_BASE+88) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c513 #ifdef __NR_reboot
514 { "reboot", __NR_reboot },
/external/valgrind/include/vki/
Dvki-scnums-arm64-linux.h187 #define __NR_reboot 142 macro
Dvki-scnums-s390x-linux.h102 #define __NR_reboot 88 macro
Dvki-scnums-amd64-linux.h241 #define __NR_reboot 169 macro
Dvki-scnums-arm-linux.h125 #define __NR_reboot 88 macro
Dvki-scnums-ppc64-linux.h125 #define __NR_reboot 88 macro
Dvki-scnums-ppc32-linux.h125 #define __NR_reboot 88 macro
Dvki-scnums-x86-linux.h125 #define __NR_reboot 88 macro
Dvki-scnums-mips64-linux.h203 #define __NR_reboot (__NR_Linux + 164) macro
Dvki-scnums-mips32-linux.h128 #define __NR_reboot (__NR_Linux + 88) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h173 #define __NR_reboot 169 macro
Dunistd_32.h92 #define __NR_reboot 88 macro
Dunistd_x32.h155 #define __NR_reboot (__X32_SYSCALL_BIT + 169) macro
/external/strace/
Dscno.h515 #ifndef __NR_reboot
516 # define __NR_reboot (SYSCALL_BIT | 169) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h111 #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/
Dunistd.h426 #define __NR_reboot 142 macro
427 __SYSCALL(__NR_reboot, sys_reboot)

12