symlink_args
{ .sy_narg = AS(symlink_args), .sy_call = (sy_call_t *)sys_symlink, .sy_auevent = AUE_SYMLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 57 = symlink */
struct symlink_args *p = params;
filemon_wrapper_symlink(struct thread *td, struct symlink_args *uap)
{ .sy_narg = AS(symlink_args), .sy_call = (sy_call_t *)sys_symlink, .sy_auevent = AUE_SYMLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 57 = symlink */
struct symlink_args *p = params;
sys_symlink(struct thread *td, struct symlink_args *uap)
int sys_symlink(struct thread *, struct symlink_args *);