OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_getppid
(Results
76 - 100
of
116
) sorted by null
1
2
3
4
5
/bionic/libc/kernel/arch-arm/asm/
unistd.h
92
#define
__NR_getppid
(__NR_SYSCALL_BASE+ 64)
/bionic/libc/kernel/arch-mips/asm/
unistd.h
105
#define
__NR_getppid
(__NR_Linux + 64)
600
#define
__NR_getppid
(__NR_Linux + 108)
[
all
...]
/bionic/libc/kernel/arch-x86/asm/
unistd_32.h
101
#define
__NR_getppid
64
/development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h
92
#define
__NR_getppid
(__NR_SYSCALL_BASE+ 64)
/development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h
105
#define
__NR_getppid
(__NR_Linux + 64)
600
#define
__NR_getppid
(__NR_Linux + 108)
[
all
...]
/development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h
101
#define
__NR_getppid
64
/external/chromium_org/sandbox/linux/services/
arm_linux_syscalls.h
202
#if !defined(
__NR_getppid
)
203
#define
__NR_getppid
(__NR_SYSCALL_BASE+64)
x86_32_linux_syscalls.h
269
#if !defined(
__NR_getppid
)
270
#define
__NR_getppid
64
/external/kernel-headers/original/asm-arm/
unistd.h
92
#define
__NR_getppid
(__NR_SYSCALL_BASE+ 64)
/external/kernel-headers/original/asm-mips/
unistd.h
87
#define
__NR_getppid
(__NR_Linux + 64)
495
#define
__NR_getppid
(__NR_Linux + 108)
[
all
...]
/external/kernel-headers/original/asm-x86/
unistd_32.h
72
#define
__NR_getppid
64
/external/valgrind/main/include/vki/
vki-scnums-arm-linux.h
101
#define
__NR_getppid
64
vki-scnums-darwin.h
234
#define
__NR_getppid
VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(39)
[
all
...]
vki-scnums-mips32-linux.h
104
#define
__NR_getppid
(__NR_Linux + 64)
vki-scnums-ppc32-linux.h
101
#define
__NR_getppid
64
vki-scnums-ppc64-linux.h
101
#define
__NR_getppid
64
vki-scnums-x86-linux.h
101
#define
__NR_getppid
64
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h
72
#define
__NR_getppid
64
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
unistd.h
92
#define
__NR_getppid
(__NR_SYSCALL_BASE+ 64)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
unistd.h
105
#define
__NR_getppid
(__NR_Linux + 64)
600
#define
__NR_getppid
(__NR_Linux + 108)
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h
101
#define
__NR_getppid
64
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
unistd.h
92
#define
__NR_getppid
(__NR_SYSCALL_BASE+ 64)
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
unistd.h
92
#define
__NR_getppid
(__NR_SYSCALL_BASE+ 64)
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
unistd.h
92
#define
__NR_getppid
(__NR_SYSCALL_BASE+ 64)
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
unistd.h
92
#define
__NR_getppid
(__NR_SYSCALL_BASE+ 64)
Completed in 861 milliseconds
1
2
3
4
5