Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt.c192 int fdt_move(const void *fdt, void *buf, int bufsize) in fdt_move() function
H A Dlibfdt.h209 int fdt_move(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c413 err = fdt_move(fdt, buf, bufsize); in fdt_open_into()