Searched refs:ht_findfirst (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/dtrace/
H A Dsmbd-pipesvc.d65 pid$target::ht_findfirst:entry,
81 pid$target::ht_findfirst:return,
H A Dsmbd-all.d68 pid$target::ht_findfirst:entry,
105 pid$target::ht_findfirst:return,
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h136 * Iterator used with ht_findfirst and ht_findnext to walk through
180 extern HT_ITEM *ht_findfirst(HT_HANDLE *handle, HT_ITERATOR *iterator);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c96 item = ht_findfirst(smb_netbios_cache, &iter->nbc_hti);
404 item = ht_findfirst(smb_netbios_cache, &hti);
444 item = ht_findfirst(smb_netbios_cache, &hti);
528 item = ht_findfirst(smb_netbios_cache, &hti);
578 item = ht_findfirst(smb_netbios_cache, &hti);
649 item = ht_findfirst(smb_netbios_cache, &hti);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c143 while ((item = ht_findfirst(handle, &iterator)) != 0)
538 * ht_findfirst
548 ht_findfirst(HT_HANDLE *handle, HT_ITERATOR *iterator) function
576 * be initialized by ht_findfirst, which will also return the first item
580 * - an invalid iterator (i.e. ht_findfirst has not been called)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c1361 item = ht_findfirst(smb_shr_cache.sc_cache, &shi->si_hashiter);

Completed in 66 milliseconds