Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c737 p->auth_flavor, &p->auth_clnt->authc_addr, &access, in nfsauth_refresh_thread()
820 if (a1->auth_flavor < a2->auth_flavor) in nfsauth_cache_compar()
822 if (a1->auth_flavor > a2->auth_flavor) in nfsauth_cache_compar()
955 ac.auth_flavor = flavor; in nfsauth_cache_get()
975 np->auth_flavor = flavor; in nfsauth_cache_get()
H A Dnfs_server.c1512 enum_t auth_flavor; in common_dispatch() local
1552 auth_flavor = req->rq_cred.oa_flavor; in common_dispatch()
1560 if (rfs_no_fast_xdrargs || (auth_flavor == RPCSEC_GSS) || in common_dispatch()
1564 if ((auth_flavor == RPCSEC_GSS) || in common_dispatch()
1685 if ((dis_flags & RPC_MAPRESP) && (auth_flavor != RPCSEC_GSS)) { in common_dispatch()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h317 int auth_flavor; member
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c91 #define NFSL_AUTH_FLAVOR_PRINT(auth_flavor) \ argument
92 (((auth_flavor) <= RPCSEC_GSS) ? \
93 auth_flavor_name[auth_flavor] : empty_name)