Lines Matching defs:rcd_decode_str
314 char rcd_decode_str[CPER_REC_LEN];
316 if (cper_mem_err_location(cmem, rcd_decode_str))
317 trace_seq_printf(p, "%s", rcd_decode_str);
318 if (cper_dimm_err_location(cmem, rcd_decode_str))
319 trace_seq_printf(p, "%s", rcd_decode_str);
329 char rcd_decode_str[CPER_REC_LEN];
346 if (cper_mem_err_location(&cmem, rcd_decode_str))
347 printk("%s%s\n", pfx, rcd_decode_str);
353 if (cper_dimm_err_location(&cmem, rcd_decode_str))
354 printk("%s%s\n", pfx, rcd_decode_str);