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

/opensolaris-onvv-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...]
H A Drc_mem.h40 extern struct global_rcache grcache;
H A Drc_base.c44 retval = k5_mutex_finish_init(&grcache.lock);
54 struct mem_data *tgr = (struct mem_data *)grcache.data;
58 k5_mutex_destroy(&grcache.lock);

Completed in 107 milliseconds