Searched refs:smb_dcache (Results 1 – 1 of 1) sorted by relevance
85 static smb_domain_cache_t smb_dcache; variable185 dcnode = list_head(&smb_dcache.dc_cache); in smb_domain_lookup_name()208 dcnode = list_next(&smb_dcache.dc_cache, dcnode); in smb_domain_lookup_name()242 dcnode = list_head(&smb_dcache.dc_cache); in smb_domain_lookup_sid()251 dcnode = list_next(&smb_dcache.dc_cache, dcnode); in smb_domain_lookup_sid()279 dcnode = list_head(&smb_dcache.dc_cache); in smb_domain_lookup_type()288 dcnode = list_next(&smb_dcache.dc_cache, dcnode); in smb_domain_lookup_type()368 (void) mutex_lock(&smb_dcache.dc_mtx); in smb_domain_bad_dc()369 smb_dcache.dc_dci_valid = B_FALSE; in smb_domain_bad_dc()370 (void) mutex_unlock(&smb_dcache.dc_mtx); in smb_domain_bad_dc()[all …]