Searched refs:newpfx (Results 1 – 1 of 1) sorted by relevance
/drivers/firmware/efi/ |
D | cper.c | 394 char newpfx[64]; in cper_estatus_print_section() local 404 snprintf(newpfx, sizeof(newpfx), "%s%s", pfx, INDENT_SP); in cper_estatus_print_section() 407 printk("%s""section_type: general processor error\n", newpfx); in cper_estatus_print_section() 409 cper_print_proc_generic(newpfx, proc_err); in cper_estatus_print_section() 414 printk("%s""section_type: memory error\n", newpfx); in cper_estatus_print_section() 417 cper_print_mem(newpfx, mem_err, in cper_estatus_print_section() 423 printk("%s""section_type: PCIe error\n", newpfx); in cper_estatus_print_section() 425 cper_print_pcie(newpfx, pcie, gdata); in cper_estatus_print_section() 429 printk("%s""section type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section() 443 char newpfx[64]; in cper_estatus_print() local [all …]
|