Searched refs:__NR_fsync (Results 1 - 25 of 43) sorted by relevance

12

/external/strace/tests/
H A Dfsync.c4 #ifdef __NR_fsync
14 long rc = syscall(__NR_fsync, fd);
23 SKIP_MAIN_UNDEFINED("__NR_fsync")
/external/strace/tests-m32/
H A Dfsync.c4 #ifdef __NR_fsync
14 long rc = syscall(__NR_fsync, fd);
23 SKIP_MAIN_UNDEFINED("__NR_fsync")
/external/strace/tests-mx32/
H A Dfsync.c4 #ifdef __NR_fsync
14 long rc = syscall(__NR_fsync, fd);
23 SKIP_MAIN_UNDEFINED("__NR_fsync")
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h120 #define __NR_fsync 74 macro
H A Dvki-scnums-arm64-linux.h121 #define __NR_fsync 82 macro
H A Dvki-scnums-s390x-linux.h127 #define __NR_fsync 118 macro
H A Dvki-scnums-arm-linux.h155 #define __NR_fsync 118 macro
H A Dvki-scnums-ppc32-linux.h155 #define __NR_fsync 118 macro
H A Dvki-scnums-ppc64-linux.h155 #define __NR_fsync 118 macro
H A Dvki-scnums-x86-linux.h155 #define __NR_fsync 118 macro
H A Dvki-scnums-mips64-linux.h111 #define __NR_fsync (__NR_Linux + 72) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h338 #if !defined(__NR_fsync)
339 #define __NR_fsync 82 macro
H A Dx86_64_linux_syscalls.h309 #if !defined(__NR_fsync)
310 #define __NR_fsync 74 macro
H A Dx86_32_linux_syscalls.h485 #if !defined(__NR_fsync)
486 #define __NR_fsync 118 macro
H A Darm_linux_syscalls.h360 #if !defined(__NR_fsync)
361 #define __NR_fsync (__NR_SYSCALL_BASE+118) macro
H A Dmips64_linux_syscalls.h304 #if !defined(__NR_fsync)
305 #define __NR_fsync (__NR_Linux + 72) macro
H A Dmips_linux_syscalls.h488 #if !defined(__NR_fsync)
489 #define __NR_fsync (__NR_Linux + 118) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c228 #ifdef __NR_fsync
229 { "fsync", __NR_fsync },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h122 #define __NR_fsync 118 macro
H A Dunistd_64.h78 #define __NR_fsync 74 macro
H A Dunistd_x32.h67 #define __NR_fsync (__X32_SYSCALL_BIT + 74) macro
/external/strace/
H A Dscno.h230 #ifndef __NR_fsync
231 # define __NR_fsync (SYSCALL_BIT | 74) macro
/external/valgrind/memcheck/tests/arm64-linux/
H A Dscalar.c543 // __NR_fsync 118
544 GO(__NR_fsync, "1s 0m");
545 SY(__NR_fsync, x0-1); FAIL;
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h141 #define __NR_fsync (__NR_Linux + 118) macro
479 #define __NR_fsync (__NR_Linux + 72) macro
822 #define __NR_fsync (__NR_Linux + 72) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h89 #define __NR_fsync (__NR_SYSCALL_BASE + 118) macro

Completed in 152 milliseconds

12