Home | History | Annotate | Download | only in dist

Lines Matching refs:fdt_totalsize

22 	uint32_t totalsize = fdt_totalsize(fdt);
88 if ((fdt_totalsize(fdt) < hdrsize)
89 || (fdt_totalsize(fdt) > INT_MAX))
93 if (!check_off_(hdrsize, fdt_totalsize(fdt), fdt_off_mem_rsvmap(fdt)))
98 if (!check_off_(hdrsize, fdt_totalsize(fdt),
102 if (!check_block_(hdrsize, fdt_totalsize(fdt),
109 if (!check_block_(hdrsize, fdt_totalsize(fdt),
122 || (absoffset + len) > fdt_totalsize(fdt))
288 if (fdt_totalsize(fdt) > bufsize)
291 memmove(buf, fdt, fdt_totalsize(fdt));