/external/chromium_org/content/common/sandbox_linux/ |
D | bpf_renderer_policy_linux.cc | 47 case __NR_fsync: in EvaluateSyscall()
|
/external/chromium_org/sandbox/linux/services/ |
D | x86_64_linux_syscalls.h | 309 #if !defined(__NR_fsync) 310 #define __NR_fsync 74 macro
|
D | x86_32_linux_syscalls.h | 485 #if !defined(__NR_fsync) 486 #define __NR_fsync 118 macro
|
D | arm_linux_syscalls.h | 358 #if !defined(__NR_fsync) 359 #define __NR_fsync (__NR_SYSCALL_BASE+118) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 127 #define __NR_fsync 118 macro
|
D | vki-scnums-ppc64-linux.h | 155 #define __NR_fsync 118 macro
|
D | vki-scnums-amd64-linux.h | 120 #define __NR_fsync 74 macro
|
D | vki-scnums-ppc32-linux.h | 155 #define __NR_fsync 118 macro
|
D | vki-scnums-x86-linux.h | 155 #define __NR_fsync 118 macro
|
D | vki-scnums-arm-linux.h | 155 #define __NR_fsync 118 macro
|
D | vki-scnums-mips32-linux.h | 158 #define __NR_fsync (__NR_Linux + 118) macro
|
D | vki-scnums-darwin.h | 290 #define __NR_fsync VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(95) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 126 #define __NR_fsync 118 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 141 #define __NR_fsync (__NR_Linux + 118) macro 459 #define __NR_fsync (__NR_Linux + 72) macro 782 #define __NR_fsync (__NR_Linux + 72) macro
|
/external/kernel-headers/original/asm-arm/ |
D | unistd.h | 146 #define __NR_fsync (__NR_SYSCALL_BASE+118) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 177 case __NR_fsync: // EPERM not a valid errno. in IsAllowedFileSystemAccessViaFd()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.c | 544 GO(__NR_fsync, "1s 0m"); in main() 545 SY(__NR_fsync, x0-1); FAIL; in main()
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 1131 GO(__NR_fsync, "1s 0m"); in main() 1132 SY(__NR_fsync, x0-1); FAIL; in main()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1241 GENX_(__NR_fsync, sys_fsync), // 118
|
D | syswrap-ppc32-linux.c | 1595 GENX_(__NR_fsync, sys_fsync), // 118
|
D | syswrap-s390x-linux.c | 1258 GENX_(__NR_fsync, sys_fsync), // 118
|
D | syswrap-amd64-linux.c | 1160 GENX_(__NR_fsync, sys_fsync), // 74
|
D | syswrap-arm-linux.c | 1589 GENX_(__NR_fsync, sys_fsync), // 118
|
D | syswrap-mips32-linux.c | 1539 GENX_ (__NR_fsync, sys_fsync), // 118
|
D | syswrap-x86-linux.c | 1958 GENX_(__NR_fsync, sys_fsync), // 118
|