/external/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify.h | 33 #if __NR_inotify_init != __LTP__NR_INVALID_SYSCALL 35 syscall(__NR_inotify_init)
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 1025 #if !defined(__NR_inotify_init) 1026 #define __NR_inotify_init 253 macro
|
D | x86_32_linux_syscalls.h | 1161 #if !defined(__NR_inotify_init) 1162 #define __NR_inotify_init 291 macro
|
D | mips64_linux_syscalls.h | 986 #if !defined(__NR_inotify_init) 987 #define __NR_inotify_init (__NR_Linux + 243) macro
|
D | mips_linux_syscalls.h | 1152 #if !defined(__NR_inotify_init) 1153 #define __NR_inotify_init (__NR_Linux + 284) macro
|
D | arm_linux_syscalls.h | 1104 #if !defined(__NR_inotify_init) 1105 #define __NR_inotify_init (__NR_SYSCALL_BASE+316) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 765 #ifdef __NR_inotify_init 766 { "inotify_init", __NR_inotify_init },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 257 #define __NR_inotify_init 253 macro
|
D | unistd_32.h | 291 #define __NR_inotify_init 291 macro
|
D | unistd_x32.h | 224 #define __NR_inotify_init (__X32_SYSCALL_BIT + 253) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 253 #define __NR_inotify_init 284 macro
|
D | vki-scnums-amd64-linux.h | 337 #define __NR_inotify_init 253 macro
|
D | vki-scnums-arm-linux.h | 354 #define __NR_inotify_init 316 macro
|
D | vki-scnums-ppc64-linux.h | 312 #define __NR_inotify_init 275 macro
|
D | vki-scnums-ppc32-linux.h | 320 #define __NR_inotify_init 275 macro
|
D | vki-scnums-x86-linux.h | 328 #define __NR_inotify_init 291 macro
|
D | vki-scnums-mips64-linux.h | 282 #define __NR_inotify_init (__NR_Linux + 243) macro
|
D | vki-scnums-mips32-linux.h | 324 #define __NR_inotify_init (__NR_Linux + 284) macro
|
/external/strace/ |
D | scno.h | 767 #ifndef __NR_inotify_init 768 # define __NR_inotify_init (SYSCALL_BIT | 253) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 307 #define __NR_inotify_init (__NR_Linux + 284) macro 650 #define __NR_inotify_init (__NR_Linux + 243) macro 997 #define __NR_inotify_init (__NR_Linux + 247) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy_unittest.cc | 247 TEST_BASELINE_SIGSYS(__NR_inotify_init);
|
D | syscall_sets.cc | 893 case __NR_inotify_init: in IsInotify()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 790 #define __NR_inotify_init 1043 macro 791 __SYSCALL(__NR_inotify_init, sys_inotify_init)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 275 #define __NR_inotify_init (__NR_SYSCALL_BASE + 316) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 863 LINX_(__NR_inotify_init, sys_inotify_init), // 275
|