Lines Matching defs:control
324 smb_pwd_setcntl(const char *name, int control)
327 return (smb_pwd_ops.pwop_setcntl(name, control));
329 if (control == 0)
332 return (smb_pwd_update(name, NULL, control));
424 * given password and control information.
427 smb_pwd_update(const char *name, const char *password, int control)
471 control |= SMB_PWC_NOLM;
481 err = smb_pwd_chgpwent(&smbpw, password, control);
503 (void) smb_pwd_chgpwent(&smbpw, password, control);
629 * control information.
632 smb_pwd_chgpwent(smb_passwd_t *smbpw, const char *password, int control)
634 if (control & SMB_PWC_DISABLE) {
643 if ((control & SMB_PWC_ENABLE) && (smbpw->pw_flags & SMB_PWF_DISABLE)) {
655 /* This call was just to update the control flags */
659 if (control & SMB_PWC_NOLM) {