Home
last modified time | relevance | path

Searched refs:sys_inotify_rm_watch (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_inotify.c1042 sys_inotify_rm_watch(struct thread *td, struct inotify_rm_watch_args *uap) in sys_inotify_rm_watch() function
H A Dinit_sysent.c663 { .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 Dfreebsd32_sysent.c664 { .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 Dsysproto.h2305 int sys_inotify_rm_watch(struct thread *, struct inotify_rm_watch_args *);