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

/netbsd-current/sys/nfs/
H A Dnfs_srvsubs.c291 * - if cred->cr_uid == 0 or MNT_EXPORTANON set it to credanon
300 kauth_cred_t credanon; local
314 error = netexport_check(&fhp->fh_fsid, nam, &mp, &exflags, &credanon);
358 kauth_cred_clone(credanon, cred);
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdsocket.c631 struct ucred *credanon; local
990 nd->nd_nam, &nes, &credanon);
993 &nes, credanon);
994 if (credanon != NULL)
995 crfree(credanon);
H A Dnfs_nfsdport.c2634 struct ucred *credanon)
2678 nd->nd_cred->cr_uid = credanon->cr_uid;
2679 nd->nd_cred->cr_gid = credanon->cr_gid;
2680 crsetgroups(nd->nd_cred, credanon->cr_ngroups,
2681 credanon->cr_groups);
2766 * - if cred->cr_uid == 0 or MNT_EXPORTANON set it to credanon
2777 struct ucred *credanon; local
2799 &credanon);
2849 nd->nd_repstat = nfsd_excred(nd, exp, credanon);
2853 if (credanon !
2633 nfsd_excred(struct nfsrv_descript *nd, struct nfsexstuff *exp, struct ucred *credanon) argument
3053 struct ucred *credanon; local
[all...]
/netbsd-current/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c1765 struct ucred *cred = NULL, *credanon = NULL; local
1777 (struct sockaddr *)&host->nh_addr, &exflags, &credanon,
1801 cred = credanon;
1802 credanon = NULL;
1830 if (credanon)
1831 crfree(credanon);

Completed in 198 milliseconds