Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c90 struct authdes_cache_entry { struct
97 struct authdes_cache_entry *prev, *next; /* hash table linked list */ argument
98 struct authdes_cache_entry *lru_prev, *lru_next; /* LRU linked list */ argument
101 static struct authdes_cache_entry **authdes_cache; /* [authdes_cachesz] */ argument
102 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 …]