OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__nr_sendfile
(Results
1 - 25
of
106
) sorted by null
1
2
3
4
5
/bionic/libc/arch-arm/syscalls/
sendfile.S
8
ldr r7, =
__NR_sendfile
/bionic/libc/arch-mips/syscalls/
sendfile.S
11
li $v0,
__NR_sendfile
/bionic/libc/arch-x86/syscalls/
sendfile.S
15
movl $
__NR_sendfile
, %eax
/development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h
112
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
226
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
323
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
455
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 207)
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h
112
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
226
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
323
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
455
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 207)
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h
112
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
226
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
323
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
455
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 207)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_64.h
100
#define
__NR_sendfile
40
101
__SYSCALL(
__NR_sendfile
, sys_sendfile64)
unistd_32.h
195
#define
__NR_sendfile
187
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h
100
#define
__NR_sendfile
40
101
__SYSCALL(
__NR_sendfile
, sys_sendfile64)
unistd_32.h
195
#define
__NR_sendfile
187
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h
100
#define
__NR_sendfile
40
101
__SYSCALL(
__NR_sendfile
, sys_sendfile64)
unistd_32.h
195
#define
__NR_sendfile
187
/development/ndk/platforms/android-3/include/sys/
linux-syscalls.h
77
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
/external/kernel-headers/original/asm-x86/
unistd_32.h
195
#define
__NR_sendfile
187
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h
194
#define SYS_sendfile
__NR_sendfile
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h
194
#define SYS_sendfile
__NR_sendfile
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h
194
#define SYS_sendfile
__NR_sendfile
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h
77
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h
77
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h
77
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h
202
#define
__NR_sendfile
187
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h
77
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h
77
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
unistd_32.h
202
#define
__NR_sendfile
187
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
linux-syscalls.h
77
#define
__NR_sendfile
(__NR_SYSCALL_BASE + 187)
Completed in 1661 milliseconds
1
2
3
4
5