Home
last modified time | relevance | path

Searched refs:__NR_setpgid (Results 1 – 25 of 47) sorted by relevance

12

/external/strace/tests-m32/
Dxetpgid.c34 #if defined __NR_getpgid && defined __NR_setpgid
46 rc = syscall(__NR_setpgid, F8ILL_KULONG_MASK, F8ILL_KULONG_MASK | pid); in main()
/external/strace/tests/
Dxetpgid.c34 #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/
Dxetpgid.c34 #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/
Darm64_linux_syscalls.h626 #if !defined(__NR_setpgid)
627 #define __NR_setpgid 154 macro
Dx86_64_linux_syscalls.h449 #if !defined(__NR_setpgid)
450 #define __NR_setpgid 109 macro
Dx86_32_linux_syscalls.h241 #if !defined(__NR_setpgid)
242 #define __NR_setpgid 57 macro
Dmips64_linux_syscalls.h444 #if !defined(__NR_setpgid)
445 #define __NR_setpgid (__NR_Linux + 107) macro
Dmips_linux_syscalls.h244 #if !defined(__NR_setpgid)
245 #define __NR_setpgid (__NR_Linux + 57) macro
Darm_linux_syscalls.h184 #if !defined(__NR_setpgid)
185 #define __NR_setpgid (__NR_SYSCALL_BASE+57) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c333 #ifdef __NR_setpgid
334 { "setpgid", __NR_setpgid },
/external/valgrind/include/vki/
Dvki-scnums-arm64-linux.h199 #define __NR_setpgid 154 macro
Dvki-scnums-s390x-linux.h82 #define __NR_setpgid 57 macro
Dvki-scnums-amd64-linux.h160 #define __NR_setpgid 109 macro
Dvki-scnums-arm-linux.h94 #define __NR_setpgid 57 macro
Dvki-scnums-ppc64-linux.h94 #define __NR_setpgid 57 macro
Dvki-scnums-ppc32-linux.h94 #define __NR_setpgid 57 macro
Dvki-scnums-x86-linux.h94 #define __NR_setpgid 57 macro
/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc329 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/
Dunistd_64.h113 #define __NR_setpgid 109 macro
Dunistd_32.h61 #define __NR_setpgid 57 macro
Dunistd_x32.h101 #define __NR_setpgid (__X32_SYSCALL_BIT + 109) macro
/external/valgrind/memcheck/tests/darwin/
Dscalar.c171 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/
Dscno.h335 #ifndef __NR_setpgid
336 # define __NR_setpgid (SYSCALL_BIT | 109) macro
/external/valgrind/memcheck/tests/arm64-linux/
Dscalar.c290 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/
Dunistd.h80 #define __NR_setpgid (__NR_Linux + 57) macro
514 #define __NR_setpgid (__NR_Linux + 107) macro
857 #define __NR_setpgid (__NR_Linux + 107) macro

12