Searched refs:other_detail (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/edac/ |
D | edac_mc.c | 986 const char *other_detail, in edac_ce_error() argument 999 if (other_detail && *other_detail) in edac_ce_error() 1003 location, detail, other_detail); in edac_ce_error() 1040 const char *other_detail, in edac_ue_error() argument 1049 if (other_detail && *other_detail) in edac_ue_error() 1053 location, detail, other_detail); in edac_ue_error() 1062 if (other_detail && *other_detail) in edac_ue_error() 1064 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error() 1099 detail, e->other_detail, e->enable_per_layer_report, in edac_raw_mc_handle_error() 1107 detail, e->other_detail, e->enable_per_layer_report); in edac_raw_mc_handle_error() [all …]
|
D | ghes_edac.c | 29 char other_detail[160]; member 214 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error() 218 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error() 340 p = pvt->other_detail; in ghes_edac_report_mem_error() 411 if (p > pvt->other_detail) in ghes_edac_report_mem_error() 417 "APEI location: %s %s", e->location, e->other_detail); in ghes_edac_report_mem_error()
|
D | edac_core.h | 473 const char *other_detail);
|
/linux-4.1.27/include/linux/ |
D | edac.h | 652 const char *other_detail; member
|