HomeSort by relevance Sort by last modified time
    Searched refs:__NR_setgroups (Results 1 - 25 of 55) sorted by null

1 2 3

  /bionic/libc/arch-arm64/syscalls/
setgroups.S 6 mov x8, __NR_setgroups
  /bionic/libc/arch-mips/syscalls/
setgroups.S 8 li $v0, __NR_setgroups
  /bionic/libc/arch-x86_64/syscalls/
setgroups.S 6 movl $__NR_setgroups, %eax
  /bionic/libc/arch-mips64/syscalls/
setgroups.S 8 li $v0, __NR_setgroups
  /external/strace/tests/
setgroups.c 42 # 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/
setgroups.c 42 # 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/
setgroups.c 42 # 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/
vki-scnums-amd64-linux.h 168 #define __NR_setgroups 116
vki-scnums-arm64-linux.h 204 #define __NR_setgroups 159
vki-scnums-s390x-linux.h 357 #define __NR_setgroups 206
vki-scnums-arm-linux.h 118 #define __NR_setgroups 81
vki-scnums-ppc32-linux.h 118 #define __NR_setgroups 81
vki-scnums-ppc64-linux.h 118 #define __NR_setgroups 81
vki-scnums-solaris.h 144 #define __NR_setgroups SYS_setgroups
vki-scnums-x86-linux.h 118 #define __NR_setgroups 81
  /external/minijail/linux-x86/
libsyscalls.gen.c 354 #ifdef __NR_setgroups
355 { "setgroups", __NR_setgroups },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 200 #define __NR_setgroups 159
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 102 #define __NR_setgroups 81
unistd_64.h 137 #define __NR_setgroups 116
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 85 #define __NR_setgroups 81
unistd_64.h 120 #define __NR_setgroups 116
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 89 #define __NR_setgroups 81
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 89 #define __NR_setgroups 81
  /bionic/libc/include/bits/
glibc-syscalls.h 937 #if defined(__NR_setgroups)
938 #define SYS_setgroups __NR_setgroups
  /external/strace/
scno.h 485 #ifndef __NR_setgroups
486 # define __NR_setgroups (SYSCALL_BIT | 159)

Completed in 74 milliseconds

1 2 3