link_args
{ .sy_narg = AS(link_args), .sy_call = (sy_call_t *)sys_link, .sy_auevent = AUE_LINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 9 = link */
struct link_args *p = params;
filemon_wrapper_link(struct thread *td, struct link_args *uap)
{ .sy_narg = AS(link_args), .sy_call = (sy_call_t *)sys_link, .sy_auevent = AUE_LINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 9 = link */
struct link_args *p = params;
sys_link(struct thread *td, struct link_args *uap)
int sys_link(struct thread *, struct link_args *);