Home
last modified time | relevance | path

Searched refs:NT_STATUS_INVALID_DEVICE_REQUEST (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_errno.c71 { ENOTTY, NT_STATUS_INVALID_DEVICE_REQUEST },
H A Dsmb2_ofile.c75 return (NT_STATUS_INVALID_DEVICE_REQUEST); in smb2_ofile_getstd()
H A Dsmb2_ioctl.c109 status = NT_STATUS_INVALID_DEVICE_REQUEST; in smb2_ioctl()
H A Dsmb_nt_create_andx.c341 smbsr_error(sr, NT_STATUS_INVALID_DEVICE_REQUEST, in smb_com_nt_create_andx()
H A Dsmb_nt_transact_create.c253 smbsr_error(sr, NT_STATUS_INVALID_DEVICE_REQUEST, in smb_nt_transact_create()
H A Dsmb_open_andx.c464 smbsr_error(sr, NT_STATUS_INVALID_DEVICE_REQUEST, in smb_com_open_andx()
H A Dsmb_set_fileinfo.c109 smbsr_error(sr, NT_STATUS_INVALID_DEVICE_REQUEST, in smb_com_trans2_set_path_information()
H A Dsmb_query_fileinfo.c126 smbsr_error(sr, NT_STATUS_INVALID_DEVICE_REQUEST, in smb_com_trans2_query_path_information()
/titanic_50/usr/src/uts/common/smb/
H A Dntstatus.h243 #define NT_STATUS_INVALID_DEVICE_REQUEST 0xC0000010 macro
/titanic_50/usr/src/common/smbclnt/
H A Dsmb_status2winerr.c266 NT_STATUS_INVALID_DEVICE_REQUEST, ERROR_INVALID_FUNCTION,
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c342 {ERRDOS, ERRbadfunc, NT_STATUS_INVALID_DEVICE_REQUEST},