Home
last modified time | relevance | path

Searched refs:gss_clnt_handle (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/nfs/
H A Dnfs_gss.c942 if (cp->gss_clnt_handle == NULL) { in nfs_gss_clnt_cred_put()
945 nfsm_chain_add_opaque(error, nmc, cp->gss_clnt_handle, cp->gss_clnt_handle_len); in nfs_gss_clnt_cred_put()
1661 if (cp->gss_clnt_handle != NULL) { in nfs_gss_clnt_ctx_callserver()
1662 kfree_data(cp->gss_clnt_handle, prev_gss_clnt_handle_len); in nfs_gss_clnt_ctx_callserver()
1665 cp->gss_clnt_handle = (u_char *)kalloc_data(cp->gss_clnt_handle_len, Z_WAITOK); in nfs_gss_clnt_ctx_callserver()
1666 if (cp->gss_clnt_handle == NULL) { in nfs_gss_clnt_ctx_callserver()
1670 nfsm_chain_get_opaque(error, &nmrep, cp->gss_clnt_handle_len, cp->gss_clnt_handle); in nfs_gss_clnt_ctx_callserver()
1917 if (cp->gss_clnt_handle != NULL) { in nfs_gss_clnt_gssd_upcall()
1918 kfree_data(cp->gss_clnt_handle, cp->gss_clnt_handle_len); in nfs_gss_clnt_gssd_upcall()
2074 if (cp->gss_clnt_handle != NULL) { in nfs_gss_clnt_gssd_upcall()
[all …]
H A Dnfs_gss.h101 uint8_t *gss_clnt_handle; // Identifies server context member