Lines Matching defs:rcd_decode_str
343 char rcd_decode_str[CPER_REC_LEN];
345 if (cper_mem_err_location(cmem, rcd_decode_str))
346 trace_seq_printf(p, "%s", rcd_decode_str);
347 if (cper_dimm_err_location(cmem, rcd_decode_str))
348 trace_seq_printf(p, "%s", rcd_decode_str);
358 char rcd_decode_str[CPER_REC_LEN];
377 if (cper_mem_err_location(&cmem, rcd_decode_str))
378 printk("%s%s\n", pfx, rcd_decode_str);
384 if (cper_dimm_err_location(&cmem, rcd_decode_str))
385 printk("%s%s\n", pfx, rcd_decode_str);