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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.c192 int fdt_move(const void *fdt, void *buf, int bufsize) function
H A Dlibfdt.h191 * fdt_move - move a device tree around in memory
196 * fdt_move() relocates, if possible, the device tree blob located at
199 * fdt_move(fdt, fdt, fdt_totalsize(fdt))
209 int fdt_move(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c413 err = fdt_move(fdt, buf, bufsize);

Completed in 116 milliseconds