Lines Matching refs:dc_cache
66 list_t dc_cache;
413 dcnode = list_head(&smb_dcache.dc_cache);
436 dcnode = list_next(&smb_dcache.dc_cache, dcnode);
468 dcnode = list_head(&smb_dcache.dc_cache);
477 dcnode = list_next(&smb_dcache.dc_cache, dcnode);
503 dcnode = list_head(&smb_dcache.dc_cache);
512 dcnode = list_next(&smb_dcache.dc_cache, dcnode);
592 dcnode = list_head(&smb_dcache.dc_cache);
597 dcnode = list_head(&smb_dcache.dc_cache);
599 dcnode = list_next(&smb_dcache.dc_cache, dcnode);
679 domain = list_head(&smb_dcache.dc_cache);
709 domain = list_next(&smb_dcache.dc_cache, domain);
806 list_create(&smb_dcache.dc_cache, sizeof (smb_domain_t),
823 while ((di = list_head(&smb_dcache.dc_cache)) != NULL)
844 list_destroy(&smb_dcache.dc_cache);
936 list_insert_tail(&smb_dcache.dc_cache, dcnode);
948 list_remove(&smb_dcache.dc_cache, di);