Searched refs:gss_clnt_proc (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_gss.h138 uint32_t gss_clnt_proc; // Current GSS proc for cred member in struct:nfs_gss_clnt_ctx
H A Dnfs_gss.c551 nfsm_chain_add_32(error, nmc, cp->gss_clnt_proc);
565 if (cp->gss_clnt_proc == RPCSEC_GSS_INIT ||
566 cp->gss_clnt_proc == RPCSEC_GSS_CONTINUE_INIT) {
1013 cp->gss_clnt_proc = RPCSEC_GSS_INIT;
1048 if (error == ENEEDAUTH && cp->gss_clnt_proc == RPCSEC_GSS_INIT &&
1071 cp->gss_clnt_proc = RPCSEC_GSS_CONTINUE_INIT;
1080 cp->gss_clnt_proc = RPCSEC_GSS_DATA;
1855 cp->gss_clnt_proc = RPCSEC_GSS_DESTROY;

Completed in 30 milliseconds