HomeSort by: relevance | last modified time | path
    Searched refs:error_type (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
ta_ras_if.h 86 enum ta_ras_error_type error_type; member in struct:ta_ras_enable_features_input
91 enum ta_ras_error_type error_type; member in struct:ta_ras_disable_features_input
amdgpu_ras.c 562 .error_type = amdgpu_ras_error_to_ta(head->type),
567 .error_type = amdgpu_ras_error_to_ta(head->type),
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_report.cc 32 void ReportErrorSummary(const char *error_type, const AddressInfo &info,
36 buff.append("%s ", error_type);
73 void ReportErrorSummary(const char *error_type, const StackTrace *stack,
79 ReportErrorSummary(error_type);
86 ReportErrorSummary(error_type, frame->info, alt_tool_name);
sanitizer_common.h 319 // error_type file:line[:column][ function]
320 void ReportErrorSummary(const char *error_type, const AddressInfo &info,
323 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
  /src/bin/ksh/
expr.c 134 enum error_type { ET_UNEXPECTED, ET_BADLIT, ET_RECURSIVE, enum
137 static void evalerr ARGS((Expr_state *es, enum error_type type,
227 enum error_type type;
  /src/sys/netinet/
sctp_input.c 765 uint16_t error_type; local in function:sctp_handle_error
777 error_type = ntohs(phdr->param_type);
789 switch (error_type) {
797 error_type);
858 error_type);
876 error_type);
  /src/sys/dev/pci/
if_iwmreg.h 2331 * @error_type: one of IWM_FW_ERR_*
2335 * error_type = 2, otherwise 0
2339 uint32_t error_type; member in struct:iwm_error_resp
if_iwm.c 7499 le32toh(resp->error_type), resp->cmd_id);

Completed in 60 milliseconds