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

1 2

  /bionic/libc/arch-arm/syscalls/
epoll_ctl.S 13 ldr r7, =__NR_epoll_ctl
  /bionic/libc/arch-sh/syscalls/
epoll_ctl.S 31 0: .long __NR_epoll_ctl
  /external/chromium/third_party/libevent/
epoll_sub.c 45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
  /bionic/libc/arch-x86/syscalls/
epoll_ctl.S 18 movl $__NR_epoll_ctl, %eax
  /bionic/libc/include/sys/
linux-syscalls.h 180 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
224 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
282 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /development/ndk/platforms/android-9/include/sys/
linux-syscalls.h 180 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
224 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
282 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 174 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
214 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 174 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
214 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 174 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
214 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 174 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
214 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h 174 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
214 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 174 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
214 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
linux-syscalls.h 174 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 251)
214 #define __NR_epoll_ctl (__NR_SYSCALL_BASE + 255)
  /bionic/libc/kernel/arch-sh/asm/
unistd_32.h 269 #define __NR_epoll_ctl 255
unistd_64.h 299 #define __NR_epoll_ctl 283
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 270 #define __NR_epoll_ctl 255
  /development/ndk/platforms/android-5/arch-x86/include/asm/
unistd_32.h 270 #define __NR_epoll_ctl 255
  /external/kernel-headers/original/asm-x86/
unistd_32.h 263 #define __NR_epoll_ctl 255
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h 263 #define __NR_epoll_ctl 255
unistd_64.h 531 #define __NR_epoll_ctl 233
532 __SYSCALL(__NR_epoll_ctl, sys_epoll_ctl)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h 270 #define __NR_epoll_ctl 255
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
unistd_32.h 270 #define __NR_epoll_ctl 255
  /bionic/libc/kernel/arch-arm/asm/
unistd.h 266 #define __NR_epoll_ctl (__NR_SYSCALL_BASE+251)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h 266 #define __NR_epoll_ctl (__NR_SYSCALL_BASE+251)
  /external/strace/
syscall-android.h 38 #define SYS_epoll_ctl __NR_epoll_ctl

Completed in 620 milliseconds

1 2