Home
last modified time | relevance | path

Searched refs:error_type (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_cnvnr_ctrs_dbg.c43 u8 num_aes = 0, ae = 0, error_type = 0, bytes_written = 0; in qat_cnvnr_ctrs_dbg_read() local
103 error_type = CNV_ERROR_TYPE_GET(response.latest_error); in qat_cnvnr_ctrs_dbg_read()
104 if (error_type == CNV_ERR_TYPE_DECOMP_PRODUCED_LENGTH_ERROR || in qat_cnvnr_ctrs_dbg_read()
105 error_type == CNV_ERR_TYPE_DECOMP_CONSUMED_LENGTH_ERROR) { in qat_cnvnr_ctrs_dbg_read()
108 } else if (error_type == CNV_ERR_TYPE_DECOMPRESSION_ERROR || in qat_cnvnr_ctrs_dbg_read()
109 error_type == CNV_ERR_TYPE_TRANSLATION_ERROR) { in qat_cnvnr_ctrs_dbg_read()
123 cnvnr_err_str[error_type], in qat_cnvnr_ctrs_dbg_read()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h191 using error_type = std::unique_ptr<ErrorInfoBase>; variable
204 new (getErrorStorage()) error_type(Err.takePayload()); in Expected()
248 getErrorStorage()->~error_type(); in ~Expected()
320 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct()
351 error_type *getErrorStorage() { in getErrorStorage()
353 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
356 const error_type *getErrorStorage() const { in getErrorStorage()
358 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
371 std::aligned_union_t<1, error_type> ErrorStorage;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp54 void ReportErrorSummary(const char *error_type, const AddressInfo &info, in ReportErrorSummary() argument
58 buff.AppendF("%s ", error_type); in ReportErrorSummary()
96 void ReportErrorSummary(const char *error_type, const StackTrace *stack, in ReportErrorSummary() argument
109 ReportErrorSummary(error_type, summary_frame->info, alt_tool_name); in ReportErrorSummary()
121 ReportErrorSummary(error_type, frame->info, alt_tool_name); in ReportErrorSummary()
127 ReportErrorSummary(error_type); in ReportErrorSummary()
H A Dsanitizer_common.h392 void ReportErrorSummary(const char *error_type, const AddressInfo &info,
395 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c642 static const char *mlx5_port_module_event_error_type_to_string(u8 error_type) in mlx5_port_module_event_error_type_to_string() argument
644 switch (error_type) { in mlx5_port_module_event_error_type_to_string()
692 unsigned int error_type; in mlx5_port_module_event() local
700 error_type = (unsigned int)module_event_eqe->error_type & in mlx5_port_module_event()
721 mlx5_port_module_event_error_type_to_string(error_type), in mlx5_port_module_event()
722 error_type); in mlx5_port_module_event()
723 if (error_type < MLX5_MODULE_EVENT_ERROR_NUM) in mlx5_port_module_event()
724 dev->priv.pme_stats.error_counters[error_type]++; in mlx5_port_module_event()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dregex.cpp15 static const char* make_error_type_string(regex_constants::error_type ecode) { in make_error_type_string()
60 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h482 using error_type = std::unique_ptr<ErrorInfoBase>; variable
504 new (getErrorStorage()) error_type(Err.takePayload()); in Expected()
559 getErrorStorage()->~error_type(); in ~Expected()
653 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct()
684 error_type *getErrorStorage() { in getErrorStorage()
686 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
689 const error_type *getErrorStorage() const { in getErrorStorage()
691 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
724 AlignedCharArrayUnion<error_type> ErrorStorage;
/freebsd/contrib/wpa/src/eap_peer/
H A Dikev2.c387 data->error_type = INVALID_KE_PAYLOAD; in ikev2_process_kei()
575 data->error_type = AUTHENTICATION_FAILED; in ikev2_process_auth_secret()
741 data->error_type = 0; in ikev2_responder_process()
1029 if (data->error_type == 0) { in ikev2_build_notification()
1041 wpabuf_put_be16(msg, data->error_type); in ikev2_build_notification()
1043 switch (data->error_type) { in ikev2_build_notification()
1059 "%d", data->error_type); in ikev2_build_notification()
H A Dikev2.h49 u16 error_type; member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h101 enum scudo_error_type error_type; member
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h473 using error_type = _Err;
477 using rebind = expected<_Up, error_type>;
924 static_assert(is_same_v<typename _Up::error_type, _Err>,
937 static_assert(is_same_v<typename _Up::error_type, _Err>,
951 static_assert(is_same_v<typename _Up::error_type, _Err>,
965 static_assert(is_same_v<typename _Up::error_type, _Err>,
1379 using error_type = _Err;
1383 using rebind = expected<_Up, error_type>;
1652 …is_same_v<typename _Up::error_type, _Err>, "The result of f() must have the same error_type as thi…
1665 …is_same_v<typename _Up::error_type, _Err>, "The result of f() must have the same error_type as thi…
[all …]
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h111 bit32 error_type; member
H A Dlxencrypt.c1145 perr->ioerr.error_type = pccb->scsiStatus; in agtiapi_HandleEncryptedIOFailure()
1149 perr->ioerr.error_type = 0xffffffff; in agtiapi_HandleEncryptedIOFailure()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Ddebug.h101 __le32 error_type; member
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dregex.inc14 using std::regex_constants::error_type;
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1376 R->error_type = in getInlineErrorInfo()
1455 R->error_type = USE_AFTER_FREE; in getRingBufferErrorInfo()
1457 R->error_type = BUFFER_UNDERFLOW; in getRingBufferErrorInfo()
1459 R->error_type = BUFFER_OVERFLOW; in getRingBufferErrorInfo()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h316 be16 error_type; member
/freebsd/sys/dev/mlx5/
H A Ddevice.h606 u8 error_type; member
H A Dmlx5_ifc.h8868 u8 error_type[0x4]; member
8917 u8 error_type[0x4]; member
9341 u8 error_type[0x8]; member
10412 u8 error_type[0x4]; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c204 le32_to_cpu(err_resp->error_type), err_resp->cmd_id); in iwl_mvm_rx_fw_error()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex65 enum error_type
88 explicit regex_error(regex_constants::error_type ecode);
89 regex_constants::error_type code() const;
954 enum error_type {
977 regex_constants::error_type __code_;
980 explicit regex_error(regex_constants::error_type __ecode);
983 _LIBCPP_HIDE_FROM_ABI regex_constants::error_type code() const { return __code_; }
986 template <regex_constants::error_type _Ev>
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_common.h185 u8 error_type; member
H A Decore_ll2.c886 p_ramrod->action_on_error.error_type = action_on_error; in ecore_sp_ll2_rx_queue_start()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h2618 uint32_t error_type; member
H A Dif_iwm.c5505 le32toh(resp->error_type), in iwm_handle_rxb()

12