/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 1185 .sy_call = (sy_call_t *)linux_sys_inotify_init
|
linux_syscallargs.h | 1757 int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 1344 .sy_call = (sy_call_t *)linux_sys_inotify_init
|
linux_syscallargs.h | 1846 int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 1282 .sy_call = (sy_call_t *)linux_sys_inotify_init
|
linux_syscallargs.h | 1880 int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 1265 .sy_call = (sy_call_t *)linux_sys_inotify_init
|
linux_syscallargs.h | 1841 int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 1249 .sy_call = (sy_call_t *)linux_sys_inotify_init
|
linux_syscallargs.h | 1886 int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 1201 .sy_call = (sy_call_t *)linux_sys_inotify_init
|
linux_syscallargs.h | 1751 int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
|
/src/sys/compat/linux/common/ |
linux_inotify.c | 339 linux_sys_inotify_init(struct lwp *l, const void *v, register_t *retval) function in typeref:typename:int
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1894 int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
|
linux_sysent.c | 1795 .sy_call = (sy_call_t *)linux_sys_inotify_init
|