unlink_args
{ .sy_narg = AS(unlink_args), .sy_call = (sy_call_t *)sys_unlink, .sy_auevent = AUE_UNLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 10 = unlink */
struct unlink_args *p = params;
filemon_wrapper_unlink(struct thread *td, struct unlink_args *uap)
{ .sy_narg = AS(unlink_args), .sy_call = (sy_call_t *)sys_unlink, .sy_auevent = AUE_UNLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 10 = unlink */
struct unlink_args *p = params;
sys_unlink(struct thread *td, struct unlink_args *uap)
int sys_unlink(struct thread *, struct unlink_args *);