Home
last modified time | relevance | path

Searched refs:namestroff (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/libfdt/
A Dfdt_rw.c193 int namestroff; in fdt_add_property_() local
200 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()
201 if (namestroff < 0) in fdt_add_property_()
202 return namestroff; in fdt_add_property_()
215 (*prop)->nameoff = cpu_to_fdt32(namestroff); in fdt_add_property_()

Completed in 3 milliseconds