Lines Matching refs:newpfx
437 char newpfx[64]; in cper_estatus_print_section() local
450 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_estatus_print_section()
454 printk("%s""section_type: general processor error\n", newpfx); in cper_estatus_print_section()
456 cper_print_proc_generic(newpfx, proc_err); in cper_estatus_print_section()
462 printk("%s""section_type: memory error\n", newpfx); in cper_estatus_print_section()
465 cper_print_mem(newpfx, mem_err, in cper_estatus_print_section()
472 printk("%s""section_type: PCIe error\n", newpfx); in cper_estatus_print_section()
474 cper_print_pcie(newpfx, pcie, gdata); in cper_estatus_print_section()
481 printk("%ssection_type: ARM processor error\n", newpfx); in cper_estatus_print_section()
483 cper_print_proc_arm(newpfx, arm_err); in cper_estatus_print_section()
491 printk("%ssection_type: IA32/X64 processor error\n", newpfx); in cper_estatus_print_section()
493 cper_print_proc_ia(newpfx, ia_err); in cper_estatus_print_section()
500 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
501 printk("%ssection length: %#x\n", newpfx, in cper_estatus_print_section()
503 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, err, in cper_estatus_print_section()
518 char newpfx[64]; in cper_estatus_print() local
527 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_estatus_print()
530 cper_estatus_print_section(newpfx, gdata, sec_no); in cper_estatus_print()