Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dipl_report.c91 struct ipl_rb_hdr *rb_hdr; in read_ipl_report() local
117 rb_hdr = (void *) rl_hdr + sizeof(*rl_hdr); in read_ipl_report()
118 while ((void *) rb_hdr + sizeof(*rb_hdr) < rl_end && in read_ipl_report()
119 (void *) rb_hdr + rb_hdr->len <= rl_end) { in read_ipl_report()
121 switch (rb_hdr->rbt) { in read_ipl_report()
123 certs = (struct ipl_rb_certificates *) rb_hdr; in read_ipl_report()
126 comps = (struct ipl_rb_components *) rb_hdr; in read_ipl_report()
132 rb_hdr = (void *) rb_hdr + rb_hdr->len; in read_ipl_report()