Searched defs:grcache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c27 struct global_rcache grcache = {K5_MUTEX_PARTIAL_INITIALIZER, NULL}; variable in typeref:struct:global_rcache
116 if (err = k5_mutex_lock(&grcache.lock)) {
122 k5_mutex_unlock(&grcache.lock);
147 retval = k5_mutex_lock(&grcache.lock);
155 k5_mutex_unlock(&grcache.lock);
184 retval = k5_mutex_lock(&grcache.lock);
193 if (grcache.data != NULL) {
194 id->data = (krb5_pointer)grcache.data;
195 k5_mutex_unlock(&grcache.lock);
200 k5_mutex_unlock(&grcache
[all...]

Completed in 57 milliseconds