Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session_setup_andx.c278 case NT_STATUS_NO_LOGON_SERVERS: in smb_com_session_setup_andx()
H A Dsmb_authenticate.c746 return (NT_STATUS_NO_LOGON_SERVERS); in smb_authsock_open()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c199 status = NT_STATUS_NO_LOGON_SERVERS; in smb_logon_domain()
233 status = NT_STATUS_NO_LOGON_SERVERS; in smb_logon_domain()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c283 {NT_STATUS_NO_LOGON_SERVERS, EAUTH},
436 {ERRDOS, NERR_LogonServerNotFound, NT_STATUS_NO_LOGON_SERVERS},
/illumos-gate/usr/src/uts/common/smb/
H A Dntstatus.h348 #define NT_STATUS_NO_LOGON_SERVERS 0xC000005E macro
/illumos-gate/usr/src/common/smbclnt/
H A Dsmb_status2winerr.c420 NT_STATUS_NO_LOGON_SERVERS, ERROR_NO_LOGON_SERVERS,