/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 | arm_linux_syscalls.h | 116 #if !defined(__NR_sync) 117 #define __NR_sync (__NR_SYSCALL_BASE+36) macro
|
D | mips_linux_syscalls.h | 160 #if !defined(__NR_sync) 161 #define __NR_sync (__NR_Linux + 36) macro
|
/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-ppc32-linux.h | 73 #define __NR_sync 36 macro
|
D | vki-scnums-ppc64-linux.h | 73 #define __NR_sync 36 macro
|
D | vki-scnums-x86-linux.h | 73 #define __NR_sync 36 macro
|
D | vki-scnums-arm-linux.h | 73 #define __NR_sync 36 macro
|
D | vki-scnums-mips64-linux.h | 196 #define __NR_sync (__NR_Linux + 157) macro
|
D | vki-scnums-mips32-linux.h | 76 #define __NR_sync (__NR_Linux + 36) 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/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 59 #define __NR_sync (__NR_Linux + 36) macro 557 #define __NR_sync (__NR_Linux + 157) macro 894 #define __NR_sync (__NR_Linux + 157) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 248 #define __NR_sync 81 macro 249 __SYSCALL(__NR_sync, sys_sync)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 64 #define __NR_sync (__NR_SYSCALL_BASE+ 36) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 191 GO(__NR_sync, "0s 0m"); in main() 192 SY(__NR_sync); SUCC; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 658 case __NR_sync: in IsGlobalFSViewChange()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 788 GO(__NR_sync, "0s 0m"); in main() 789 SY(__NR_sync); SUCC; in main()
|