Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c528 if (smb_pwd_getpwnam(guest, &smbpw) == NULL) in smb_logon_guest()
569 if (smb_pwd_getpwnam(user_info->lg_e_username, smbpw) == NULL) in smb_token_auth_local()
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dmapfile-vers326 smb_pwd_getpwnam;
H A Dsmb_sam.c512 if (smb_pwd_getpwnam(name, &smbpw) == NULL) in smb_sam_lookup_user()
H A Dlibsmb.h482 extern smb_passwd_t *smb_pwd_getpwnam(const char *, smb_passwd_t *);
H A Dsmb_pwdutil.c256 smb_pwd_getpwnam(const char *name, smb_passwd_t *smbpw) in smb_pwd_getpwnam() function