Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dghes_edac.c25 char other_detail[OTHER_DETAIL_LEN]; member
303 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error()
307 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error()
370 p = pvt->other_detail; in ghes_edac_report_mem_error()
372 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
H A Dedac_mc.c844 *e->other_detail ? " - " : "", in edac_ce_error()
845 e->other_detail); in edac_ce_error()
881 *e->other_detail ? " - " : "", in edac_ue_error()
882 e->other_detail); in edac_ue_error()
893 *e->other_detail ? " - " : "", in edac_ue_error()
894 e->other_detail); in edac_ue_error()
935 grain_bits, e->syndrome, e->other_detail); in edac_raw_mc_handle_error()
954 const char *other_detail) in edac_mc_handle_error() argument
979 e->other_detail = other_detail ?: ""; in edac_mc_handle_error()
H A Dedac_mc.h251 const char *other_detail);
/linux/include/linux/
H A Dedac.h491 const char *other_detail; member