Searched refs:linux_inotify_rm_watch (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1996 linux_inotify_rm_watch(struct thread *td, in linux_inotify_rm_watch() function
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 45 …{ .sy_narg = AS(linux_inotify_rm_watch_args), .sy_call = (sy_call_t *)linux_inotify_rm_watch, .sy_…
|
H A D | linux_proto.h | 1272 int linux_inotify_rm_watch(struct thread *, struct linux_inotify_rm_watch_args *);
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 310 …{ .sy_narg = AS(linux_inotify_rm_watch_args), .sy_call = (sy_call_t *)linux_inotify_rm_watch, .sy_…
|
H A D | linux_proto.h | 1958 int linux_inotify_rm_watch(struct thread *, struct linux_inotify_rm_watch_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 272 …{ .sy_narg = AS(linux_inotify_rm_watch_args), .sy_call = (sy_call_t *)linux_inotify_rm_watch, .sy_…
|
H A D | linux_proto.h | 1643 int linux_inotify_rm_watch(struct thread *, struct linux_inotify_rm_watch_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 311 …{ .sy_narg = AS(linux_inotify_rm_watch_args), .sy_call = (sy_call_t *)linux_inotify_rm_watch, .sy_…
|
H A D | linux32_proto.h | 1962 int linux_inotify_rm_watch(struct thread *, struct linux_inotify_rm_watch_args *);
|