Lines Matching refs:newpfx

528 	char newpfx[64];  in cper_estatus_print_section()  local
541 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_estatus_print_section()
545 printk("%s""section_type: general processor error\n", newpfx); in cper_estatus_print_section()
547 cper_print_proc_generic(newpfx, proc_err); in cper_estatus_print_section()
553 printk("%s""section_type: memory error\n", newpfx); in cper_estatus_print_section()
556 cper_print_mem(newpfx, mem_err, in cper_estatus_print_section()
563 printk("%s""section_type: PCIe error\n", newpfx); in cper_estatus_print_section()
565 cper_print_pcie(newpfx, pcie, gdata); in cper_estatus_print_section()
572 printk("%ssection_type: ARM processor error\n", newpfx); in cper_estatus_print_section()
574 cper_print_proc_arm(newpfx, arm_err); in cper_estatus_print_section()
582 printk("%ssection_type: IA32/X64 processor error\n", newpfx); in cper_estatus_print_section()
584 cper_print_proc_ia(newpfx, ia_err); in cper_estatus_print_section()
592 newpfx); in cper_estatus_print_section()
595 cper_print_fw_err(newpfx, gdata, fw_err); in cper_estatus_print_section()
601 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
602 printk("%ssection length: %#x\n", newpfx, in cper_estatus_print_section()
604 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, err, in cper_estatus_print_section()
619 char newpfx[64]; in cper_estatus_print() local
628 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_estatus_print()
631 cper_estatus_print_section(newpfx, gdata, sec_no); in cper_estatus_print()