Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c259 user->u_state = SMB_USER_STATE_LOGGING_ON; in smb_user_new()
317 if (user->u_state != SMB_USER_STATE_LOGGING_ON) { in smb_user_logon()
375 case SMB_USER_STATE_LOGGING_ON: in smb_user_logoff()
479 case SMB_USER_STATE_LOGGING_ON: in smb_user_release()
520 if (user->u_state != SMB_USER_STATE_LOGGING_ON) { in smb_user_auth_tmo()
H A Dsmb_authenticate.c300 sr->smb2_ssnid, sr->smb_uid, SMB_USER_STATE_LOGGING_ON); in smb_authenticate_ext()
586 if (user->u_state == SMB_USER_STATE_LOGGING_ON) { in smb_authsock_cancel()
H A Dsmb_session.c1203 case SMB_USER_STATE_LOGGING_ON: in smb_session_logoff()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1045 SMB_USER_STATE_LOGGING_ON = 0, enumerator