Home
last modified time | relevance | path

Searched refs:__NR_getppid (Results 1 – 25 of 46) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-syscall-asm.S8 li r0, __NR_getppid
19 li r0, __NR_getppid
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c428 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/
Dseccomp_bpf_tests.c280 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/
Dseccomp_bpf.c428 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/
Darm64_linux_syscalls.h702 #if !defined(__NR_getppid)
703 #define __NR_getppid 173 macro
Dx86_64_linux_syscalls.h453 #if !defined(__NR_getppid)
454 #define __NR_getppid 110 macro
Dx86_32_linux_syscalls.h269 #if !defined(__NR_getppid)
270 #define __NR_getppid 64 macro
Dmips64_linux_syscalls.h448 #if !defined(__NR_getppid)
449 #define __NR_getppid (__NR_Linux + 108) macro
Dmips_linux_syscalls.h272 #if !defined(__NR_getppid)
273 #define __NR_getppid (__NR_Linux + 64) macro
Darm_linux_syscalls.h204 #if !defined(__NR_getppid)
205 #define __NR_getppid (__NR_SYSCALL_BASE+64) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c336 #ifdef __NR_getppid
337 { "getppid", __NR_getppid },
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h305 #define __NR_getppid 173 macro
Dvki-scnums-s390x-linux.h87 #define __NR_getppid 64 macro
Dvki-scnums-arm64-linux.h218 #define __NR_getppid 173 macro
Dvki-scnums-amd64-linux.h161 #define __NR_getppid 110 macro
Dvki-scnums-ppc64-linux.h101 #define __NR_getppid 64 macro
Dvki-scnums-arm-linux.h101 #define __NR_getppid 64 macro
Dvki-scnums-ppc32-linux.h101 #define __NR_getppid 64 macro
Dvki-scnums-x86-linux.h101 #define __NR_getppid 64 macro
Dvki-scnums-mips64-linux.h147 #define __NR_getppid (__NR_Linux + 108) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h114 #define __NR_getppid 110 macro
Dunistd_32.h68 #define __NR_getppid 64 macro
Dunistd_x32.h102 #define __NR_getppid (__X32_SYSCALL_BIT + 110) macro
/external/strace/
Dscno.h338 #ifndef __NR_getppid
339 # define __NR_getppid (SYSCALL_BIT | 110) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h87 #define __NR_getppid (__NR_Linux + 64) macro
515 #define __NR_getppid (__NR_Linux + 108) macro
858 #define __NR_getppid (__NR_Linux + 108) macro

12