Searched refs:gss_clnt_cred (Results 1 – 2 of 2) sorted by relevance
522 kauth_cred_getasid(cp->gss_clnt_cred), in nfs_gss_clnt_ctx_dump()523 kauth_cred_getauid(cp->gss_clnt_cred), in nfs_gss_clnt_ctx_dump()556 kauth_cred_getasid(cp->gss_clnt_cred), in nfs_gss_clnt_ctx_name()557 kauth_cred_getuid(cp->gss_clnt_cred), in nfs_gss_clnt_ctx_name()561 kauth_cred_getasid(cp->gss_clnt_cred), in nfs_gss_clnt_ctx_name()562 kauth_cred_getuid(cp->gss_clnt_cred)); in nfs_gss_clnt_ctx_name()669 if (nfs_gss_clnt_ctx_cred_match(cp->gss_clnt_cred, req->r_cred)) { in nfs_gss_clnt_ctx_find_principal()777 cp->gss_clnt_cred = req->r_cred; in nfs_gss_clnt_ctx_find_principal()778 kauth_cred_ref(cp->gss_clnt_cred); in nfs_gss_clnt_ctx_find_principal()1845 kauth_cred_getuid(cp->gss_clnt_cred), in nfs_gss_clnt_log_error()[all …]
93 kauth_cred_t gss_clnt_cred; // Owner of this context member