Searched defs:nameoff (Results 1 - 3 of 3) sorted by relevance

/scripts/dtc/libfdt/
H A Dfdt.h38 uint32_t nameoff; member in struct:fdt_property
H A Dfdt_sw.c194 int nameoff; local
198 nameoff = _fdt_find_add_string(fdt, name);
199 if (nameoff == 0)
207 prop->nameoff = cpu_to_fdt32(nameoff);
241 int nameoff; local
246 nameoff = fdt32_to_cpu(prop->nameoff);
247 nameoff += fdt_size_dt_strings(fdt);
248 prop->nameoff
[all...]
/scripts/dtc/
H A Dflattree.c276 int nameoff; local
281 nameoff = stringtable_insert(strbuf, prop->name);
285 emit->cell(etarget, nameoff);

Completed in 82 milliseconds