/openbmc/u-boot/test/overlay/ |
H A D | cmd_ut_overlay.c | 249 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/linux/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 54 rc = fdt_open_into(fdt, buf, size); in expand_buf() 179 err = fdt_open_into(fdt, buf, bufsize); in fdt_init()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | fdt_empty_tree.c | 37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
H A D | libfdt.h | 1523 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
H A D | fdt_rw.c | 419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | fdt_empty_tree.c | 82 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
|
H A D | libfdt.h | 1349 int fdt_open_into(const void *fdt, void *buf, int bufsize);
|
H A D | fdt_rw.c | 429 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
|
/openbmc/u-boot/tools/ |
H A D | fit_common.c | 91 ret = fdt_open_into(ptr, ptr, sbuf->st_size); in mmap_fdt()
|
H A D | fit_image.c | 549 ret = fdt_open_into(old_fdt, fdt, size); in fit_import_data()
|
/openbmc/linux/arch/mips/generic/ |
H A D | init.c | 130 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
|
/openbmc/linux/scripts/dtc/ |
H A D | fdtoverlay.c | 60 ret = fdt_open_into(base, tmp, *buf_len); in apply_one()
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 154 ret = fdt_open_into(fdt, fdt, total_space); in atags_to_fdt()
|
/openbmc/qemu/system/ |
H A D | device_tree.c | 65 ret = fdt_open_into(fdt, fdt, *sizep); in create_device_tree() 110 ret = fdt_open_into(fdt, fdt, dt_size); in load_device_tree()
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 309 err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf)); in malta_dt_shim()
|
/openbmc/u-boot/cmd/ |
H A D | fdt.c | 175 err = fdt_open_into(blob, blob, len); in do_fdt() 233 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | state.c | 34 ret = fdt_open_into(blob, buf, size); in state_ensure_space()
|
/openbmc/linux/drivers/of/ |
H A D | kexec.c | 297 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in of_kexec_alloc_and_setup_fdt()
|
/openbmc/u-boot/common/ |
H A D | image-fdt.c | 222 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
|
H A D | fdt_support.c | 720 return fdt_open_into(fdt, fdt, newlen); in fdt_increase_size()
|
H A D | image-fit.c | 2138 err = fdt_open_into(base, base, len + ovlen); in boot_get_fdt_fit()
|
/openbmc/qemu/hw/mips/ |
H A D | boston.c | 373 err = fdt_open_into(fdt_orig, fdt, fdt_sz); in boston_fdt_filter()
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | libfdt.i_shipped | 513 err = check_err(fdt_open_into(self._fdt, fdt, size), quiet)
|