Searched refs:other_detail (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/edac/ |
D | edac_mc.c | 973 const char *other_detail, in edac_ce_error() argument 986 if (other_detail && *other_detail) in edac_ce_error() 990 location, detail, other_detail); in edac_ce_error() 1027 const char *other_detail, in edac_ue_error() argument 1036 if (other_detail && *other_detail) in edac_ue_error() 1040 location, detail, other_detail); in edac_ue_error() 1049 if (other_detail && *other_detail) in edac_ue_error() 1051 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error() 1074 detail, e->other_detail, e->enable_per_layer_report, in edac_raw_mc_handle_error() 1082 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 216 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error() 220 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error() 342 p = pvt->other_detail; in ghes_edac_report_mem_error() 413 if (p > pvt->other_detail) in ghes_edac_report_mem_error() 424 "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-4.19.296/include/linux/ |
D | edac.h | 546 const char *other_detail; member
|