kern_fhopen
return (kern_fhopen(td, (void *)&args->handle->f_handle, bsd_flags));
return (kern_fhopen(td, uap->u_fhp, uap->flags));
int kern_fhopen(struct thread *td, const struct fhandle *u_fhp, int flags);