Lines Matching refs:newpfx
501 char newpfx[64];
514 snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
518 printk("%s""section_type: general processor error\n", newpfx);
520 cper_print_proc_generic(newpfx, proc_err);
526 printk("%s""section_type: memory error\n", newpfx);
529 cper_print_mem(newpfx, mem_err,
536 printk("%s""section_type: PCIe error\n", newpfx);
538 cper_print_pcie(newpfx, pcie, gdata);
545 printk("%ssection_type: ARM processor error\n", newpfx);
547 cper_print_proc_arm(newpfx, arm_err);
555 printk("%ssection_type: IA32/X64 processor error\n", newpfx);
557 cper_print_proc_ia(newpfx, ia_err);
565 newpfx);
568 cper_print_fw_err(newpfx, gdata, fw_err);
574 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type);
575 printk("%ssection length: %#x\n", newpfx,
577 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, err,
592 char newpfx[64];
601 snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
604 cper_estatus_print_section(newpfx, gdata, sec_no);