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

1 2

  /external/strace/tests/
inotify.c 34 #if defined(__NR_inotify_add_watch) && defined(__NR_inotify_rm_watch)
62 rc = syscall(__NR_inotify_add_watch, 0, NULL, 0);
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
88 SKIP_MAIN_UNDEFINED("__NR_inotify_add_watch && __NR_inotify_rm_watch");
  /external/strace/tests-m32/
inotify.c 34 #if defined(__NR_inotify_add_watch) && defined(__NR_inotify_rm_watch)
62 rc = syscall(__NR_inotify_add_watch, 0, NULL, 0);
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
88 SKIP_MAIN_UNDEFINED("__NR_inotify_add_watch && __NR_inotify_rm_watch");
  /external/strace/tests-mx32/
inotify.c 34 #if defined(__NR_inotify_add_watch) && defined(__NR_inotify_rm_watch)
62 rc = syscall(__NR_inotify_add_watch, 0, NULL, 0);
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
88 SKIP_MAIN_UNDEFINED("__NR_inotify_add_watch && __NR_inotify_rm_watch");
  /bionic/libc/arch-arm/syscalls/
inotify_add_watch.S 8 ldr r7, =__NR_inotify_add_watch
  /bionic/libc/arch-arm64/syscalls/
inotify_add_watch.S 6 mov x8, __NR_inotify_add_watch
  /bionic/libc/arch-mips/syscalls/
inotify_add_watch.S 8 li $v0, __NR_inotify_add_watch
  /bionic/libc/arch-x86_64/syscalls/
inotify_add_watch.S 6 movl $__NR_inotify_add_watch, %eax
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify.h 42 ltp_syscall(__NR_inotify_add_watch, fd, pathname, mask)
  /bionic/libc/arch-mips64/syscalls/
inotify_add_watch.S 8 li $v0, __NR_inotify_add_watch
  /bionic/libc/arch-x86/syscalls/
inotify_add_watch.S 24 movl $__NR_inotify_add_watch, %eax
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 338 #define __NR_inotify_add_watch 254
vki-scnums-arm64-linux.h 66 #define __NR_inotify_add_watch 27
vki-scnums-s390x-linux.h 254 #define __NR_inotify_add_watch 285
vki-scnums-arm-linux.h 355 #define __NR_inotify_add_watch 317
vki-scnums-ppc32-linux.h 321 #define __NR_inotify_add_watch 276
vki-scnums-ppc64-linux.h 313 #define __NR_inotify_add_watch 276
vki-scnums-x86-linux.h 329 #define __NR_inotify_add_watch 292
  /external/minijail/linux-x86/
libsyscalls.gen.c 768 #ifdef __NR_inotify_add_watch
769 { "inotify_add_watch", __NR_inotify_add_watch },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 62 #define __NR_inotify_add_watch 27
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 309 #define __NR_inotify_add_watch 292
unistd_64.h 275 #define __NR_inotify_add_watch 254
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 292 #define __NR_inotify_add_watch 292
unistd_64.h 258 #define __NR_inotify_add_watch 254
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 300 #define __NR_inotify_add_watch 292
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 300 #define __NR_inotify_add_watch 292

Completed in 114 milliseconds

1 2