Searched refs:off_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Dfdtdump.c51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); local
55 const char *p_strings = (const char *)blob + off_str;
71 printf("// off_dt_strings:\t0x%x\n", off_str);
H A Dflattree.c821 uint32_t off_dt, off_str, off_mem_rsvmap; local
889 off_str = fdt32_to_cpu(fdt->off_dt_strings);
900 if (off_str > totalsize)
905 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize))
907 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str);
909 inbuf_init(&strbuf, blob + off_str, blob + totalsize);
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c200 static char off_str[] = "off"; local
208 off_str,

Completed in 125 milliseconds