Searched refs:__NR_setgroups (Results 1 - 25 of 44) sorted by relevance

12

/external/strace/tests/
H A Dsetgroups.c42 # ifdef __NR_setgroups
44 # define SYSCALL_NR __NR_setgroups
46 # if defined __NR_setgroups32 && __NR_setgroups != __NR_setgroups32
187 SKIP_MAIN_UNDEFINED("__NR_setgroups")
/external/strace/tests-m32/
H A Dsetgroups.c42 # ifdef __NR_setgroups
44 # define SYSCALL_NR __NR_setgroups
46 # if defined __NR_setgroups32 && __NR_setgroups != __NR_setgroups32
187 SKIP_MAIN_UNDEFINED("__NR_setgroups")
/external/strace/tests-mx32/
H A Dsetgroups.c42 # ifdef __NR_setgroups
44 # define SYSCALL_NR __NR_setgroups
46 # if defined __NR_setgroups32 && __NR_setgroups != __NR_setgroups32
187 SKIP_MAIN_UNDEFINED("__NR_setgroups")
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h168 #define __NR_setgroups 116 macro
H A Dvki-scnums-arm64-linux.h204 #define __NR_setgroups 159 macro
H A Dvki-scnums-s390x-linux.h357 #define __NR_setgroups 206 macro
H A Dvki-scnums-arm-linux.h118 #define __NR_setgroups 81 macro
H A Dvki-scnums-ppc32-linux.h118 #define __NR_setgroups 81 macro
H A Dvki-scnums-ppc64-linux.h118 #define __NR_setgroups 81 macro
H A Dvki-scnums-solaris.h144 #define __NR_setgroups SYS_setgroups macro
H A Dvki-scnums-x86-linux.h118 #define __NR_setgroups 81 macro
H A Dvki-scnums-mips64-linux.h153 #define __NR_setgroups (__NR_Linux + 114) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h646 #if !defined(__NR_setgroups)
647 #define __NR_setgroups 159 macro
H A Dx86_64_linux_syscalls.h477 #if !defined(__NR_setgroups)
478 #define __NR_setgroups 116 macro
H A Dx86_32_linux_syscalls.h337 #if !defined(__NR_setgroups)
338 #define __NR_setgroups 81 macro
H A Darm_linux_syscalls.h260 #if !defined(__NR_setgroups)
261 #define __NR_setgroups (__NR_SYSCALL_BASE+81) macro
H A Dmips64_linux_syscalls.h472 #if !defined(__NR_setgroups)
473 #define __NR_setgroups (__NR_Linux + 114) macro
H A Dmips_linux_syscalls.h340 #if !defined(__NR_setgroups)
341 #define __NR_setgroups (__NR_Linux + 81) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c354 #ifdef __NR_setgroups
355 { "setgroups", __NR_setgroups },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h85 #define __NR_setgroups 81 macro
H A Dunistd_64.h120 #define __NR_setgroups 116 macro
H A Dunistd_x32.h108 #define __NR_setgroups (__X32_SYSCALL_BIT + 116) macro
/external/strace/
H A Dscno.h356 #ifndef __NR_setgroups
357 # define __NR_setgroups (SYSCALL_BIT | 116) macro
/external/valgrind/memcheck/tests/arm64-linux/
H A Dscalar.c386 // __NR_setgroups 81
387 GO(__NR_setgroups, "2s 1m");
388 SY(__NR_setgroups, x0+1, x0+1); FAIL;
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h104 #define __NR_setgroups (__NR_Linux + 81) macro
521 #define __NR_setgroups (__NR_Linux + 114) macro
864 #define __NR_setgroups (__NR_Linux + 114) macro

Completed in 222 milliseconds

12