chdir_args
{ .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 12 = chdir */
struct chdir_args *p = params;
filemon_wrapper_chdir(struct thread *td, struct chdir_args *uap)
{ .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 12 = chdir */
struct chdir_args *p = params;
sys_chdir(struct thread *td, struct chdir_args *uap)
int sys_chdir(struct thread *, struct chdir_args *);