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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.c242 int fdt_move(const void *fdt, void *buf, int bufsize) function
H A Dlibfdt.h262 * fdt_move - move a device tree around in memory
267 * fdt_move() relocates, if possible, the device tree blob located at
270 * fdt_move(fdt, fdt, fdt_totalsize(fdt))
280 int fdt_move(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c441 err = fdt_move(fdt, buf, bufsize);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.c245 int fdt_move(const void *fdt, void *buf, int bufsize) function
H A Dlibfdt.h263 * fdt_move - move a device tree around in memory
268 * fdt_move() relocates, if possible, the device tree blob located at
271 * fdt_move(fdt, fdt, fdt_totalsize(fdt))
281 int fdt_move(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c455 err = fdt_move(fdt, buf, bufsize);

Completed in 81 milliseconds