Searched defs:smb_binfo (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_browser.c77 static smb_browserinfo_t smb_binfo; variable
88 (void) mutex_lock(&smb_binfo.bi_mtx);
89 smb_binfo.bi_changed = B_TRUE;
90 (void) mutex_unlock(&smb_binfo.bi_mtx);
866 (void) rw_rdlock(&smb_binfo.bi_hlist_rwl);
867 hinfo = list_head(&smb_binfo.bi_hlist);
876 hinfo = list_next(&smb_binfo.bi_hlist, hinfo);
884 (void) rw_unlock(&smb_binfo.bi_hlist_rwl);
1069 (void) rw_rdlock(&smb_binfo.bi_hlist_rwl);
1070 hinfo = list_head(&smb_binfo
[all...]

Completed in 17 milliseconds