Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dauth.h115 #define NFSAUTH_WRONGSEC 0x10 macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c339 if (access & NFSAUTH_DENIED || access & NFSAUTH_WRONGSEC) { in nfsauth4_access()
1369 if (access & NFSAUTH_DENIED || access & NFSAUTH_WRONGSEC) { in nfsauth_access()
1381 if ((access & NFSAUTH_WRONGSEC) && (flavor != AUTH_NONE)) { in nfsauth_access()
H A Dnfs_server.c2113 } else if (access & NFSAUTH_WRONGSEC) { in checkauth()
2333 if (access & NFSAUTH_WRONGSEC) in checkauth4()
H A Dnfs4_srv.c1295 ! (access & NFSAUTH_WRONGSEC)) { in do_rfs4_op_secinfo()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3084 perm |= NFSAUTH_WRONGSEC; in check_client_new()