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