Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libfdt/
H A Dfdt_empty_tree.c82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
H A Dlibfdt.h1346 int fdt_open_into(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c429 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function