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

/freebsd-10.1-release/contrib/dtc/
H A Dfdtdump.c48 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); local
52 const char *p_strings = (const char *)blob + off_str;
68 printf("// off_dt_strings:\t0x%x\n", off_str);
H A Dflattree.c808 uint32_t off_dt, off_str, off_mem_rsvmap; local
876 off_str = fdt32_to_cpu(fdt->off_dt_strings);
887 if (off_str > totalsize)
892 if (off_str+size_str > totalsize)
894 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str);
896 inbuf_init(&strbuf, blob + off_str, blob + totalsize);
/freebsd-10.1-release/sbin/routed/rtquery/
H A Drtquery.c200 static char off_str[] = "off"; local
208 off_str,

Completed in 46 milliseconds