Home
last modified time | relevance | path

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

12

/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/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
Darm_linux_syscalls.h204 #if !defined(__NR_getppid)
205 #define __NR_getppid (__NR_SYSCALL_BASE+64) macro
Dmips_linux_syscalls.h272 #if !defined(__NR_getppid)
273 #define __NR_getppid (__NR_Linux + 64) macro
/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-ppc32-linux.h101 #define __NR_getppid 64 macro
Dvki-scnums-ppc64-linux.h101 #define __NR_getppid 64 macro
Dvki-scnums-x86-linux.h101 #define __NR_getppid 64 macro
Dvki-scnums-arm-linux.h101 #define __NR_getppid 64 macro
Dvki-scnums-mips64-linux.h147 #define __NR_getppid (__NR_Linux + 108) macro
Dvki-scnums-mips32-linux.h104 #define __NR_getppid (__NR_Linux + 64) 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/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h87 #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/
Dunistd.h489 #define __NR_getppid 173 macro
490 __SYSCALL(__NR_getppid, sys_getppid)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h92 #define __NR_getppid (__NR_SYSCALL_BASE+ 64) macro
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c318 GO(__NR_getppid, "0s 0m"); in main()
319 SY(__NR_getppid); SUCC; in main()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc231 case __NR_getppid: in IsGetSimpleId()

12