Lines Matching refs:pwdinfo
162 smbfs_passwd_t pwdinfo;
177 (void) strlcpy(pwdinfo.pw_dom, dom, sizeof (pwdinfo.pw_dom));
178 (void) strlcpy(pwdinfo.pw_usr, usr, sizeof (pwdinfo.pw_usr));
179 (void) memcpy(pwdinfo.pw_lmhash, lmhash, SMBIOC_HASH_SZ);
180 (void) memcpy(pwdinfo.pw_nthash, nthash, SMBIOC_HASH_SZ);
182 (void) smbfs_iod_pwdadd(&pwdinfo);
218 smbfs_passwd_t pwdinfo;
226 (void) strlcpy(pwdinfo.pw_dom, dom, sizeof (pwdinfo.pw_dom));
227 (void) strlcpy(pwdinfo.pw_usr, usr, sizeof (pwdinfo.pw_usr));
229 (void) smbfs_iod_pwddel(&pwdinfo);