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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c88 struct authdes_cache_entry { struct
95 struct authdes_cache_entry *prev, *next; /* hash table linked list */
96 struct authdes_cache_entry *lru_prev, *lru_next; /* LRU linked list */
99 static struct authdes_cache_entry **authdes_cache; /* [authdes_cachesz] */
100 static struct authdes_cache_entry *lru_first = NULL;
101 static struct authdes_cache_entry *lru_last = NULL;
107 static struct authdes_cache_entry *authdes_cache_new(char *,
109 static struct authdes_cache_entry *authdes_cache_get(uint32_t);
147 struct authdes_cache_entry *nick_entry;
157 sizeof (struct authdes_cache_entry *) * authdes_caches
[all...]

Completed in 58 milliseconds