Searched refs:nick_entry (Results 1 – 2 of 2) sorted by relevance
149 struct authdes_cache_entry *nick_entry; in _svcauth_des() local218 if (!(nick_entry = authdes_cache_get(cred->adc_nickname))) { in _svcauth_des()224 sessionkey = &nick_entry->key; in _svcauth_des()225 mutex_enter(&nick_entry->lock); in _svcauth_des()246 mutex_exit(&nick_entry->lock); in _svcauth_des()273 window = nick_entry->window; in _svcauth_des()281 mutex_exit(&nick_entry->lock); in _svcauth_des()295 mutex_exit(&nick_entry->lock); in _svcauth_des()315 mutex_exit(&nick_entry->lock); in _svcauth_des()326 if (!(nick_entry = authdes_cache_new(cred->adc_fullname.name, in _svcauth_des()[all …]
1100 trill_node_free(trill_node_t *nick_entry) in trill_node_free() argument1104 tni = nick_entry->tn_ni; in trill_node_free()1106 kmem_free(nick_entry, sizeof (trill_node_t)); in trill_node_free()1123 trill_node_t *nick_entry; in trill_node_lookup() local1128 nick_entry = tip->ti_nodes[nick]; in trill_node_lookup()1129 if (nick_entry != NULL) { in trill_node_lookup()1130 atomic_inc_uint(&nick_entry->tn_refs); in trill_node_lookup()1133 return (nick_entry); in trill_node_lookup()1139 trill_node_t *nick_entry; in trill_del_nick() local1145 nick_entry = tip->ti_nodes[nick]; in trill_del_nick()[all …]