/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_unittest.cc | 121 if (sysno == __NR_getpgid) { in EvaluateSyscall() 139 emulator.ExpectErrno(EPERM, FakeSyscall(__NR_getpgid, 0)); in TEST() 140 emulator.ExpectErrno(EINVAL, FakeSyscall(__NR_getpgid, 1)); in TEST()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 630 #if !defined(__NR_getpgid) 631 #define __NR_getpgid 155 macro
|
D | x86_64_linux_syscalls.h | 497 #if !defined(__NR_getpgid) 498 #define __NR_getpgid 121 macro
|
D | x86_32_linux_syscalls.h | 541 #if !defined(__NR_getpgid) 542 #define __NR_getpgid 132 macro
|
D | mips64_linux_syscalls.h | 492 #if !defined(__NR_getpgid) 493 #define __NR_getpgid (__NR_Linux + 119) macro
|
D | arm_linux_syscalls.h | 404 #if !defined(__NR_getpgid) 405 #define __NR_getpgid (__NR_SYSCALL_BASE+132) macro
|
D | mips_linux_syscalls.h | 544 #if !defined(__NR_getpgid) 545 #define __NR_getpgid (__NR_Linux + 132) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 282 #define __NR_getpgid 155 macro
|
D | vki-scnums-s390x-linux.h | 140 #define __NR_getpgid 132 macro
|
D | vki-scnums-arm64-linux.h | 200 #define __NR_getpgid 155 macro
|
D | vki-scnums-amd64-linux.h | 174 #define __NR_getpgid 121 macro
|
D | vki-scnums-ppc32-linux.h | 169 #define __NR_getpgid 132 macro
|
D | vki-scnums-ppc64-linux.h | 169 #define __NR_getpgid 132 macro
|
D | vki-scnums-x86-linux.h | 169 #define __NR_getpgid 132 macro
|
D | vki-scnums-arm-linux.h | 169 #define __NR_getpgid 132 macro
|
D | vki-scnums-mips64-linux.h | 158 #define __NR_getpgid (__NR_Linux + 119) macro
|
D | vki-scnums-mips32-linux.h | 172 #define __NR_getpgid (__NR_Linux + 132) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 125 #define __NR_getpgid 121 macro
|
D | unistd_32.h | 136 #define __NR_getpgid 132 macro
|
D | unistd_x32.h | 113 #define __NR_getpgid (__X32_SYSCALL_BIT + 121) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 155 #define __NR_getpgid (__NR_Linux + 132) macro 519 #define __NR_getpgid (__NR_Linux + 119) macro 856 #define __NR_getpgid (__NR_Linux + 119) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 449 #define __NR_getpgid 155 macro 450 __SYSCALL(__NR_getpgid, sys_getpgid)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 160 #define __NR_getpgid (__NR_SYSCALL_BASE+132) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 607 GO(__NR_getpgid, "1s 0m"); in main() 608 SY(__NR_getpgid, x0-1); FAIL; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 292 case __NR_getpgid: in IsProcessGroupOrSession()
|