Home
last modified time | relevance | path

Searched refs:__NR_inotify_init (Results 1 – 25 of 32) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify.h33 #if __NR_inotify_init != __LTP__NR_INVALID_SYSCALL
35 syscall(__NR_inotify_init)
/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_syscalls.h1025 #if !defined(__NR_inotify_init)
1026 #define __NR_inotify_init 253 macro
Dx86_32_linux_syscalls.h1161 #if !defined(__NR_inotify_init)
1162 #define __NR_inotify_init 291 macro
Dmips64_linux_syscalls.h986 #if !defined(__NR_inotify_init)
987 #define __NR_inotify_init (__NR_Linux + 243) macro
Dmips_linux_syscalls.h1152 #if !defined(__NR_inotify_init)
1153 #define __NR_inotify_init (__NR_Linux + 284) macro
Darm_linux_syscalls.h1104 #if !defined(__NR_inotify_init)
1105 #define __NR_inotify_init (__NR_SYSCALL_BASE+316) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c765 #ifdef __NR_inotify_init
766 { "inotify_init", __NR_inotify_init },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h257 #define __NR_inotify_init 253 macro
Dunistd_32.h291 #define __NR_inotify_init 291 macro
Dunistd_x32.h224 #define __NR_inotify_init (__X32_SYSCALL_BIT + 253) macro
/external/valgrind/include/vki/
Dvki-scnums-s390x-linux.h253 #define __NR_inotify_init 284 macro
Dvki-scnums-amd64-linux.h337 #define __NR_inotify_init 253 macro
Dvki-scnums-arm-linux.h354 #define __NR_inotify_init 316 macro
Dvki-scnums-ppc64-linux.h312 #define __NR_inotify_init 275 macro
Dvki-scnums-ppc32-linux.h320 #define __NR_inotify_init 275 macro
Dvki-scnums-x86-linux.h328 #define __NR_inotify_init 291 macro
Dvki-scnums-mips64-linux.h282 #define __NR_inotify_init (__NR_Linux + 243) macro
Dvki-scnums-mips32-linux.h324 #define __NR_inotify_init (__NR_Linux + 284) macro
/external/strace/
Dscno.h767 #ifndef __NR_inotify_init
768 # define __NR_inotify_init (SYSCALL_BIT | 253) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h307 #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/
Dbaseline_policy_unittest.cc247 TEST_BASELINE_SIGSYS(__NR_inotify_init);
Dsyscall_sets.cc893 case __NR_inotify_init: in IsInotify()
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h790 #define __NR_inotify_init 1043 macro
791 __SYSCALL(__NR_inotify_init, sys_inotify_init)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h275 #define __NR_inotify_init (__NR_SYSCALL_BASE + 316) macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c863 LINX_(__NR_inotify_init, sys_inotify_init), // 275

12