Searched refs:nt_name (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/s390/kernel/ |
D | crash_dump.c | 296 static const char *nt_name(Elf64_Word type) in nt_name() function 331 return nt_init_name(buf, type, desc, d_len, nt_name(type)); in nt_init() 350 return nt_size_name(d_len, nt_name(type)); in nt_size() 429 char nt_name[11], *vmcoreinfo; in get_vmcoreinfo_old() local 435 memset(nt_name, 0, sizeof(nt_name)); in get_vmcoreinfo_old() 438 if (copy_oldmem_kernel(nt_name, addr + sizeof(note), in get_vmcoreinfo_old() 439 sizeof(nt_name) - 1)) in get_vmcoreinfo_old() 441 if (strcmp(nt_name, VMCOREINFO_NOTE_NAME) != 0) in get_vmcoreinfo_old()
|