HomeSort by relevance Sort by last modified time
    Searched full:__nr_sync_file_range (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/arch-arm64/syscalls/
__sync_file_range.S 6 mov x8, __NR_sync_file_range
  /bionic/libc/arch-mips/syscalls/
__sync_file_range.S 8 li v0, __NR_sync_file_range
  /bionic/libc/arch-x86_64/syscalls/
__sync_file_range.S 7 movl $__NR_sync_file_range, %eax
  /bionic/libc/arch-mips64/syscalls/
__sync_file_range.S 8 li v0, __NR_sync_file_range
  /external/strace/tests/
sync_file_range.c 34 #if defined HAVE_SYNC_FILE_RANGE && defined __NR_sync_file_range
61 SKIP_MAIN_UNDEFINED("HAVE_SYNC_FILE_RANGE && __NR_sync_file_range")
  /external/strace/tests-m32/
sync_file_range.c 34 #if defined HAVE_SYNC_FILE_RANGE && defined __NR_sync_file_range
61 SKIP_MAIN_UNDEFINED("HAVE_SYNC_FILE_RANGE && __NR_sync_file_range")
  /external/strace/tests-mx32/
sync_file_range.c 34 #if defined HAVE_SYNC_FILE_RANGE && defined __NR_sync_file_range
61 SKIP_MAIN_UNDEFINED("HAVE_SYNC_FILE_RANGE && __NR_sync_file_range")
  /bionic/libc/arch-x86/syscalls/
__sync_file_range.S 36 movl $__NR_sync_file_range, %eax
  /external/ltp/testcases/kernel/syscalls/sync_file_range/
sync_file_range01.c 216 return ltp_syscall(__NR_sync_file_range, fd, (int)(offset >> 32),
221 return ltp_syscall(__NR_sync_file_range, fd, 0, (int)(offset >> 32),
226 return ltp_syscall(__NR_sync_file_range, fd, offset, nbytes, flags);
  /external/minijail/linux-x86/
libsyscalls.gen.c 837 #ifdef __NR_sync_file_range
838 { "sync_file_range", __NR_sync_file_range },
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 281 #define __NR_sync_file_range 277
unistd_32.h 314 #define __NR_sync_file_range 314
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 346 #if !defined(__NR_sync_file_range)
347 #define __NR_sync_file_range 84
x86_32_linux_syscalls.h 1253 #if !defined(__NR_sync_file_range)
1254 #define __NR_sync_file_range 314
x86_64_linux_syscalls.h 1121 #if !defined(__NR_sync_file_range)
1122 #define __NR_sync_file_range 277
  /external/strace/
scno.h 839 #ifndef __NR_sync_file_range
840 # define __NR_sync_file_range (SYSCALL_BIT | 277)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 619 #define __NR_sync_file_range 277
620 __SYSCALL(__NR_sync_file_range, sys_sync_file_range)
unistd_32.h 322 #define __NR_sync_file_range 314
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 244 #define __NR_sync_file_range 84
245 __SYSCALL(__NR_sync_file_range, sys_sync_file_range) /* .long sys_sync_file_range2, */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_64.h 619 #define __NR_sync_file_range 277
620 __SYSCALL(__NR_sync_file_range, sys_sync_file_range)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_64.h 619 #define __NR_sync_file_range 277
620 __SYSCALL(__NR_sync_file_range, sys_sync_file_range)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 311 #define SYS_sync_file_range __NR_sync_file_range
631 #define SYS_sync_file_range __NR_sync_file_range
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 331 #define __NR_sync_file_range 314
unistd_64.h 298 #define __NR_sync_file_range 277
  /development/ndk/platforms/android-21/include/sys/
glibc-syscalls.h 283 #define SYS_sync_file_range __NR_sync_file_range
    [all...]

Completed in 672 milliseconds

1 2 3 4 5 6 7 8