Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c1049 err->errcls = ERRDOS; in smbsr_map_errno()
1064 smbsr_status(smb_request_t *sr, DWORD status, uint16_t errcls, uint16_t errcode) in smbsr_status() argument
1081 if (status != 0 && errcls == 0 && errcode == 0) { in smbsr_status()
1082 errcls = ERRDOS; in smbsr_status()
1086 sr->smb_error.errcls = errcls; in smbsr_status()
1113 if ((err->errcls == 0) && (err->errcode == 0)) { in smbsr_set_error()
1125 if ((err->errcls == 0) || (err->errcode == 0)) { in smbsr_set_error()
1129 sr->smb_rcls = (uint8_t)err->errcls; in smbsr_set_error()
H A Dsmb_delete.c609 uint32_t status, uint16_t errcls, uint16_t errcode) in smb_delete_error() argument
612 err->errcls = errcls; in smb_delete_error()
H A Dsmb_ofile.c195 err->errcls = ERRDOS; in smb_ofile_open()
252 err->errcls = ERRDOS; in smb_ofile_open()
269 err->errcls = ERRDOS; in smb_ofile_open()
H A Dsmb_nt_transact_security.c120 err.errcls = ERRDOS; in smb_nt_transact_query_security_info()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1451 uint16_t errcls; member