Home
last modified time | relevance | path

Searched refs:auth_perm (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth.c65 result->auth_perm = NFSAUTH_DENIED; in nfsauth_access()
84 result->auth_perm = check_client(sh, &cln, argp->req_flavor, in nfsauth_access()
92 if (result->auth_perm == NFSAUTH_DENIED) { in nfsauth_access()
H A Dnfsauth_xdr.c86 if (!xdr_int(xdrs, &argp->ares.auth_perm)) in xdr_nfsauth_res()
/illumos-gate/usr/src/uts/common/nfs/
H A Dauth.h138 int auth_perm; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth_xdr.c85 if (!xdr_int(xdrs, &argp->ares.auth_perm)) in xdr_nfsauth_res()
H A Dnfs_auth.c589 *access = res.ares.auth_perm; in nfsauth_retrieve()