Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_autohome.c57 static smb_autohome_info_t *smb_autohome_getinfo(void);
253 if ((si = smb_autohome_getinfo()) != 0) { in smb_autohome_setent()
287 if ((si = smb_autohome_getinfo()) != 0) { in smb_autohome_endent()
309 if ((si = smb_autohome_getinfo()) == 0) { in smb_autohome_getent()
312 if ((si = smb_autohome_getinfo()) == 0) in smb_autohome_getent()
433 smb_autohome_getinfo(void) in smb_autohome_getinfo() function