Searched refs:nameoff (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/contrib/dtc/
H A Dfdtget.c134 name = fdt_string(blob, fdt32_to_cpu(data->nameoff));
H A Dflattree.c279 int nameoff; local
284 nameoff = stringtable_insert(strbuf, prop->name);
288 emit->cell(etarget, nameoff);
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.h89 fdt32_t nameoff; member in struct:fdt_property
H A Dfdt_ro.c306 if (_fdt_string_eq(fdt, fdt32_to_cpu(prop->nameoff),
345 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
H A Dfdt_rw.c244 (*prop)->nameoff = cpu_to_fdt32(namestroff);
H A Dfdt_sw.c226 int nameoff; local
230 nameoff = _fdt_find_add_string(fdt, name);
231 if (nameoff == 0)
239 prop->nameoff = cpu_to_fdt32(nameoff);
273 int nameoff; local
275 nameoff = fdt32_to_cpu(prop->nameoff);
276 nameoff += fdt_size_dt_strings(fdt);
277 prop->nameoff
[all...]
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.h89 fdt32_t nameoff; member in struct:fdt_property
H A Dfdt_ro.c343 if (fdt_string_eq_(fdt, fdt32_to_cpu(prop->nameoff),
410 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
H A Dfdt_rw.c244 (*prop)->nameoff = cpu_to_fdt32(namestroff);
H A Dfdt_sw.c226 int nameoff; local
230 nameoff = fdt_find_add_string_(fdt, name);
231 if (nameoff == 0)
239 prop->nameoff = cpu_to_fdt32(nameoff);
285 int nameoff; local
287 nameoff = fdt32_to_cpu(prop->nameoff);
288 nameoff += fdt_size_dt_strings(fdt);
289 prop->nameoff
[all...]
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1468 name = fdt_string(fdtp, fdt32_to_cpu(prop->nameoff));

Completed in 303 milliseconds