Searched refs:other_detail (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/edac/ |
D | edac_mc.c | 977 const char *other_detail, in edac_ce_error() argument 990 if (other_detail && *other_detail) in edac_ce_error() 994 location, detail, other_detail); in edac_ce_error() 1031 const char *other_detail, in edac_ue_error() argument 1040 if (other_detail && *other_detail) in edac_ue_error() 1044 location, detail, other_detail); in edac_ue_error() 1053 if (other_detail && *other_detail) in edac_ue_error() 1055 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error() 1078 detail, e->other_detail, e->enable_per_layer_report, in edac_raw_mc_handle_error() 1086 detail, e->other_detail, e->enable_per_layer_report); in edac_raw_mc_handle_error() [all …]
|
D | ghes_edac.c | 27 char other_detail[160]; member 215 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error() 219 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error() 341 p = pvt->other_detail; in ghes_edac_report_mem_error() 412 if (p > pvt->other_detail) in ghes_edac_report_mem_error() 418 "APEI location: %s %s", e->location, e->other_detail); in ghes_edac_report_mem_error()
|
D | edac_mc.h | 255 const char *other_detail);
|
/Linux-v4.19/include/linux/ |
D | edac.h | 545 const char *other_detail; member
|