OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_readv
(Results
76 - 100
of
161
) sorted by null
1
2
3
4
5
6
7
/development/ndk/platforms/android-21/include/asm-generic/
unistd.h
120
#define
__NR_readv
65
/development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h
179
#define
__NR_readv
(__NR_SYSCALL_BASE+145)
/development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h
206
#define
__NR_readv
(__NR_Linux + 145)
487
#define
__NR_readv
(__NR_Linux + 18)
[
all
...]
/development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h
202
#define
__NR_readv
145
/external/kernel-headers/original/uapi/asm-arm/asm/
unistd.h
173
#define
__NR_readv
(__NR_SYSCALL_BASE+145)
/external/kernel-headers/original/uapi/asm-generic/
unistd.h
204
#define
__NR_readv
65
205
__SC_COMP(
__NR_readv
, sys_readv, compat_sys_readv)
/external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h
168
#define
__NR_readv
(__NR_Linux + 145)
418
#define
__NR_readv
(__NR_Linux + 18)
755
#define
__NR_readv
(__NR_Linux + 18)
[
all
...]
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h
149
#define
__NR_readv
145
/external/libchrome/sandbox/linux/system_headers/
arm_linux_syscalls.h
452
#if !defined(
__NR_readv
)
453
#define
__NR_readv
(__NR_SYSCALL_BASE+145)
mips_linux_syscalls.h
598
#if !defined(
__NR_readv
)
599
#define
__NR_readv
(__NR_Linux + 145)
x86_32_linux_syscalls.h
593
#if !defined(
__NR_readv
)
594
#define
__NR_readv
145
/external/valgrind/include/vki/
vki-scnums-arm-linux.h
182
#define
__NR_readv
145
vki-scnums-darwin.h
337
#define
__NR_readv
VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(120)
[
all
...]
vki-scnums-mips32-linux.h
185
#define
__NR_readv
(__NR_Linux + 145)
vki-scnums-ppc32-linux.h
182
#define
__NR_readv
145
vki-scnums-ppc64-linux.h
182
#define
__NR_readv
145
vki-scnums-x86-linux.h
182
#define
__NR_readv
145
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_32.h
153
#define
__NR_readv
145
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h
153
#define
__NR_readv
145
unistd_64.h
55
#define
__NR_readv
19
56
__SYSCALL(
__NR_readv
, sys_readv)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h
153
#define
__NR_readv
145
unistd_64.h
55
#define
__NR_readv
19
56
__SYSCALL(
__NR_readv
, sys_readv)
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/
unistd.h
179
#define
__NR_readv
(__NR_SYSCALL_BASE+145)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
unistd.h
206
#define
__NR_readv
(__NR_Linux + 145)
487
#define
__NR_readv
(__NR_Linux + 18)
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
unistd_32.h
202
#define
__NR_readv
145
Completed in 874 milliseconds
1
2
3
4
5
6
7