Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dedac_mc.c839 *e->other_detail ? " - " : "", in edac_ce_error()
840 e->other_detail); in edac_ce_error()
876 *e->other_detail ? " - " : "", in edac_ue_error()
877 e->other_detail); in edac_ue_error()
888 *e->other_detail ? " - " : "", in edac_ue_error()
889 e->other_detail); in edac_ue_error()
930 grain_bits, e->syndrome, e->other_detail); in edac_raw_mc_handle_error()
949 const char *other_detail) in edac_mc_handle_error() argument
974 e->other_detail = other_detail ?: ""; in edac_mc_handle_error()
H A Dedac_mc.h251 const char *other_detail);