Searched refs:fdt_totalsize (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_sw.c77 spaceleft = fdt_totalsize(fdt) - fdt_off_dt_struct(fdt)
120 if ((offset + sizeof(*re)) > fdt_totalsize(fdt))
169 char *strtab = (char *)fdt + fdt_totalsize(fdt);
182 if (fdt_totalsize(fdt) + offset < struct_top)
229 oldstroffset = fdt_totalsize(fdt) - fdt_size_dt_strings(fdt);
H A Dfdt.c196 if (fdt_totalsize(fdt) > bufsize)
199 memmove(buf, fdt, fdt_totalsize(fdt));
H A Dfdt_rw.c66 || (fdt_totalsize(fdt) <
104 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt)))
395 const char *fdtend = fdtstart + fdt_totalsize(fdt);
H A Dlibfdt.h146 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize)) macro
199 * fdt_move(fdt, fdt, fdt_totalsize(fdt))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dlibfdt-wrapper.c61 int size = fdt_totalsize(fdt);
188 bufsize = fdt_totalsize(fdt) + EXPAND_GRANULARITY;

Completed in 45 milliseconds