Home
last modified time | relevance | path

Searched refs:gss_clnt_proc (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_gss.h98 uint32_t gss_clnt_proc; // Current GSS proc for cred member
H A Dnfs_gss.c937 nfsm_chain_add_32(error, nmc, cp->gss_clnt_proc); in nfs_gss_clnt_cred_put()
953 if (cp->gss_clnt_proc == RPCSEC_GSS_INIT || in nfs_gss_clnt_cred_put()
954 cp->gss_clnt_proc == RPCSEC_GSS_CONTINUE_INIT) { in nfs_gss_clnt_cred_put()
1383 cp->gss_clnt_proc = RPCSEC_GSS_INIT; in nfs_gss_clnt_ctx_init()
1430 (cp->gss_clnt_proc == RPCSEC_GSS_INIT || in nfs_gss_clnt_ctx_init()
1431 cp->gss_clnt_proc == RPCSEC_GSS_CONTINUE_INIT)) { in nfs_gss_clnt_ctx_init()
1455 cp->gss_clnt_proc = RPCSEC_GSS_CONTINUE_INIT; in nfs_gss_clnt_ctx_init()
1470 cp->gss_clnt_proc = RPCSEC_GSS_DATA; in nfs_gss_clnt_ctx_init()
1915 cp->gss_clnt_proc = RPCSEC_GSS_INIT; in nfs_gss_clnt_gssd_upcall()
2524 if (cp->gss_clnt_proc == RPCSEC_GSS_DESTROY) { in nfs_gss_clnt_ctx_renew()
[all …]
H A Dnfs_socket.c4939 if (cp->gss_clnt_proc == RPCSEC_GSS_DESTROY) { in nfs_request_gss()