Home
last modified time | relevance | path

Searched refs:linux_sys_inotify_rm_watch (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h1017 check_syscall_args(linux_sys_inotify_rm_watch)
1761 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, …
Dlinux_sysent.c1194 .sy_call = (sy_call_t *)linux_sys_inotify_rm_watch
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h1024 check_syscall_args(linux_sys_inotify_rm_watch)
1755 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, …
Dlinux_sysent.c1210 .sy_call = (sy_call_t *)linux_sys_inotify_rm_watch
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h1138 check_syscall_args(linux_sys_inotify_rm_watch)
1884 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, …
Dlinux_sysent.c1291 .sy_call = (sy_call_t *)linux_sys_inotify_rm_watch
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h1076 check_syscall_args(linux_sys_inotify_rm_watch)
1845 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, …
Dlinux_sysent.c1274 .sy_call = (sy_call_t *)linux_sys_inotify_rm_watch
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h1091 check_syscall_args(linux_sys_inotify_rm_watch)
1850 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, …
Dlinux_sysent.c1353 .sy_call = (sy_call_t *)linux_sys_inotify_rm_watch
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h1127 check_syscall_args(linux_sys_inotify_rm_watch)
1898 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, …
Dlinux_sysent.c1804 .sy_call = (sy_call_t *)linux_sys_inotify_rm_watch
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h1137 check_syscall_args(linux_sys_inotify_rm_watch)
1890 int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, …
Dlinux_sysent.c1258 .sy_call = (sy_call_t *)linux_sys_inotify_rm_watch
/netbsd/src/sys/compat/linux/common/
Dlinux_inotify.c660 linux_sys_inotify_rm_watch(struct lwp *l, in linux_sys_inotify_rm_watch() function