Searched refs:error_type (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Derror.cpp29 enum error_type { WARNING, ERROR, FATAL }; enum
34 error_type type,
76 static void do_error(error_type type,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp31 void ReportErrorSummary(const char *error_type, const AddressInfo &info, argument
35 buff.append("%s ", error_type);
72 void ReportErrorSummary(const char *error_type, const StackTrace *stack, argument
78 ReportErrorSummary(error_type);
85 ReportErrorSummary(error_type, frame->info, alt_tool_name);
H A Dsanitizer_common.h330 // error_type file:line[:column][ function]
331 void ReportErrorSummary(const char *error_type, const AddressInfo &info,
334 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dikev2.h49 u16 error_type; member in struct:ikev2_responder_data
H A Dikev2.c385 data->error_type = INVALID_KE_PAYLOAD;
573 data->error_type = AUTHENTICATION_FAILED;
739 data->error_type = 0;
1027 if (data->error_type == 0) {
1039 wpabuf_put_be16(msg, data->error_type);
1041 switch (data->error_type) {
1057 "%d", data->error_type);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c643 static const char *mlx5_port_module_event_error_type_to_string(u8 error_type) argument
645 switch (error_type) {
693 unsigned int error_type; local
701 error_type = (unsigned int)module_event_eqe->error_type &
722 mlx5_port_module_event_error_type_to_string(error_type),
723 error_type);
724 if (error_type < MLX5_MODULE_EVENT_ERROR_NUM)
725 dev->priv.pme_stats.error_counters[error_type]++;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c97 static struct type *error_type (char **, struct objfile *);
717 SYMBOL_TYPE (sym) = error_type (&p, objfile);
791 SYMBOL_TYPE (sym) = error_type (&p, objfile);
808 SYMBOL_TYPE (sym) = error_type (&p, objfile);
1335 SYMBOL_TYPE (sym) = error_type (&p, objfile);
1365 General notes on error recovery: error_type always skips to the
1370 return error_type (pp, objfile);
1378 return error_type (pp, objfile);
1384 foo = error_type (pp, objfile);
1393 error_type (cha
1390 error_type (char **pp, struct objfile *objfile) function
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h441 using error_type = std::unique_ptr<ErrorInfoBase>;
463 new (getErrorStorage()) error_type(Err.takePayload());
520 getErrorStorage()->~error_type();
604 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
635 error_type *getErrorStorage() {
637 return reinterpret_cast<error_type *>(ErrorStorage.buffer);
640 const error_type *getErrorStorage() const {
642 return reinterpret_cast<const error_type *>(ErrorStorage.buffer);
677 AlignedCharArrayUnion<error_type> ErrorStorage;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dregex.cpp17 make_error_type_string(regex_constants::error_type ecode)
64 regex_error::regex_error(regex_constants::error_type ecode)
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h112 bit32 error_type; member in struct:IoctlEncryptIOError_s
H A Dlxencrypt.c1146 perr->ioerr.error_type = pccb->scsiStatus;
1150 perr->ioerr.error_type = 0xffffffff;
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.h291 be16 error_type; member in struct:rsn_error_kde
/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h570 u8 error_type; member in struct:mlx5_eqe_port_module_event
H A Dmlx5_ifc.h8079 u8 error_type[0x4]; member in struct:mlx5_ifc_pmpe_reg_bits
8128 u8 error_type[0x4]; member in struct:mlx5_ifc_pmaos_reg_bits
8552 u8 error_type[0x8]; member in struct:mlx5_ifc_peir_reg_bits
9623 u8 error_type[0x4]; member in struct:mlx5_ifc_port_module_event_bits
/freebsd-11-stable/contrib/gcc/cp/
H A Derror.c2151 dump_type (error_type (TREE_VALUE (p)), flags);
H A Dtree.c1649 error_type (tree arg)
1642 error_type (tree arg) function
H A Dcp-tree.h4473 extern tree error_type (tree);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_common.h200 u8 error_type; member in struct:core_rx_action_on_error
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h2198 * @error_type: one of IWM_FW_ERR_*
2202 * error_type = 2, otherwise 0
2206 uint32_t error_type; member in struct:iwm_error_resp
H A Dif_iwm.c5570 le32toh(resp->error_type),

Completed in 336 milliseconds