/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_cnvnr_ctrs_dbg.c | 43 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 D | error.h | 191 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 D | sanitizer_symbolizer_report.cpp | 58 void ReportErrorSummary(const char *error_type, const AddressInfo &info, in ReportErrorSummary() argument 62 buff.AppendF("%s ", error_type); in ReportErrorSummary() 100 void ReportErrorSummary(const char *error_type, const StackTrace *stack, in ReportErrorSummary() argument 113 ReportErrorSummary(error_type, summary_frame->info, alt_tool_name); in ReportErrorSummary() 125 ReportErrorSummary(error_type, frame->info, alt_tool_name); in ReportErrorSummary() 131 ReportErrorSummary(error_type); in ReportErrorSummary()
|
H A D | sanitizer_common.h | 391 void ReportErrorSummary(const char *error_type, const AddressInfo &info, 394 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_eq.c | 653 static const char *mlx5_port_module_event_error_type_to_string(u8 error_type) in mlx5_port_module_event_error_type_to_string() argument 655 switch (error_type) { in mlx5_port_module_event_error_type_to_string() 703 unsigned int error_type; in mlx5_port_module_event() local 711 error_type = (unsigned int)module_event_eqe->error_type & in mlx5_port_module_event() 732 mlx5_port_module_event_error_type_to_string(error_type), in mlx5_port_module_event() 733 error_type); in mlx5_port_module_event() 734 if (error_type < MLX5_MODULE_EVENT_ERROR_NUM) in mlx5_port_module_event() 735 dev->priv.pme_stats.error_counters[error_type]++; in mlx5_port_module_event()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 489 using error_type = std::unique_ptr<ErrorInfoBase>; variable 511 new (getErrorStorage()) error_type(Err.takePayload()); in Expected() 566 getErrorStorage()->~error_type(); in ~Expected() 660 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct() 691 error_type *getErrorStorage() { in getErrorStorage() 693 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage() 696 const error_type *getErrorStorage() const { in getErrorStorage() 698 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage() 731 AlignedCharArrayUnion<error_type> ErrorStorage;
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | regex.cpp | 15 static const char* make_error_type_string(regex_constants::error_type ecode) { 60 regex_error::regex_error(regex_constants::error_type ecode) in make_error_type_string()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | ikev2.c | 387 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 D | ikev2.h | 49 u16 error_type; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/ |
H A D | interface.h | 101 enum scudo_error_type error_type; 88 enum scudo_error_type error_type; global() member
|
/freebsd/contrib/llvm-project/libcxx/include/__expected/ |
H A D | expected.h | 464 using error_type = _Err; 473 using rebind = expected<_Up, error_type>; 922 static_assert(is_same_v<typename _Up::error_type, _Err>, 935 static_assert(is_same_v<typename _Up::error_type, _Err>, 949 static_assert(is_same_v<typename _Up::error_type, _Err>, 963 static_assert(is_same_v<typename _Up::error_type, _Err>, 1377 using error_type = _Err; 1381 using rebind = expected<_Up, error_type>; 1650 …is_same_v<typename _Up::error_type, _Err>, "The result of f() must have the same error_type as thi… 1663 …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 D | encrypt_ioctl.h | 111 bit32 error_type; member
|
H A D | lxencrypt.c | 1145 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 D | debug.h | 104 * @error_type: one of FW_ERR_* 109 * error_type = 2, otherwise 0 113 __le32 error_type; 101 __le32 error_type; global() member
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | regex.cppm |
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 1527 R->error_type = in getInlineErrorInfo() 1608 R->error_type = USE_AFTER_FREE; in getRingBufferErrorInfo() 1610 R->error_type = BUFFER_UNDERFLOW; in getRingBufferErrorInfo() 1612 R->error_type = BUFFER_OVERFLOW; in getRingBufferErrorInfo()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_common.h | 346 be16 error_type; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | utils.c | 204 le32_to_cpu(err_resp->error_type), err_resp->cmd_id); in iwl_mvm_rx_fw_error()
|
/freebsd/sys/dev/mlx5/ |
H A D | device.h | 615 u8 error_type; member
|
H A D | mlx5_ifc.h | 9178 u8 error_type[0x4]; member 9227 u8 error_type[0x4]; member 9651 u8 error_type[0x8]; member 10722 u8 error_type[0x4]; member
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | regex | 65 enum error_type 88 explicit regex_error(regex_constants::error_type ecode); 89 regex_constants::error_type code() const; 953 enum error_type { 976 regex_constants::error_type __code_; 979 explicit regex_error(regex_constants::error_type __ecode); 982 _LIBCPP_HIDE_FROM_ABI regex_constants::error_type code() const { return __code_; } 985 template <regex_constants::error_type _Ev>
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_common.h | 185 u8 error_type; member
|
H A D | ecore_ll2.c | 886 p_ramrod->action_on_error.error_type = action_on_error; in ecore_sp_ll2_rx_queue_start()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 2610 * @error_type: one of IWM_FW_ERR_* 2614 * error_type = 2, otherwise 0 2618 uint32_t error_type; member
|
H A D | if_iwm.c | 5534 le32toh(resp->error_type), in iwm_handle_rxb()
|