Searched refs:nameoff (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/libfdt/
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...]
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);
/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c1484 name = fdt_string(fdtp, fdt32_to_cpu(prop->nameoff));

Completed in 191 milliseconds