Searched refs:SV4_TRYSECDEFAULT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c1050 if (! (svp->sv_flags & SV4_TRYSECDEFAULT)) {
H A Dnfs4_vfsops.c1066 svp->sv_flags |= SV4_TRYSECDEFAULT;
1751 if ((svp->sv_flags & SV4_TRYSECDEFAULT) &&
H A Dnfs4_stub_vnops.c2057 * preference for security negotiation, translating SV4_TRYSECDEFAULT
2065 * If SV4_TRYSECDEFAULT is not set, that indicates that a specific
2070 * If SV4_TRYSECDEFAULT is set, then we start with a passed-in
2085 } else if (svp->sv_flags & SV4_TRYSECDEFAULT) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h651 #define SV4_TRYSECDEFAULT 0x002 /* try a default flavor */ macro

Completed in 218 milliseconds