/external/strace/tests-mx32/ |
D | fdatasync.c | 4 #ifdef __NR_fdatasync 14 long rc = syscall(__NR_fdatasync, fd); in main()
|
/external/strace/tests/ |
D | fdatasync.c | 4 #ifdef __NR_fdatasync 14 long rc = syscall(__NR_fdatasync, fd); in main()
|
/external/strace/tests-m32/ |
D | fdatasync.c | 4 #ifdef __NR_fdatasync 14 long rc = syscall(__NR_fdatasync, fd); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 342 #if !defined(__NR_fdatasync) 343 #define __NR_fdatasync 83 macro
|
D | x86_64_linux_syscalls.h | 313 #if !defined(__NR_fdatasync) 314 #define __NR_fdatasync 75 macro
|
D | x86_32_linux_syscalls.h | 605 #if !defined(__NR_fdatasync) 606 #define __NR_fdatasync 148 macro
|
D | mips64_linux_syscalls.h | 308 #if !defined(__NR_fdatasync) 309 #define __NR_fdatasync (__NR_Linux + 73) macro
|
D | mips_linux_syscalls.h | 626 #if !defined(__NR_fdatasync) 627 #define __NR_fdatasync (__NR_Linux + 152) macro
|
D | arm_linux_syscalls.h | 464 #if !defined(__NR_fdatasync) 465 #define __NR_fdatasync (__NR_SYSCALL_BASE+148) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 231 #ifdef __NR_fdatasync 232 { "fdatasync", __NR_fdatasync },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 172 #define __NR_fdatasync 83 macro
|
D | vki-scnums-s390x-linux.h | 152 #define __NR_fdatasync 148 macro
|
D | vki-scnums-arm64-linux.h | 122 #define __NR_fdatasync 83 macro
|
D | vki-scnums-amd64-linux.h | 121 #define __NR_fdatasync 75 macro
|
D | vki-scnums-ppc64-linux.h | 185 #define __NR_fdatasync 148 macro
|
D | vki-scnums-arm-linux.h | 185 #define __NR_fdatasync 148 macro
|
D | vki-scnums-ppc32-linux.h | 185 #define __NR_fdatasync 148 macro
|
D | vki-scnums-x86-linux.h | 185 #define __NR_fdatasync 148 macro
|
D | vki-scnums-mips64-linux.h | 112 #define __NR_fdatasync (__NR_Linux + 73) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 79 #define __NR_fdatasync 75 macro
|
D | unistd_32.h | 152 #define __NR_fdatasync 148 macro
|
D | unistd_x32.h | 68 #define __NR_fdatasync (__X32_SYSCALL_BIT + 75) macro
|
/external/strace/ |
D | scno.h | 233 #ifndef __NR_fdatasync 234 # define __NR_fdatasync (SYSCALL_BIT | 75) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 175 #define __NR_fdatasync (__NR_Linux + 152) macro 480 #define __NR_fdatasync (__NR_Linux + 73) macro 823 #define __NR_fdatasync (__NR_Linux + 73) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 255 #define __NR_fdatasync 83 macro 256 __SYSCALL(__NR_fdatasync, sys_fdatasync)
|