Searched refs:_fdt_splice (Results 1 – 1 of 1) sorted by relevance
/external/dtc/libfdt/ |
D | fdt_rw.c | 97 static int _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) in _fdt_splice() function 117 err = _fdt_splice(fdt, p, oldn * sizeof(*p), newn * sizeof(*p)); in _fdt_splice_mem_rsv() 131 if ((err = _fdt_splice(fdt, p, oldlen, newlen))) in _fdt_splice_struct() 145 if ((err = _fdt_splice(fdt, p, 0, newlen))) in _fdt_splice_string()
|