Searched refs:sys_fanotify_init (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-linux.h | 283 DECL_TEMPLATE(linux, sys_fanotify_init);
|
D | syswrap-amd64-linux.c | 1057 LINXY(__NR_fanotify_init, sys_fanotify_init), // 300
|
D | syswrap-s390x-linux.c | 1032 LINXY(__NR_fanotify_init, sys_fanotify_init), // 332
|
D | syswrap-arm-linux.c | 1210 LINXY(__NR_fanotify_init, sys_fanotify_init), // 367
|
D | syswrap-x86-linux.c | 1807 LINXY(__NR_fanotify_init, sys_fanotify_init), // 338
|
D | syswrap-linux.c | 1934 PRE(sys_fanotify_init) in PRE() argument 1941 POST(sys_fanotify_init) in POST() argument
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 673 __SYSCALL(__NR_fanotify_init, sys_fanotify_init)
|
/external/strace/ |
D | ChangeLog | 17847 * fanotify.c (sys_fanotify_init): Set RVAL_FD flag in the return code. 18329 * fanotify.c (sys_fanotify_init, sys_fanotify_mark): Update 25034 * linux/dummy.h (sys_fanotify_init, sys_fanotify_mark): Remove. 25035 * linux/syscall.h (sys_fanotify_init, sys_fanotify_mark): New 25037 * pathtrace.c (pathtrace_match): Handle sys_fanotify_init and
|