Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Dedac_mc.c991 const char *other_detail, in edac_ce_error() argument
1004 if (other_detail && *other_detail) in edac_ce_error()
1008 location, detail, other_detail); in edac_ce_error()
1045 const char *other_detail, in edac_ue_error() argument
1054 if (other_detail && *other_detail) in edac_ue_error()
1058 location, detail, other_detail); in edac_ue_error()
1067 if (other_detail && *other_detail) in edac_ue_error()
1069 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error()
1104 detail, e->other_detail, e->enable_per_layer_report, in edac_raw_mc_handle_error()
1112 detail, e->other_detail, e->enable_per_layer_report); in edac_raw_mc_handle_error()
[all …]
Dghes_edac.c29 char other_detail[160]; member
194 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error()
198 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error()
320 p = pvt->other_detail; in ghes_edac_report_mem_error()
391 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
397 "APEI location: %s %s", e->location, e->other_detail); in ghes_edac_report_mem_error()
Dedac_core.h475 const char *other_detail);
/linux-4.4.14/include/linux/
Dedac.h652 const char *other_detail; member