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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c99 static struct authdes_cache_entry **authdes_cache; /* [authdes_cachesz] */ variable in typeref:struct:authdes_cache_entry
155 if (authdes_cache == NULL) {
156 authdes_cache = kmem_zalloc(
490 * Create a new cache_entry and put it in authdes_cache table.
491 * Caller should have already locked the authdes_cache table.
527 head = authdes_cache[index];
531 authdes_cache[index] = new;
548 * Get an existing cache entry from authdes_cache table.
549 * The caller should have locked the authdes_cache table.
558 for (cur = authdes_cache[inde
[all...]

Completed in 45 milliseconds