Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/edac/
Dghes_edac.c22 char other_detail[400]; member
268 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()
Dedac_mc.c917 *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() argument
1051 e->other_detail = other_detail ?: ""; in edac_mc_handle_error()
Dedac_mc.h251 const char *other_detail);
/Linux-v5.15/include/linux/
Dedac.h482 const char *other_detail; member