Searched refs:newpfx (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/firmware/efi/ |
| H A D | cper-arm.c | 235 char newpfx[64], infopfx[ARRAY_SIZE(newpfx) + 1]; in cper_print_proc_arm() local 267 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_print_proc_arm() 277 printk("%sfirst error captured\n", newpfx); in cper_print_proc_arm() 279 printk("%slast error captured\n", newpfx); in cper_print_proc_arm() 282 newpfx); in cper_print_proc_arm() 285 newpfx); in cper_print_proc_arm() 293 printk("%serror_type: 0x%02x: %s%s\n", newpfx, err_info->type, in cper_print_proc_arm() 298 printk("%serror_info: 0x%016llx\n", newpfx, in cper_print_proc_arm() 300 snprintf(infopfx, sizeof(infopfx), "%s ", newpfx); in cper_print_proc_arm() 306 newpfx, err_info->virt_fault_addr); in cper_print_proc_arm() [all …]
|
| H A D | cper-x86.c | 262 char newpfx[64], infopfx[64]; in cper_print_proc_ia() local 274 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_print_proc_ia() 281 printk("%sError Structure Type: %s\n", newpfx, in cper_print_proc_ia() 286 printk("%sError Structure Type: %pUl\n", newpfx, in cper_print_proc_ia() 291 printk("%sCheck Information: 0x%016llx\n", newpfx, in cper_print_proc_ia() 296 newpfx); in cper_print_proc_ia() 305 newpfx, err_info->target_id); in cper_print_proc_ia() 310 newpfx, err_info->requestor_id); in cper_print_proc_ia() 315 newpfx, err_info->responder_id); in cper_print_proc_ia() 320 newpfx, err_info->ip); in cper_print_proc_ia() [all …]
|
| H A D | cper.c | 613 char newpfx[64]; in cper_estatus_print_section() local 626 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_estatus_print_section() 630 printk("%ssection_type: %s\n", newpfx, ignore_sections[i].name); in cper_estatus_print_section() 638 printk("%s""section_type: general processor error\n", newpfx); in cper_estatus_print_section() 640 cper_print_proc_generic(newpfx, proc_err); in cper_estatus_print_section() 646 printk("%s""section_type: memory error\n", newpfx); in cper_estatus_print_section() 649 cper_print_mem(newpfx, mem_err, in cper_estatus_print_section() 656 printk("%s""section_type: PCIe error\n", newpfx); in cper_estatus_print_section() 658 cper_print_pcie(newpfx, pcie, gdata); in cper_estatus_print_section() 665 printk("%ssection_type: ARM processor error\n", newpfx); in cper_estatus_print_section() [all …]
|
| /linux/fs/erofs/ |
| H A D | xattr.c | 534 struct erofs_xattr_long_prefix *newpfx; in erofs_xattr_prefixes_init() local 536 newpfx = krealloc(pf->prefix, in erofs_xattr_prefixes_init() 537 sizeof(*newpfx) + pf->infix_len + 1, GFP_KERNEL); in erofs_xattr_prefixes_init() 538 if (newpfx) { in erofs_xattr_prefixes_init() 539 newpfx->infix[pf->infix_len] = '\0'; in erofs_xattr_prefixes_init() 540 pf->prefix = newpfx; in erofs_xattr_prefixes_init()
|