Home
last modified time | relevance | path

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

/titanic_41/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()
521 HT_ITERATOR hti; in smb_netbios_cache_refresh() local
528 item = ht_findfirst(smb_netbios_cache, &hti); in smb_netbios_cache_refresh()
553 } while ((item = ht_findnext(&hti)) != 0); in smb_netbios_cache_refresh()
571 HT_ITERATOR hti; in smb_netbios_cache_delete_locals() local
[all …]