Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c104 iter->nbc_entry = smb_netbios_name_dup(entry, 1); in smb_netbios_cache_getfirst()
109 return ((iter->nbc_entry) ? 0 : -1); in smb_netbios_cache_getfirst()
127 iter->nbc_entry = smb_netbios_name_dup(entry, 1); in smb_netbios_cache_getnext()
132 return ((iter->nbc_entry) ? 0 : -1); in smb_netbios_cache_getnext()
H A Dsmbns_netbios.h623 struct name_entry *nbc_entry; member
H A Dsmbns_netbios_name.c2271 name = nbc_iter.nbc_entry; in smb_netbios_name_registration()