Searched refs:newtail (Results 1 – 1 of 1) sorted by relevance
154 char *oldtail, *newtail; in fdt_resize() local171 newtail = (char *)buf + bufsize - tailsize; in fdt_resize()177 memmove(newtail, oldtail, tailsize); in fdt_resize()179 memmove(newtail, oldtail, tailsize); in fdt_resize()
Completed in 7 milliseconds