/external/dtc/libfdt/ |
D | fdt_sw.c | 78 spaceleft = fdt_totalsize(fdt) - fdt_off_dt_struct(fdt) in _fdt_grab_space() 123 oldtail = (char *)fdt + fdt_totalsize(fdt) - tailsize; in fdt_resize() 153 if ((offset + sizeof(*re)) > fdt_totalsize(fdt)) in fdt_add_reservemap_entry() 202 char *strtab = (char *)fdt + fdt_totalsize(fdt); in _fdt_find_add_string() 215 if (fdt_totalsize(fdt) + offset < struct_top) in _fdt_find_add_string() 274 oldstroffset = fdt_totalsize(fdt) - fdt_size_dt_strings(fdt); in fdt_finish()
|
D | fdt.c | 83 || (absoffset + len) > fdt_totalsize(fdt)) in fdt_offset_ptr() 246 if (fdt_totalsize(fdt) > bufsize) in fdt_move() 249 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
D | fdt_rw.c | 66 || (fdt_totalsize(fdt) < in _fdt_blocks_misordered() 106 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt))) in _fdt_splice() 421 const char *fdtend = fdtstart + fdt_totalsize(fdt); in fdt_open_into()
|
/external/u-boot/scripts/dtc/libfdt/ |
D | fdt_sw.c | 78 spaceleft = fdt_totalsize(fdt) - fdt_off_dt_struct(fdt) in fdt_grab_space_() 123 oldtail = (char *)fdt + fdt_totalsize(fdt) - tailsize; in fdt_resize() 153 if ((offset + sizeof(*re)) > fdt_totalsize(fdt)) in fdt_add_reservemap_entry() 202 char *strtab = (char *)fdt + fdt_totalsize(fdt); in fdt_find_add_string_() 215 if (fdt_totalsize(fdt) + offset < struct_top) in fdt_find_add_string_() 274 oldstroffset = fdt_totalsize(fdt) - fdt_size_dt_strings(fdt); in fdt_finish()
|
D | fdt.c | 83 || (absoffset + len) > fdt_totalsize(fdt)) in fdt_offset_ptr() 249 if (fdt_totalsize(fdt) > bufsize) in fdt_move() 252 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
D | fdt_rw.c | 66 || (fdt_totalsize(fdt) < in fdt_blocks_misordered_() 106 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt))) in fdt_splice_() 435 const char *fdtend = fdtstart + fdt_totalsize(fdt); in fdt_open_into()
|
/external/dtc/tests/ |
D | del_property.c | 45 oldsize = fdt_totalsize(fdt); in main() 75 delsize = fdt_totalsize(fdt); in main() 81 newsize = fdt_totalsize(fdt); in main()
|
D | nopulate.c | 82 fdt2 = xmalloc(fdt_totalsize(fdt) + newsize); in main() 92 fdt_totalsize(fdt) - struct_end_old); in main() 94 fdt_set_totalsize(fdt2, fdt_totalsize(fdt) + delta); in main()
|
D | del_node.c | 44 oldsize = fdt_totalsize(fdt); in main() 108 delsize = fdt_totalsize(fdt); in main() 114 newsize = fdt_totalsize(fdt); in main()
|
D | open_pack.c | 45 oldsize = fdt_totalsize(fdt); in main() 66 packsize = fdt_totalsize(fdt1); in main()
|
D | move_and_save.c | 46 shuntsize = ALIGN(fdt_totalsize(fdt) / 2, sizeof(uint64_t)); in main() 47 bufsize = fdt_totalsize(fdt) + shuntsize; in main()
|
D | testutils.c | 191 err = fdt_open_into(blob, buf, fdt_totalsize(blob)); in open_blob_rw() 194 int newsize = fdt_totalsize(blob) + 8; in open_blob_rw()
|
D | dumptrees.c | 55 size = fdt_totalsize(blob); in main()
|
D | add_subnode_with_nops.c | 68 fdt_totalsize(fdt)); in main()
|
/external/u-boot/cmd/ |
D | fdt.c | 133 if (len < fdt_totalsize(blob)) { in do_fdt() 136 len, fdt_totalsize(blob)); in do_fdt() 185 len = fdt_totalsize(working_fdt); in do_fdt() 188 if (len < fdt_totalsize(working_fdt)) { in do_fdt() 191 len, fdt_totalsize(working_fdt)); in do_fdt() 496 printf("totalsize:\t\t0x%x (%d)\n", fdt_totalsize(working_fdt), in do_fdt() 497 fdt_totalsize(working_fdt)); in do_fdt()
|
D | spl.c | 122 env_set_hex("fdtargslen", fdt_totalsize(images.ft_addr)); in spl_export() 124 if (fdt_totalsize(images.ft_addr) > in spl_export()
|
D | bootefi.c | 128 u64 fdt_size = fdt_totalsize(fdt); in copy_fdt() 165 memcpy(new_fdt, fdt, fdt_totalsize(fdt)); in copy_fdt() 251 fdt_end = ((ulong)fdt) + fdt_totalsize(fdt); in efi_install_fdt()
|
/external/u-boot/tools/ |
D | fit_image.c | 344 return fdt_totalsize(fdt); in fit_build_fdt() 419 fit_size = fdt_totalsize(fdt); in fit_extract_data() 468 debug("Size reduced from %x to %x\n", fit_size, fdt_totalsize(fdt)); in fit_extract_data() 470 new_size = fdt_totalsize(fdt); in fit_extract_data() 529 fit_size = fdt_totalsize(old_fdt); in fit_import_data() 584 new_size = fdt_totalsize(fdt); in fit_import_data()
|
/external/u-boot/common/ |
D | image-fdt.c | 410 if (fdt_totalsize(fdt_blob) != fdt_len) { in boot_get_fdt() 424 *of_size = fdt_totalsize(fdt_blob); in boot_get_fdt() 506 (phys_size_t)fdt_totalsize(blob)); in image_setup_libfdt()
|
D | boot_fit.c | 63 size = fdt_totalsize(fit); in locate_dtb_in_fit()
|
D | splash_source.c | 324 fit_size = fdt_totalsize(img_header); in splash_load_fit() 359 fit_size = fdt_totalsize(fit_header); in splash_load_fit()
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | ppa.c | 137 fw_length = fdt_totalsize(fitp); in ppa_init() 205 fw_length = fdt_totalsize(&fit); in ppa_init()
|
/external/u-boot/arch/x86/lib/ |
D | zimage.c | 109 size = fdt_totalsize(fdt_blob); in setup_device_tree() 122 sd->len = fdt_totalsize(fdt_blob); in setup_device_tree()
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 294 return check_err(fdt_totalsize(self._fdt)) 423 int fdt_totalsize(const void *fdt);
|
/external/u-boot/tools/libfdt/ |
D | fdt_rw.c | 9 int size = fdt_totalsize(old); in fdt_remove_unused_strings()
|