/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall-asm.S | 8 li r0, __NR_getppid 19 li r0, __NR_getppid
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 428 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 463 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 508 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 566 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 593 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 620 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 821 res = syscall(__NR_getppid); in TEST_F() 845 res = syscall(__NR_getppid); in TEST_F_SIGNAL() 872 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_F_SIGNAL() 895 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_F_SIGNAL() [all …]
|
/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/seccomp-tests/linux/ |
D | seccomp_bpf.c | 428 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 463 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 508 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 566 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 593 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 620 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 821 res = syscall(__NR_getppid); in TEST_F() 845 res = syscall(__NR_getppid); in TEST_F_SIGNAL() 872 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_F_SIGNAL() 895 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 | mips_linux_syscalls.h | 272 #if !defined(__NR_getppid) 273 #define __NR_getppid (__NR_Linux + 64) macro
|
D | arm_linux_syscalls.h | 204 #if !defined(__NR_getppid) 205 #define __NR_getppid (__NR_SYSCALL_BASE+64) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 336 #ifdef __NR_getppid 337 { "getppid", __NR_getppid },
|
/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-ppc64-linux.h | 101 #define __NR_getppid 64 macro
|
D | vki-scnums-arm-linux.h | 101 #define __NR_getppid 64 macro
|
D | vki-scnums-ppc32-linux.h | 101 #define __NR_getppid 64 macro
|
D | vki-scnums-x86-linux.h | 101 #define __NR_getppid 64 macro
|
D | vki-scnums-mips64-linux.h | 147 #define __NR_getppid (__NR_Linux + 108) 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/strace/ |
D | scno.h | 338 #ifndef __NR_getppid 339 # define __NR_getppid (SYSCALL_BIT | 110) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 87 #define __NR_getppid (__NR_Linux + 64) macro 515 #define __NR_getppid (__NR_Linux + 108) macro 858 #define __NR_getppid (__NR_Linux + 108) macro
|