Searched refs:authdes_cache_entry (Results 1 – 1 of 1) sorted by relevance
90 struct authdes_cache_entry { struct97 struct authdes_cache_entry *prev, *next; /* hash table linked list */ argument98 struct authdes_cache_entry *lru_prev, *lru_next; /* LRU linked list */ argument101 static struct authdes_cache_entry **authdes_cache; /* [authdes_cachesz] */ argument102 static struct authdes_cache_entry *lru_first = NULL;103 static struct authdes_cache_entry *lru_last = NULL;109 static struct authdes_cache_entry *authdes_cache_new(char *,111 static struct authdes_cache_entry *authdes_cache_get(uint32_t);149 struct authdes_cache_entry *nick_entry; in _svcauth_des()159 sizeof (struct authdes_cache_entry *) * authdes_cachesz, in _svcauth_des()[all …]