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

/gem5/ext/libfdt/
H A Dfdt_rw.c76 static int _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) function
94 err = _fdt_splice(fdt, p, oldn * sizeof(*p), newn * sizeof(*p));
108 if ((err = _fdt_splice(fdt, p, oldlen, newlen)))
122 if ((err = _fdt_splice(fdt, p, 0, newlen)))

Completed in 5 milliseconds