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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.h109 u_char *gss_clnt_handle; // Identifies server context member in struct:nfs_gss_clnt_ctx
H A Dnfs_gss.c536 if (cp->gss_clnt_handle == NULL)
538 nfsm_chain_add_opaque(error, nmc, cp->gss_clnt_handle, cp->gss_clnt_handle_len);
1242 if (cp->gss_clnt_handle != NULL) {
1243 FREE(cp->gss_clnt_handle, M_TEMP);
1244 cp->gss_clnt_handle = NULL;
1247 MALLOC(cp->gss_clnt_handle, u_char *, cp->gss_clnt_handle_len, M_TEMP, M_WAITOK);
1248 if (cp->gss_clnt_handle == NULL) {
1252 nfsm_chain_get_opaque(error, &nmrep, cp->gss_clnt_handle_len, cp->gss_clnt_handle);
1622 if (cp->gss_clnt_handle)
1623 FREE(cp->gss_clnt_handle, M_TEM
[all...]

Completed in 15 milliseconds