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

1 2

  /external/ltp/testcases/kernel/syscalls/inotify/
inotify.h 33 #if __NR_inotify_init != __LTP__NR_INVALID_SYSCALL
35 ltp_syscall(__NR_inotify_init)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 337 #define __NR_inotify_init 253
vki-scnums-s390x-linux.h 253 #define __NR_inotify_init 284
vki-scnums-arm-linux.h 354 #define __NR_inotify_init 316
vki-scnums-ppc32-linux.h 320 #define __NR_inotify_init 275
vki-scnums-ppc64-linux.h 312 #define __NR_inotify_init 275
vki-scnums-x86-linux.h 328 #define __NR_inotify_init 291
vki-scnums-mips64-linux.h 282 #define __NR_inotify_init (__NR_Linux + 243)
  /external/minijail/linux-x86/
libsyscalls.gen.c 765 #ifdef __NR_inotify_init
766 { "inotify_init", __NR_inotify_init },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 346 #define __NR_inotify_init 1043
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 308 #define __NR_inotify_init 291
unistd_64.h 274 #define __NR_inotify_init 253
unistd_x32.h 241 #define __NR_inotify_init (__X32_SYSCALL_BIT + 253)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 291 #define __NR_inotify_init 291
unistd_64.h 257 #define __NR_inotify_init 253
unistd_x32.h 224 #define __NR_inotify_init (__X32_SYSCALL_BIT + 253)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 299 #define __NR_inotify_init 291
unistd_64.h 571 #define __NR_inotify_init 253
572 __SYSCALL(__NR_inotify_init, sys_inotify_init)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 299 #define __NR_inotify_init 291
unistd_64.h 571 #define __NR_inotify_init 253
572 __SYSCALL(__NR_inotify_init, sys_inotify_init)
  /bionic/libc/include/bits/
glibc-syscalls.h 403 #if defined(__NR_inotify_init)
404 #define SYS_inotify_init __NR_inotify_init
  /external/strace/
scno.h 893 #ifndef __NR_inotify_init
894 # define __NR_inotify_init (SYSCALL_BIT | 1043)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 307 #define __NR_inotify_init (__NR_Linux + 284)
638 #define __NR_inotify_init (__NR_Linux + 243)
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 308 #define __NR_inotify_init (__NR_Linux + 284)
652 #define __NR_inotify_init (__NR_Linux + 243)
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 292 #define __NR_inotify_init (__NR_SYSCALL_BASE + 316)

Completed in 380 milliseconds

1 2