Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dviot.c59 struct acpi_viot_header *start, *end, *hdr_end; in viot_check_bounds() local
64 hdr_end = ACPI_ADD_PTR(struct acpi_viot_header, hdr, sizeof(*hdr)); in viot_check_bounds()
66 if (hdr < start || hdr_end > end) { in viot_check_bounds()
/openbmc/linux/fs/nfs/
H A Ddirect.c106 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes() local
109 if (hdr_end > dreq->io_start) in nfs_direct_count_bytes()
110 dreq_len = hdr_end - dreq->io_start; in nfs_direct_count_bytes()
/openbmc/u-boot/disk/
H A Dpart_efi.c454 size_t hdr_end = hdr_start + 1; in gpt_fill_pte() local
477 if (((start < hdr_end && hdr_start < (start + size)) || in gpt_fill_pte()