Home
last modified time | relevance | path

Searched defs:totalsize (Results 1 – 5 of 5) sorted by relevance

/scripts/dtc/libfdt/
Dfdt.c37 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_()
42 static int check_block_(uint32_t hdrsize, uint32_t totalsize, in check_block_()
Dfdt.h14 fdt32_t totalsize; /* total size of DT block */ member
/scripts/dtc/
Dfdtdump.c57 uint32_t totalsize = fdt32_to_cpu(bph->totalsize); in dump_blob() local
Dutil.c293 int totalsize; in utilfdt_write_err() local
Dflattree.c799 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local