Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsalib.c41 static uint32_t lsa_lookup_name_int(char *, uint16_t, smb_account_t *,
82 return (lsa_lookup_name_int(account, type, info, B_TRUE)); in lsa_lookup_name()
89 return (lsa_lookup_name_int(account, type, info, B_FALSE)); in lsa_lookup_lname()
93 lsa_lookup_name_int(char *account, uint16_t type, smb_account_t *info, in lsa_lookup_name_int() function