Home
last modified time | relevance | path

Searched refs:hdroffset (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Desas2r_flash.c633 u16 hdroffset = le16_to_cpu(bi->header_offset); in chk_boot() local
637 || (long)hdroffset > in chk_boot()
639 || (hdroffset & 3) in chk_boot()
640 || (hdroffset < sizeof(struct esas2r_boot_image)) 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()
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Desas2r_flash.c633 u16 hdroffset = le16_to_cpu(bi->header_offset); in chk_boot() local
637 || (long)hdroffset > in chk_boot()
639 || (hdroffset & 3) in chk_boot()
640 || (hdroffset < sizeof(struct esas2r_boot_image)) 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()

Completed in 4 milliseconds