| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_report.cc | 32 void ReportErrorSummary(const char *error_type, const AddressInfo &info, in ReportErrorSummary() argument 36 buff.append("%s ", error_type); in ReportErrorSummary() 73 void ReportErrorSummary(const char *error_type, const StackTrace *stack, in ReportErrorSummary() argument 79 ReportErrorSummary(error_type); in ReportErrorSummary() 86 ReportErrorSummary(error_type, frame->info, alt_tool_name); in ReportErrorSummary()
|
| H A D | sanitizer_common.h | 330 void ReportErrorSummary(const char *error_type, const AddressInfo &info, 333 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_eq.c | 638 static const char *mlx5_port_module_event_error_type_to_string(u8 error_type) in mlx5_port_module_event_error_type_to_string() argument 640 switch (error_type) { in mlx5_port_module_event_error_type_to_string() 674 unsigned int error_type; in mlx5_port_module_event() local 682 error_type = (unsigned int)module_event_eqe->error_type & in mlx5_port_module_event() 703 mlx5_port_module_event_error_type_to_string(error_type), in mlx5_port_module_event() 704 error_type); in mlx5_port_module_event() 705 if (error_type < MLX5_MODULE_EVENT_ERROR_NUM) in mlx5_port_module_event() 706 dev->priv.pme_stats.error_counters[error_type]++; in mlx5_port_module_event()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | stabsread.c | 1447 return error_type (pp, objfile); in read_type() 1522 return error_type (pp, objfile); in read_type() 1537 return error_type (pp, objfile); in read_type() 1905 return error_type (pp, objfile); in read_type() 3406 return error_type (pp, objfile); in read_array_type() 3418 return error_type (pp, objfile); in read_array_type() 3427 return error_type (pp, objfile); in read_array_type() 3501 return error_type (pp, objfile); in read_enum_type() 3613 return error_type (pp, objfile); in read_sun_builtin_type() 3618 return error_type (pp, objfile); in read_sun_builtin_type() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Error.h | 442 using error_type = std::unique_ptr<ErrorInfoBase>; variable 464 new (getErrorStorage()) error_type(Err.takePayload()); in Expected() 521 getErrorStorage()->~error_type(); in ~Expected() 605 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct() 636 error_type *getErrorStorage() { in getErrorStorage() 638 return reinterpret_cast<error_type *>(ErrorStorage.buffer); in getErrorStorage() 641 const error_type *getErrorStorage() const { in getErrorStorage() 643 return reinterpret_cast<const error_type *>(ErrorStorage.buffer); in getErrorStorage() 678 AlignedCharArrayUnion<error_type> ErrorStorage;
|
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | regex.cpp | 18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() 63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
|
| /freebsd-12.1/contrib/wpa/src/eap_peer/ |
| H A D | ikev2.c | 385 data->error_type = INVALID_KE_PAYLOAD; in ikev2_process_kei() 573 data->error_type = AUTHENTICATION_FAILED; in ikev2_process_auth_secret() 739 data->error_type = 0; in ikev2_responder_process() 1027 if (data->error_type == 0) { in ikev2_build_notification() 1039 wpabuf_put_be16(msg, data->error_type); in ikev2_build_notification() 1041 switch (data->error_type) { in ikev2_build_notification() 1057 "%d", data->error_type); in ikev2_build_notification()
|
| H A D | ikev2.h | 49 u16 error_type; member
|
| /freebsd-12.1/sys/dev/pms/freebsd/driver/common/ |
| H A D | encrypt_ioctl.h | 112 bit32 error_type; member
|
| H A D | lxencrypt.c | 1146 perr->ioerr.error_type = pccb->scsiStatus; in agtiapi_HandleEncryptedIOFailure() 1150 perr->ioerr.error_type = 0xffffffff; in agtiapi_HandleEncryptedIOFailure()
|
| /freebsd-12.1/contrib/wpa/src/common/ |
| H A D | wpa_common.h | 291 be16 error_type; member
|
| /freebsd-12.1/sys/dev/mlx5/ |
| H A D | device.h | 563 u8 error_type; member
|
| H A D | mlx5_ifc.h | 8100 u8 error_type[0x4]; member 8149 u8 error_type[0x4]; member 8573 u8 error_type[0x8]; member 9641 u8 error_type[0x4]; member
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | regex | 64 enum error_type 87 explicit regex_error(regex_constants::error_type ecode); 88 regex_constants::error_type code() const; 938 enum error_type 963 regex_constants::error_type __code_; 965 explicit regex_error(regex_constants::error_type __ecode); 968 regex_constants::error_type code() const {return __code_;} 971 template <regex_constants::error_type _Ev>
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_hsi_common.h | 200 u8 error_type; member
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | tree.c | 1642 error_type (tree arg) in error_type() function
|
| H A D | error.c | 2151 dump_type (error_type (TREE_VALUE (p)), flags); in args_to_string()
|
| H A D | ChangeLog-1996 | 937 * tree.c (error_type): Don't print reference-to-array. 997 (error_type): New fn. 998 * call.c (op_error): Use error_type. 1001 * error.c (args_as_string): Use error_type.
|
| H A D | cp-tree.h | 4464 extern tree error_type (tree);
|
| H A D | ChangeLog-2003 | 3533 * tree.c (error_type): Don't die on error_type.
|
| /freebsd-12.1/sys/dev/iwm/ |
| H A D | if_iwmreg.h | 2211 uint32_t error_type; member
|
| H A D | if_iwm.c | 5348 le32toh(resp->error_type), in iwm_handle_rxb()
|
| /freebsd-12.1/contrib/binutils/binutils/po/ |
| H A D | binutils.pot | 5117 #. about dealing with it rather than just calling error_type?
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2001 | 25483 * cpplib.h (enum error_type): WARNING_SYSHDR: New.
|
| H A D | ChangeLog-2002 | 25518 * cpphash.h (enum error_type): Remove.
|