Searched refs:other_detail (Results 1 – 4 of 4) sorted by relevance
22 char other_detail[400]; member268 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error()272 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error()418 p = pvt->other_detail; in ghes_edac_report_mem_error()419 p += snprintf(p, sizeof(pvt->other_detail), in ghes_edac_report_mem_error()491 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
917 *e->other_detail ? " - " : "", in edac_ce_error()918 e->other_detail); in edac_ce_error()954 *e->other_detail ? " - " : "", in edac_ue_error()955 e->other_detail); in edac_ue_error()966 *e->other_detail ? " - " : "", in edac_ue_error()967 e->other_detail); in edac_ue_error()1008 grain_bits, e->syndrome, e->other_detail); in edac_raw_mc_handle_error()1027 const char *other_detail) in edac_mc_handle_error() argument1051 e->other_detail = other_detail ?: ""; in edac_mc_handle_error()
251 const char *other_detail);
482 const char *other_detail; member