Home
last modified time | relevance | path

Searched refs:other_detail (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
Dghes_edac.c22 char other_detail[400]; member
273 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error()
277 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error()
423 p = pvt->other_detail; in ghes_edac_report_mem_error()
424 p += snprintf(p, sizeof(pvt->other_detail), in ghes_edac_report_mem_error()
496 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
Dedac_mc.c912 *e->other_detail ? " - " : "", in edac_ce_error()
913 e->other_detail); in edac_ce_error()
949 *e->other_detail ? " - " : "", in edac_ue_error()
950 e->other_detail); in edac_ue_error()
961 *e->other_detail ? " - " : "", in edac_ue_error()
962 e->other_detail); in edac_ue_error()
1003 grain_bits, e->syndrome, e->other_detail); in edac_raw_mc_handle_error()
1022 const char *other_detail) in edac_mc_handle_error() argument
1046 e->other_detail = other_detail ?: ""; in edac_mc_handle_error()
Dedac_mc.h251 const char *other_detail);
/kernel/linux/linux-5.10/include/linux/
Dedac.h467 const char *other_detail; member