/external/strace/tests-mx32/ |
D | sync.c | 4 #ifdef __NR_sync 12 printf("sync() = %ld\n", syscall(__NR_sync)); in main()
|
/external/strace/tests-m32/ |
D | sync.c | 4 #ifdef __NR_sync 12 printf("sync() = %ld\n", syscall(__NR_sync)); in main()
|
/external/strace/tests/ |
D | sync.c | 4 #ifdef __NR_sync 12 printf("sync() = %ld\n", syscall(__NR_sync)); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 334 #if !defined(__NR_sync) 335 #define __NR_sync 81 macro
|
D | x86_64_linux_syscalls.h | 661 #if !defined(__NR_sync) 662 #define __NR_sync 162 macro
|
D | x86_32_linux_syscalls.h | 157 #if !defined(__NR_sync) 158 #define __NR_sync 36 macro
|
D | mips64_linux_syscalls.h | 644 #if !defined(__NR_sync) 645 #define __NR_sync (__NR_Linux + 157) macro
|
D | mips_linux_syscalls.h | 160 #if !defined(__NR_sync) 161 #define __NR_sync (__NR_Linux + 36) macro
|
D | arm_linux_syscalls.h | 116 #if !defined(__NR_sync) 117 #define __NR_sync (__NR_SYSCALL_BASE+36) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 492 #ifdef __NR_sync 493 { "sync", __NR_sync },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 170 #define __NR_sync 81 macro
|
D | vki-scnums-s390x-linux.h | 68 #define __NR_sync 36 macro
|
D | vki-scnums-arm64-linux.h | 120 #define __NR_sync 81 macro
|
D | vki-scnums-amd64-linux.h | 229 #define __NR_sync 162 macro
|
D | vki-scnums-ppc64-linux.h | 73 #define __NR_sync 36 macro
|
D | vki-scnums-arm-linux.h | 73 #define __NR_sync 36 macro
|
D | vki-scnums-ppc32-linux.h | 73 #define __NR_sync 36 macro
|
D | vki-scnums-x86-linux.h | 73 #define __NR_sync 36 macro
|
D | vki-scnums-mips64-linux.h | 196 #define __NR_sync (__NR_Linux + 157) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 166 #define __NR_sync 162 macro
|
D | unistd_32.h | 40 #define __NR_sync 36 macro
|
D | unistd_x32.h | 148 #define __NR_sync (__X32_SYSCALL_BIT + 162) macro
|
/external/strace/ |
D | scno.h | 494 #ifndef __NR_sync 495 # define __NR_sync (SYSCALL_BIT | 162) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 59 #define __NR_sync (__NR_Linux + 36) macro 564 #define __NR_sync (__NR_Linux + 157) macro 907 #define __NR_sync (__NR_Linux + 157) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 251 #define __NR_sync 81 macro 252 __SYSCALL(__NR_sync, sys_sync)
|