Home
last modified time | relevance | path

Searched refs:event_f_flags (Results 1 – 6 of 6) sorted by relevance

/external/strace/tests/
Dfanotify_init.c44 kernel_ulong_t event_f_flags, const char *event_f_flags_str) in do_call() argument
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags); in do_call()
73 static const struct strval event_f_flags[] = { in main() local
84 for (j = 0; j < ARRAY_SIZE(event_f_flags); j++) in main()
86 event_f_flags[j].val, event_f_flags[j].str); in main()
/external/strace/tests-mx32/
Dfanotify_init.c44 kernel_ulong_t event_f_flags, const char *event_f_flags_str) in do_call() argument
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags); in do_call()
73 static const struct strval event_f_flags[] = { in main() local
84 for (j = 0; j < ARRAY_SIZE(event_f_flags); j++) in main()
86 event_f_flags[j].val, event_f_flags[j].str); in main()
/external/strace/tests-m32/
Dfanotify_init.c44 kernel_ulong_t event_f_flags, const char *event_f_flags_str) in do_call() argument
48 rc = syscall(__NR_fanotify_init, flags, event_f_flags); in do_call()
73 static const struct strval event_f_flags[] = { in main() local
84 for (j = 0; j < ARRAY_SIZE(event_f_flags); j++) in main()
86 event_f_flags[j].val, event_f_flags[j].str); in main()
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify.h44 static int fanotify_init(unsigned int flags, unsigned int event_f_flags) in fanotify_init() argument
46 return syscall(__NR_fanotify_init, flags, event_f_flags); in fanotify_init()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h3018 void __sanitizer_syscall_pre_impl_fanotify_init(long flags, long event_f_flags);
3020 long event_f_flags);
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c2430 unsigned int, flags, unsigned int, event_f_flags); in PRE()