headsize          146 scripts/dtc/libfdt/fdt_sw.c 	size_t headsize, tailsize;
headsize          151 scripts/dtc/libfdt/fdt_sw.c 	headsize = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
headsize          154 scripts/dtc/libfdt/fdt_sw.c 	if ((headsize + tailsize) > fdt_totalsize(fdt))
headsize          157 scripts/dtc/libfdt/fdt_sw.c 	if ((headsize + tailsize) > bufsize)
headsize          166 scripts/dtc/libfdt/fdt_sw.c 		memmove(buf, fdt, headsize);
headsize          170 scripts/dtc/libfdt/fdt_sw.c 		memmove(buf, fdt, headsize);