Searched refs:nt_name (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/s390/kernel/ |
D | crash_dump.c | 239 static const char *nt_name(Elf64_Word type) in nt_name() function 274 return nt_init_name(buf, type, desc, d_len, nt_name(type)); in nt_init() 293 return nt_size_name(d_len, nt_name(type)); in nt_size() 372 char nt_name[11], *vmcoreinfo; in get_vmcoreinfo_old() local 378 memset(nt_name, 0, sizeof(nt_name)); in get_vmcoreinfo_old() 381 if (copy_oldmem_kernel(nt_name, addr + sizeof(note), in get_vmcoreinfo_old() 382 sizeof(nt_name) - 1)) in get_vmcoreinfo_old() 384 if (strcmp(nt_name, VMCOREINFO_NOTE_NAME) != 0) in get_vmcoreinfo_old()
|