HomeSort by relevance Sort by last modified time
    Searched refs:__NR_sendfile64 (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/strace/tests/
sendfile64.c 43 #ifdef __NR_sendfile64
70 if (!syscall(__NR_sendfile64, 0, 1, NULL, page_len) ||
81 if (!syscall(__NR_sendfile64, 0, 1, p + page_len, page_len))
86 if (syscall(__NR_sendfile64, sv[1], reg_in, NULL, alen) != (long) alen)
93 if (syscall(__NR_sendfile64, sv[1], reg_in, p_off, alen) != (long) alen)
99 if (syscall(__NR_sendfile64, sv[1], reg_in, p_off, stb.st_size + 1)
109 if (!syscall(__NR_sendfile64, sv[1], reg_in, p_off, 1))
116 if (syscall(__NR_sendfile64, sv[1], reg_in, p_off, 1))
  /bionic/libc/arch-arm/syscalls/
sendfile64.S 8 ldr r7, =__NR_sendfile64
  /bionic/libc/arch-mips/syscalls/
sendfile64.S 8 li v0, __NR_sendfile64
  /bionic/libc/arch-x86/syscalls/
sendfile64.S 28 movl $__NR_sendfile64, %eax
  /external/libchrome/sandbox/linux/system_headers/
x86_32_linux_syscalls.h 961 #if !defined(__NR_sendfile64)
962 #define __NR_sendfile64 239
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 520 #define __NR_sendfile64 __NR3264_sendfile
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 317 #define __NR_sendfile64 239
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_32.h 317 #define __NR_sendfile64 239
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_32.h 317 #define __NR_sendfile64 239
  /development/ndk/platforms/android-21/include/asm-generic/
unistd.h 507 #define __NR_sendfile64 __NR3264_sendfile
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 319 #define __NR_sendfile64 239
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 241 #define __NR_sendfile64 239
  /external/valgrind/include/vki/
vki-scnums-arm-linux.h 276 #define __NR_sendfile64 239
vki-scnums-ppc32-linux.h 268 #define __NR_sendfile64 226
vki-scnums-x86-linux.h 276 #define __NR_sendfile64 239
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_32.h 247 #define __NR_sendfile64 239
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 247 #define __NR_sendfile64 239
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 247 #define __NR_sendfile64 239
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
unistd_32.h 319 #define __NR_sendfile64 239
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
unistd_32.h 319 #define __NR_sendfile64 239
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h 319 #define __NR_sendfile64 239
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
unistd_32.h 319 #define __NR_sendfile64 239
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
unistd_32.h 319 #define __NR_sendfile64 239
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
unistd_32.h 319 #define __NR_sendfile64 239
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
unistd_32.h 319 #define __NR_sendfile64 239

Completed in 1153 milliseconds

1 2 3 4 5 6