Home
last modified time | relevance | path

Searched refs:auth_flavor (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c703 p->auth_flavor, &p->auth_clnt->authc_addr, &access, in nfsauth_refresh_thread()
785 if (a1->auth_flavor < a2->auth_flavor) in nfsauth_cache_compar()
787 if (a1->auth_flavor > a2->auth_flavor) in nfsauth_cache_compar()
849 ac.auth_flavor = flavor; in nfsauth_cache_get()
922 np->auth_flavor = flavor; in nfsauth_cache_get()
H A Dnfs_server.c1503 enum_t auth_flavor; in common_dispatch() local
1534 auth_flavor = req->rq_cred.oa_flavor; in common_dispatch()
1542 if (rfs_no_fast_xdrargs || (auth_flavor == RPCSEC_GSS) || in common_dispatch()
1546 if ((auth_flavor == RPCSEC_GSS) || in common_dispatch()
1683 if ((dis_flags & RPC_MAPRESP) && (auth_flavor != RPCSEC_GSS)) { in common_dispatch()
/titanic_44/usr/src/uts/common/nfs/
H A Dexport.h308 int auth_flavor; member
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c93 #define NFSL_AUTH_FLAVOR_PRINT(auth_flavor) \ argument
94 (((auth_flavor) <= RPCSEC_GSS) ? \
95 auth_flavor_name[auth_flavor] : empty_name)