OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_sendfile64
(Results
1 - 25
of
90
) sorted by null
1
2
3
4
/bionic/libc/kernel/uapi/asm-arm/asm/
unistd.h
284
#define
__NR_sendfile64
(__NR_SYSCALL_BASE + 239)
/bionic/libc/kernel/uapi/asm-generic/
unistd.h
520
#define
__NR_sendfile64
__NR3264_sendfile
/bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h
321
#define
__NR_sendfile64
(__NR_Linux + 237)
[
all
...]
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h
317
#define
__NR_sendfile64
239
/development/ndk/platforms/android-21/arch-arm/include/asm/
unistd.h
284
#define
__NR_sendfile64
(__NR_SYSCALL_BASE+239)
/development/ndk/platforms/android-21/arch-mips/include/asm/
unistd.h
321
#define
__NR_sendfile64
(__NR_Linux + 237)
[
all
...]
/development/ndk/platforms/android-21/arch-mips64/include/asm/
unistd.h
321
#define
__NR_sendfile64
(__NR_Linux + 237)
[
all
...]
/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-3/arch-arm/include/asm/
unistd.h
289
#define
__NR_sendfile64
(__NR_SYSCALL_BASE+239)
/development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h
321
#define
__NR_sendfile64
(__NR_Linux + 237)
[
all
...]
/development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h
319
#define
__NR_sendfile64
239
/external/kernel-headers/original/uapi/asm-arm/asm/
unistd.h
267
#define
__NR_sendfile64
(__NR_SYSCALL_BASE+239)
/external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h
260
#define
__NR_sendfile64
(__NR_Linux + 237)
[
all
...]
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h
241
#define
__NR_sendfile64
239
/external/libchrome/sandbox/linux/system_headers/
arm_linux_syscalls.h
804
#if !defined(
__NR_sendfile64
)
805
#define
__NR_sendfile64
(__NR_SYSCALL_BASE+239)
mips_linux_syscalls.h
966
#if !defined(
__NR_sendfile64
)
967
#define
__NR_sendfile64
(__NR_Linux + 237)
x86_32_linux_syscalls.h
961
#if !defined(
__NR_sendfile64
)
962
#define
__NR_sendfile64
239
/external/valgrind/include/vki/
vki-scnums-arm-linux.h
276
#define
__NR_sendfile64
239
vki-scnums-mips32-linux.h
277
#define
__NR_sendfile64
(__NR_Linux + 237)
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
Completed in 1429 milliseconds
1
2
3
4