Searched refs:hdrsize (Results 1 - 3 of 3) sorted by relevance

/u-boot/scripts/dtc/libfdt/
H A Dfdt.c45 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) argument
47 return (off >= hdrsize) && (off <= totalsize);
50 static int check_block_(uint32_t hdrsize, uint32_t totalsize, argument
53 if (!check_off_(hdrsize, totalsize, base))
57 if (!check_off_(hdrsize, totalsize, base + size))
84 size_t hdrsize; local
96 hdrsize = fdt_header_size(fdt);
99 if ((fdt_totalsize(fdt) < hdrsize)
104 if (!check_off_(hdrsize, fdt_totalsize(fdt),
112 if (!check_off_(hdrsize, fdt_totalsiz
[all...]
H A Dfdt_sw.c114 const int hdrsize = FDT_ALIGN(sizeof(struct fdt_header), local
118 if (bufsize < hdrsize)
139 fdt_set_off_mem_rsvmap(fdt, hdrsize);
/u-boot/fs/zfs/
H A Dzfs.c2065 int hdrsize; local
2080 hdrsize = SA_HDR_SIZE(((sa_hdr_phys_t *) sahdrp));
2081 file->size = *(uint64_t *) ((char *) sahdrp + hdrsize + SA_SIZE_OFFSET);

Completed in 99 milliseconds