fdt_open_into
int fdt_open_into(const void *fdt, void *buf, int bufsize);
return fdt_open_into(buf, buf, bufsize);