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

1 2

  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify.h 46 return syscall(__NR_fanotify_init, flags, event_f_flags);
  /external/strace/tests/
fanotify_init.c 35 #if defined __NR_fanotify_init
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags);
94 SKIP_MAIN_UNDEFINED("__NR_fanotify_init")
  /external/strace/tests-m32/
fanotify_init.c 35 #if defined __NR_fanotify_init
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags);
94 SKIP_MAIN_UNDEFINED("__NR_fanotify_init")
  /external/strace/tests-mx32/
fanotify_init.c 35 #if defined __NR_fanotify_init
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags);
94 SKIP_MAIN_UNDEFINED("__NR_fanotify_init")
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 384 #define __NR_fanotify_init 300
vki-scnums-arm64-linux.h 298 #define __NR_fanotify_init 262
vki-scnums-s390x-linux.h 300 #define __NR_fanotify_init 332
vki-scnums-arm-linux.h 406 #define __NR_fanotify_init 367
vki-scnums-ppc32-linux.h 368 #define __NR_fanotify_init 323
vki-scnums-ppc64-linux.h 360 #define __NR_fanotify_init 323
vki-scnums-x86-linux.h 375 #define __NR_fanotify_init 338
  /external/minijail/linux-x86/
libsyscalls.gen.c 906 #ifdef __NR_fanotify_init
907 { "fanotify_init", __NR_fanotify_init },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 290 #define __NR_fanotify_init 262
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 355 #define __NR_fanotify_init 338
unistd_64.h 321 #define __NR_fanotify_init 300
unistd_x32.h 280 #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 338 #define __NR_fanotify_init 338
unistd_64.h 304 #define __NR_fanotify_init 300
unistd_x32.h 263 #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 346 #define __NR_fanotify_init 338
unistd_64.h 665 #define __NR_fanotify_init 300
666 __SYSCALL(__NR_fanotify_init, sys_fanotify_init)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 346 #define __NR_fanotify_init 338
unistd_64.h 665 #define __NR_fanotify_init 300
666 __SYSCALL(__NR_fanotify_init, sys_fanotify_init)
  /bionic/libc/include/bits/
glibc-syscalls.h 187 #if defined(__NR_fanotify_init)
188 #define SYS_fanotify_init __NR_fanotify_init
  /external/strace/
scno.h 746 #ifndef __NR_fanotify_init
747 # define __NR_fanotify_init (SYSCALL_BIT | 262)

Completed in 769 milliseconds

1 2