Home
last modified time | relevance | path

Searched refs:rl_hdr (Results 1 – 2 of 2) sorted by relevance

/arch/s390/boot/
Dipl_report.c112 struct ipl_rl_hdr *rl_hdr; in read_ipl_report() local
134 rl_hdr = (struct ipl_rl_hdr *) tmp; in read_ipl_report()
138 rl_end = (void *) rl_hdr + rl_hdr->len; in read_ipl_report()
139 rb_hdr = (void *) rl_hdr + sizeof(*rl_hdr); in read_ipl_report()
/arch/s390/kernel/
Dipl.c2156 struct ipl_rl_hdr *rl_hdr; in ipl_report_finish() local
2172 rl_hdr = ptr; in ipl_report_finish()
2173 ptr += sizeof(*rl_hdr); in ipl_report_finish()
2192 rl_hdr->len = ptr - (void *)rl_hdr; in ipl_report_finish()