Lines Matching refs:esas2r_boot_header
247 struct esas2r_boot_header *bh; in fix_bios()
251 (struct esas2r_boot_header *)((u8 *)pi + in fix_bios()
281 struct esas2r_boot_header *bh; in fix_efi()
287 bh = (struct esas2r_boot_header *)((u8 *)ei + in fix_efi()
634 struct esas2r_boot_header *bh; in chk_boot()
638 (long)(65536L - sizeof(struct esas2r_boot_header)) in chk_boot()
641 || ((u32)hdroffset + sizeof(struct esas2r_boot_header) > length)) in chk_boot()
644 bh = (struct esas2r_boot_header *)((char *)bi + hdroffset); in chk_boot()
651 (u16)sizeof(struct esas2r_boot_header) in chk_boot()
1110 struct esas2r_boot_header *bh; in esas2r_read_image_type()
1127 bh = (struct esas2r_boot_header *)((u8 *)bi + in esas2r_read_image_type()