Searched refs:newtail (Results 1 – 1 of 1) sorted by relevance
147 char *oldtail, *newtail; in fdt_resize() local161 newtail = (char *)buf + bufsize - tailsize; in fdt_resize()167 memmove(newtail, oldtail, tailsize); in fdt_resize()169 memmove(newtail, oldtail, tailsize); in fdt_resize()
Completed in 2 milliseconds