Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt_sw.c192 int nameoff; in fdt_property() local
196 nameoff = _fdt_find_add_string(fdt, name); in fdt_property()
197 if (nameoff == 0) in fdt_property()
205 prop->nameoff = cpu_to_fdt32(nameoff); in fdt_property()
239 int nameoff; in fdt_finish() local
241 nameoff = fdt32_to_cpu(prop->nameoff); in fdt_finish()
242 nameoff += fdt_size_dt_strings(fdt); in fdt_finish()
243 prop->nameoff = cpu_to_fdt32(nameoff); in fdt_finish()
A Dfdt_ro.c272 if (_fdt_string_eq(fdt, fdt32_to_cpu(prop->nameoff), in fdt_get_property_namelen()
311 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_getprop_by_offset()
A Dfdt_rw.c244 (*prop)->nameoff = cpu_to_fdt32(namestroff); in _fdt_add_property()
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dfdt.h87 fdt32_t nameoff; member
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_arm.c718 int propoff, nameoff, r; in copy_properties() local
729 nameoff = fdt32_to_cpu(prop->nameoff); in copy_properties()
730 r = fdt_property(fdt, fdt_string(pfdt, nameoff), in copy_properties()

Completed in 10 milliseconds