Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c390 HT_ITERATOR hti; in smb_netbios_cache_status() local
404 item = ht_findfirst(smb_netbios_cache, &hti); in smb_netbios_cache_status()
429 } while ((item = ht_findnext(&hti)) != 0); in smb_netbios_cache_status()
440 HT_ITERATOR hti; in smb_netbios_cache_reset_ttl() local
444 item = ht_findfirst(smb_netbios_cache, &hti); in smb_netbios_cache_reset_ttl()
468 } while ((item = ht_findnext(&hti)) != 0); in smb_netbios_cache_reset_ttl()
523 HT_ITERATOR hti; in smb_netbios_cache_refresh() local
530 item = ht_findfirst(smb_netbios_cache, &hti); in smb_netbios_cache_refresh()
555 } while ((item = ht_findnext(&hti)) != 0); in smb_netbios_cache_refresh()
573 HT_ITERATOR hti; in smb_netbios_cache_delete_locals() local
[all …]