/external/strace/tests-m32/ |
D | xetpgid.c | 34 #if defined __NR_getpgid && defined __NR_setpgid 46 rc = syscall(__NR_setpgid, F8ILL_KULONG_MASK, F8ILL_KULONG_MASK | pid); in main()
|
/external/strace/tests/ |
D | xetpgid.c | 34 #if defined __NR_getpgid && defined __NR_setpgid 46 rc = syscall(__NR_setpgid, F8ILL_KULONG_MASK, F8ILL_KULONG_MASK | pid); in main()
|
/external/strace/tests-mx32/ |
D | xetpgid.c | 34 #if defined __NR_getpgid && defined __NR_setpgid 46 rc = syscall(__NR_setpgid, F8ILL_KULONG_MASK, F8ILL_KULONG_MASK | pid); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 626 #if !defined(__NR_setpgid) 627 #define __NR_setpgid 154 macro
|
D | x86_64_linux_syscalls.h | 449 #if !defined(__NR_setpgid) 450 #define __NR_setpgid 109 macro
|
D | x86_32_linux_syscalls.h | 241 #if !defined(__NR_setpgid) 242 #define __NR_setpgid 57 macro
|
D | mips64_linux_syscalls.h | 444 #if !defined(__NR_setpgid) 445 #define __NR_setpgid (__NR_Linux + 107) macro
|
D | mips_linux_syscalls.h | 244 #if !defined(__NR_setpgid) 245 #define __NR_setpgid (__NR_Linux + 57) macro
|
D | arm_linux_syscalls.h | 184 #if !defined(__NR_setpgid) 185 #define __NR_setpgid (__NR_SYSCALL_BASE+57) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 333 #ifdef __NR_setpgid 334 { "setpgid", __NR_setpgid },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 199 #define __NR_setpgid 154 macro
|
D | vki-scnums-s390x-linux.h | 82 #define __NR_setpgid 57 macro
|
D | vki-scnums-amd64-linux.h | 160 #define __NR_setpgid 109 macro
|
D | vki-scnums-arm-linux.h | 94 #define __NR_setpgid 57 macro
|
D | vki-scnums-ppc64-linux.h | 94 #define __NR_setpgid 57 macro
|
D | vki-scnums-ppc32-linux.h | 94 #define __NR_setpgid 57 macro
|
D | vki-scnums-x86-linux.h | 94 #define __NR_setpgid 57 macro
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_unittest.cc | 329 if (sysno == __NR_setpgid) { in EvaluateSyscall() 355 emulator.ExpectErrno(expect_errno, FakeSyscall(__NR_setpgid, pid, 0)); in TEST()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 113 #define __NR_setpgid 109 macro
|
D | unistd_32.h | 61 #define __NR_setpgid 57 macro
|
D | unistd_x32.h | 101 #define __NR_setpgid (__X32_SYSCALL_BIT + 109) macro
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 171 GO(__NR_setpgid, 82, "2s 0m"); in main() 172 SY(__NR_setpgid, x0-1, x0-1); FAIL; in main() 887 GO(__NR_setpgid, "2s 0m"); in main() 888 SY(__NR_setpgid, x0, x0-1); FAIL; in main()
|
/external/strace/ |
D | scno.h | 335 #ifndef __NR_setpgid 336 # define __NR_setpgid (SYSCALL_BIT | 109) macro
|
/external/valgrind/memcheck/tests/arm64-linux/ |
D | scalar.c | 290 GO(__NR_setpgid, "2s 0m"); in main() 291 SY(__NR_setpgid, x0, x0-1); FAIL; in main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 80 #define __NR_setpgid (__NR_Linux + 57) macro 514 #define __NR_setpgid (__NR_Linux + 107) macro 857 #define __NR_setpgid (__NR_Linux + 107) macro
|