Home
last modified time | relevance | path

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

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