Searched refs:newtail (Results 1 – 2 of 2) sorted by relevance
151 char *oldtail, *newtail; in fdt_resize() local169 newtail = (char *)buf + bufsize - tailsize; in fdt_resize()175 memmove(newtail, oldtail, tailsize); in fdt_resize()177 memmove(newtail, oldtail, tailsize); in fdt_resize()
274 struct srcpos *srcpos_extend(struct srcpos *pos, struct srcpos *newtail) in srcpos_extend() argument279 return newtail; in srcpos_extend()282 p->next = newtail; in srcpos_extend()