Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dserver.c119 conn->ops->set_rsp_status(work, STATUS_INVALID_PARAMETER); in __process_request()
128 conn->ops->set_rsp_status(work, STATUS_INVALID_PARAMETER); in __process_request()
194 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()
204 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()
227 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()
H A Dsmb2pdu.c889 return STATUS_INVALID_PARAMETER; in decode_preauth_ctxt()
1006 __le32 status = STATUS_INVALID_PARAMETER; in deassemble_neg_contexts()
1106 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1113 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1122 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1128 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1135 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1142 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1156 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1174 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
[all …]
H A Dsmbstatus.h240 #define STATUS_INVALID_PARAMETER cpu_to_le32(0xC000000D) macro
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h237 #define STATUS_INVALID_PARAMETER (0xC000000DU) macro
/openbmc/linux/fs/smb/client/
H A Dsmb2maperror.c289 {STATUS_INVALID_PARAMETER, -EINVAL, "STATUS_INVALID_PARAMETER"},
H A Dsmb2status.h238 #define STATUS_INVALID_PARAMETER cpu_to_le32(0xC000000D) macro