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

/haiku/src/libs/libfdt/
H A Dfdt.c323 int fdt_move(const void *fdt, void *buf, int bufsize) function
H A Dfdt_rw.c448 err = fdt_move(fdt, buf, bufsize);
/haiku/headers/libs/libfdt/
H A Dlibfdt.h313 * fdt_move - move a device tree around in memory
318 * fdt_move() relocates, if possible, the device tree blob located at
321 * fdt_move(fdt, fdt, fdt_totalsize(fdt))
331 int fdt_move(const void *fdt, void *buf, int bufsize);

Completed in 71 milliseconds