Lines Matching refs:fhp
159 syscallarg(const struct compat_30_fhandle *) fhp;
166 error = do_fhstat(l, SCARG(uap, fhp), sizeof(*SCARG(uap, fhp)), &sb);
342 syscallarg(struct compat_30_fhandle *) fhp;
379 return copyout(&fh, SCARG(uap, fhp), sizeof(fh));
393 syscallarg(const fhandle_t *) fhp;
397 return dofhopen(l, SCARG(uap, fhp), FHANDLE_SIZE_COMPAT,
407 syscallarg(const fhandle_t *) fhp;
414 error = do_fhstat(l, SCARG(uap_30, fhp), FHANDLE_SIZE_COMPAT, &sb);
427 syscallarg(const fhandle_t *) fhp;
432 int error = do_fhstatvfs(l, SCARG(uap, fhp), FHANDLE_SIZE_COMPAT,