Searched refs:rl_end (Results 1 – 2 of 2) sorted by relevance
92 void *rl_end; in read_ipl_report() local115 rl_end = (void *) rl_hdr + rl_hdr->len; in read_ipl_report()117 while ((void *) rb_hdr + sizeof(*rb_hdr) < rl_end && in read_ipl_report()118 (void *) rb_hdr + rb_hdr->len <= rl_end) { in read_ipl_report()145 (unsigned long)rl_end - (unsigned long)pl_hdr); in read_ipl_report()
1310 if (rl_end) in intr_shell()