Searched refs:sys_inotify_rm_watch (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_inotify.c | 1042 sys_inotify_rm_watch(struct thread *td, struct inotify_rm_watch_args *uap) in sys_inotify_rm_watch() function
|
H A D | init_sysent.c | 663 { .sy_narg = AS(inotify_rm_watch_args), .sy_call = (sy_call_t *)sys_inotify_rm_watch, .sy_auevent = AUE_INOTIFY, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 594 = inotify_rm_watch */
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 664 { .sy_narg = AS(inotify_rm_watch_args), .sy_call = (sy_call_t *)sys_inotify_rm_watch, .sy_auevent = AUE_INOTIFY, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 594 = inotify_rm_watch */
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2305 int sys_inotify_rm_watch(struct thread *, struct inotify_rm_watch_args *);
|