Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_autohome.c58 static smb_autohome_info_t *smb_autohome_getinfo(void);
257 if ((si = smb_autohome_getinfo()) != 0) { in smb_autohome_setent()
291 if ((si = smb_autohome_getinfo()) != 0) { in smb_autohome_endent()
313 if ((si = smb_autohome_getinfo()) == 0) { in smb_autohome_getent()
316 if ((si = smb_autohome_getinfo()) == 0) in smb_autohome_getent()
437 smb_autohome_getinfo(void) in smb_autohome_getinfo() function