Searched refs:fdt_next_property_offset (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dfdt_support.cpp108 prop = fdt_next_property_offset(fdt, prop);
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c231 int fdt_next_property_offset(const void *fdt, int offset) function
267 (offset = fdt_next_property_offset(fdt, offset))) {
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h366 * fdt_next_property_offset - step through a node's properties
370 * fdt_next_property_offset() finds the property immediately after the
384 int fdt_next_property_offset(const void *fdt, int offset);

Completed in 151 milliseconds