/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 185 struct linux_sys_inotify_rm_watch_args { struct 1210 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
|
linux_sysent.c | 169 ns(struct linux_sys_inotify_rm_watch_args),
|
linux_systrace_args.c | 216 const struct linux_sys_inotify_rm_watch_args *p = params;
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1123 struct linux_sys_inotify_rm_watch_args { struct 1898 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
|
linux_sysent.c | 1803 ns(struct linux_sys_inotify_rm_watch_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 1013 struct linux_sys_inotify_rm_watch_args { struct 1761 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
|
linux_sysent.c | 1193 ns(struct linux_sys_inotify_rm_watch_args),
|
linux_systrace_args.c | 1740 const struct linux_sys_inotify_rm_watch_args *p = params;
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 1087 struct linux_sys_inotify_rm_watch_args { struct 1850 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
|
linux_sysent.c | 1352 ns(struct linux_sys_inotify_rm_watch_args),
|
linux_systrace_args.c | 1839 const struct linux_sys_inotify_rm_watch_args *p = params;
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 1134 struct linux_sys_inotify_rm_watch_args { struct 1884 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
|
linux_sysent.c | 1290 ns(struct linux_sys_inotify_rm_watch_args),
|
linux_systrace_args.c | 1902 const struct linux_sys_inotify_rm_watch_args *p = params;
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 1072 struct linux_sys_inotify_rm_watch_args { struct 1845 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
|
linux_sysent.c | 1273 ns(struct linux_sys_inotify_rm_watch_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 1133 struct linux_sys_inotify_rm_watch_args { struct 1890 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
|
linux_sysent.c | 1257 ns(struct linux_sys_inotify_rm_watch_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 1020 struct linux_sys_inotify_rm_watch_args { struct 1755 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
|
linux_sysent.c | 1209 ns(struct linux_sys_inotify_rm_watch_args),
|
/src/sys/compat/linux/common/ |
linux_inotify.c | 661 const struct linux_sys_inotify_rm_watch_args *uap, register_t *retval)
|