Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dipl_report.c90 struct ipl_rl_hdr *rl_hdr; in read_ipl_report() local
112 rl_hdr = (struct ipl_rl_hdr *) tmp; in read_ipl_report()
116 rl_end = (void *) rl_hdr + rl_hdr->len; in read_ipl_report()
117 rb_hdr = (void *) rl_hdr + sizeof(*rl_hdr); in read_ipl_report()
/openbmc/linux/arch/s390/kernel/
H A Dipl.c2458 struct ipl_rl_hdr *rl_hdr; in ipl_report_finish() local
2474 rl_hdr = ptr; in ipl_report_finish()
2475 ptr += sizeof(*rl_hdr); in ipl_report_finish()
2494 rl_hdr->len = ptr - (void *)rl_hdr; in ipl_report_finish()