/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 280 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 309 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 339 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 383 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 407 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 592 res = syscall(__NR_getppid); in TEST_F() 613 res = syscall(__NR_getppid); in TEST_F_SIGNAL() 636 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_F_SIGNAL() 655 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_F_SIGNAL() 674 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_F_SIGNAL() [all …]
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 702 #if !defined(__NR_getppid) 703 #define __NR_getppid 173 macro
|
D | x86_64_linux_syscalls.h | 453 #if !defined(__NR_getppid) 454 #define __NR_getppid 110 macro
|
D | x86_32_linux_syscalls.h | 269 #if !defined(__NR_getppid) 270 #define __NR_getppid 64 macro
|
D | mips64_linux_syscalls.h | 448 #if !defined(__NR_getppid) 449 #define __NR_getppid (__NR_Linux + 108) macro
|
D | arm_linux_syscalls.h | 204 #if !defined(__NR_getppid) 205 #define __NR_getppid (__NR_SYSCALL_BASE+64) macro
|
D | mips_linux_syscalls.h | 272 #if !defined(__NR_getppid) 273 #define __NR_getppid (__NR_Linux + 64) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 305 #define __NR_getppid 173 macro
|
D | vki-scnums-s390x-linux.h | 87 #define __NR_getppid 64 macro
|
D | vki-scnums-arm64-linux.h | 218 #define __NR_getppid 173 macro
|
D | vki-scnums-amd64-linux.h | 161 #define __NR_getppid 110 macro
|
D | vki-scnums-ppc32-linux.h | 101 #define __NR_getppid 64 macro
|
D | vki-scnums-ppc64-linux.h | 101 #define __NR_getppid 64 macro
|
D | vki-scnums-x86-linux.h | 101 #define __NR_getppid 64 macro
|
D | vki-scnums-arm-linux.h | 101 #define __NR_getppid 64 macro
|
D | vki-scnums-mips64-linux.h | 147 #define __NR_getppid (__NR_Linux + 108) macro
|
D | vki-scnums-mips32-linux.h | 104 #define __NR_getppid (__NR_Linux + 64) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 114 #define __NR_getppid 110 macro
|
D | unistd_32.h | 68 #define __NR_getppid 64 macro
|
D | unistd_x32.h | 102 #define __NR_getppid (__X32_SYSCALL_BIT + 110) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 87 #define __NR_getppid (__NR_Linux + 64) macro 508 #define __NR_getppid (__NR_Linux + 108) macro 845 #define __NR_getppid (__NR_Linux + 108) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 489 #define __NR_getppid 173 macro 490 __SYSCALL(__NR_getppid, sys_getppid)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 92 #define __NR_getppid (__NR_SYSCALL_BASE+ 64) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 318 GO(__NR_getppid, "0s 0m"); in main() 319 SY(__NR_getppid); SUCC; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 231 case __NR_getppid: in IsGetSimpleId()
|