Searched refs:_fdt_splice (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/scripts/dtc/libfdt/ |
H A D | fdt_rw.c | 97 static int _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) _fdt_splice() function 115 err = _fdt_splice(fdt, p, oldn * sizeof(*p), newn * sizeof(*p)); _fdt_splice_mem_rsv() 129 if ((err = _fdt_splice(fdt, p, oldlen, newlen))) _fdt_splice_struct() 143 if ((err = _fdt_splice(fdt, p, 0, newlen))) _fdt_splice_string()
|
Completed in 86 milliseconds