Searched refs:off_dt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Dfdtdump.c50 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct); local
54 const char *p_struct = (const char *)blob + off_dt;
70 printf("// off_dt_struct:\t0x%x\n", off_dt);
H A Dflattree.c821 uint32_t off_dt, off_str, off_mem_rsvmap; local
888 off_dt = fdt32_to_cpu(fdt->off_dt_struct);
897 if (off_dt >= totalsize)
914 if ((off_dt+size_dt < off_dt) || (off_dt+size_dt > totalsize))
926 inbuf_init(&dtbuf, blob + off_dt, blob + totalsize);

Completed in 168 milliseconds