Home
last modified time | relevance | path

Searched refs:__NR_fanotify_init (Results 1 – 12 of 12) sorted by relevance

/external/strace/tests/
Dfanotify_init.c35 #if defined __NR_fanotify_init
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags); in do_call()
/external/strace/tests-m32/
Dfanotify_init.c35 #if defined __NR_fanotify_init
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags); in do_call()
/external/strace/tests-mx32/
Dfanotify_init.c35 #if defined __NR_fanotify_init
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags); in do_call()
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify.h30 return syscall(__NR_fanotify_init, flags, event_f_flags); in fanotify_init()
/external/minijail/linux-x86/
Dlibsyscalls.gen.c906 #ifdef __NR_fanotify_init
907 { "fanotify_init", __NR_fanotify_init },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h304 #define __NR_fanotify_init 300 macro
Dunistd_32.h338 #define __NR_fanotify_init 338 macro
Dunistd_x32.h263 #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300) macro
/external/strace/
Dscno.h908 #ifndef __NR_fanotify_init
909 # define __NR_fanotify_init (SYSCALL_BIT | 300) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h711 #define __NR_fanotify_init 262 macro
712 __SYSCALL(__NR_fanotify_init, sys_fanotify_init)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h326 #define __NR_fanotify_init (__NR_SYSCALL_BASE + 367) macro
/external/llvm-project/libc/config/linux/
Dsyscall_numbers.h.inc309 #ifdef __NR_fanotify_init
310 #define SYS_fanotify_init __NR_fanotify_init