Home
last modified time | relevance | path

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

/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c249 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_overlay()
257 ut_assertok(fdt_open_into(fdt_overlay, fdt_overlay_copy, in do_ut_overlay()
266 ut_assertok(fdt_open_into(fdt_overlay_stacked, fdt_overlay_stacked_copy, in do_ut_overlay()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
H A Dlibfdt.h1349 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
/openbmc/u-boot/tools/
H A Dfit_common.c91 ret = fdt_open_into(ptr, ptr, sbuf->st_size); in mmap_fdt()
H A Dfit_image.c549 ret = fdt_open_into(old_fdt, fdt, size); in fit_import_data()
/openbmc/u-boot/cmd/
H A Dfdt.c175 err = fdt_open_into(blob, blob, len); in do_fdt()
233 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c34 ret = fdt_open_into(blob, buf, size); in state_ensure_space()
/openbmc/u-boot/common/
H A Dimage-fdt.c222 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
H A Dfdt_support.c720 return fdt_open_into(fdt, fdt, newlen); in fdt_increase_size()
H A Dimage-fit.c2138 err = fdt_open_into(base, base, len + ovlen); in boot_get_fdt_fit()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped513 err = check_err(fdt_open_into(self._fdt, fdt, size), quiet)