sendfile_args
{ .sy_narg = AS(sendfile_args), .sy_call = (sy_call_t *)sys_sendfile, .sy_auevent = AUE_SENDFILE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 393 = sendfile */
sendfile(struct thread *td, struct sendfile_args *uap, int compat)
sys_sendfile(struct thread *td, struct sendfile_args *uap)
struct sendfile_args args;
struct sendfile_args *p = params;
int sys_sendfile(struct thread *, struct sendfile_args *);