inotify_rm_watch_args
{ .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 */
struct inotify_rm_watch_args *p = params;
{ .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 */
struct inotify_rm_watch_args *p = params;
sys_inotify_rm_watch(struct thread *td, struct inotify_rm_watch_args *uap)
int sys_inotify_rm_watch(struct thread *, struct inotify_rm_watch_args *);