Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dauth.h115 #define NFSAUTH_WRONGSEC 0x10 macro
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c311 if (access & NFSAUTH_DENIED || access & NFSAUTH_WRONGSEC) { in nfsauth4_access()
1372 if (access & NFSAUTH_DENIED || access & NFSAUTH_WRONGSEC) { in nfsauth_access()
1384 if ((access & NFSAUTH_WRONGSEC) && (flavor != AUTH_NONE)) { in nfsauth_access()
H A Dnfs_server.c2112 } else if (access & NFSAUTH_WRONGSEC) { in checkauth()
2331 if (access & NFSAUTH_WRONGSEC) in checkauth4()
H A Dnfs4_srv.c1071 ! (access & NFSAUTH_WRONGSEC)) { in do_rfs4_op_secinfo()
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2935 perm |= NFSAUTH_WRONGSEC; in check_client_new()