/external/strace/tests/ |
inotify_init1.c | 34 #if defined(__NR_inotify_init1) 57 rc = syscall(__NR_inotify_init1, bogus_flags1); 63 rc = syscall(__NR_inotify_init1, bogus_flags2); 67 rc = syscall(__NR_inotify_init1, all_flags); 78 SKIP_MAIN_UNDEFINED("__NR_inotify_init1");
|
/external/strace/tests-m32/ |
inotify_init1.c | 34 #if defined(__NR_inotify_init1) 57 rc = syscall(__NR_inotify_init1, bogus_flags1); 63 rc = syscall(__NR_inotify_init1, bogus_flags2); 67 rc = syscall(__NR_inotify_init1, all_flags); 78 SKIP_MAIN_UNDEFINED("__NR_inotify_init1");
|
/external/strace/tests-mx32/ |
inotify_init1.c | 34 #if defined(__NR_inotify_init1) 57 rc = syscall(__NR_inotify_init1, bogus_flags1); 63 rc = syscall(__NR_inotify_init1, bogus_flags2); 67 rc = syscall(__NR_inotify_init1, all_flags); 78 SKIP_MAIN_UNDEFINED("__NR_inotify_init1");
|
/bionic/libc/arch-arm/syscalls/ |
inotify_init1.S | 8 ldr r7, =__NR_inotify_init1
|
/bionic/libc/arch-arm64/syscalls/ |
inotify_init1.S | 6 mov x8, __NR_inotify_init1
|
/bionic/libc/arch-mips/syscalls/ |
inotify_init1.S | 8 li $v0, __NR_inotify_init1
|
/bionic/libc/arch-x86_64/syscalls/ |
inotify_init1.S | 6 movl $__NR_inotify_init1, %eax
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
inotify.h | 38 ltp_syscall(__NR_inotify_init1, 0)
|
inotify06.c | 102 inotify_fd = ltp_syscall(__NR_inotify_init1, O_NONBLOCK);
|
inotify05.c | 169 fd_notify = syscall(__NR_inotify_init1, O_NONBLOCK);
|
/bionic/libc/arch-mips64/syscalls/ |
inotify_init1.S | 8 li $v0, __NR_inotify_init1
|
/bionic/libc/arch-x86/syscalls/ |
inotify_init1.S | 16 movl $__NR_inotify_init1, %eax
|
/external/ltp/testcases/kernel/syscalls/inotify_init/ |
inotify_init1_01.c | 139 fd = ltp_syscall(__NR_inotify_init1, 0); 155 fd = ltp_syscall(__NR_inotify_init1, IN_CLOEXEC);
|
inotify_init1_02.c | 136 fd = ltp_syscall(__NR_inotify_init1, 0); 153 fd = ltp_syscall(__NR_inotify_init1, IN_NONBLOCK);
|
/external/valgrind/include/vki/ |
vki-scnums-amd64-linux.h | 378 #define __NR_inotify_init1 294
|
vki-scnums-arm64-linux.h | 65 #define __NR_inotify_init1 26
|
vki-scnums-s390x-linux.h | 292 #define __NR_inotify_init1 324
|
vki-scnums-arm-linux.h | 399 #define __NR_inotify_init1 360
|
vki-scnums-ppc32-linux.h | 363 #define __NR_inotify_init1 318
|
/external/minijail/linux-x86/ |
libsyscalls.gen.c | 888 #ifdef __NR_inotify_init1 889 { "inotify_init1", __NR_inotify_init1 },
|
/bionic/libc/kernel/uapi/asm-generic/ |
unistd.h | 61 #define __NR_inotify_init1 26
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
unistd_32.h | 349 #define __NR_inotify_init1 332
|
unistd_64.h | 315 #define __NR_inotify_init1 294
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
unistd_32.h | 332 #define __NR_inotify_init1 332
|
unistd_64.h | 298 #define __NR_inotify_init1 294
|