HomeSort by relevance Sort by last modified time
    Searched defs:__NR_getpgrp (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 132 #define __NR_getpgrp 111
unistd_x32.h 120 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 160 #define __NR_getpgrp 111
unistd_x32.h 145 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 160 #define __NR_getpgrp 111
unistd_x32.h 145 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 115 #define __NR_getpgrp 111
unistd_x32.h 103 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
  /external/libchrome/sandbox/linux/system_headers/
mips64_linux_syscalls.h 452 #if !defined(__NR_getpgrp)
453 #define __NR_getpgrp (__NR_Linux + 109)
x86_64_linux_syscalls.h 457 #if !defined(__NR_getpgrp)
458 #define __NR_getpgrp 111
  /external/strace/
scno.h 341 #ifndef __NR_getpgrp
342 # define __NR_getpgrp (SYSCALL_BIT | 111)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 162 #define __NR_getpgrp 111
vki-scnums-mips64-linux.h 148 #define __NR_getpgrp (__NR_Linux + 109)
vki-scnums-s390x-linux.h 88 #define __NR_getpgrp 65
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 251 #define __NR_getpgrp 111
252 __SYSCALL(__NR_getpgrp, sys_getpgrp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 731 #define __NR_getpgrp 1060
733 __SYSCALL(__NR_getpgrp, sys_getpgrp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 801 #define __NR_getpgrp 1060
803 __SYSCALL(__NR_getpgrp, sys_getpgrp)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 160 #define __NR_getpgrp 111
unistd_x32.h 145 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 160 #define __NR_getpgrp 111
unistd_x32.h 145 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 160 #define __NR_getpgrp 111
unistd_x32.h 145 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 160 #define __NR_getpgrp 111
unistd_x32.h 145 #define __NR_getpgrp (__X32_SYSCALL_BIT + 111)

Completed in 209 milliseconds

1 2 3 4 5 6 7 8