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

/freebsd-10.2-release/contrib/dtc/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))) {
H A Dlibfdt.h388 * fdt_next_property_offset - step through a node's properties
392 * fdt_next_property_offset() finds the property immediately after the
406 int fdt_next_property_offset(const void *fdt, int offset);
/freebsd-10.2-release/sys/contrib/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))) {
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);
/freebsd-10.2-release/contrib/dtc/
H A Dfdtget.c137 prop = fdt_next_property_offset(blob, prop);
/freebsd-10.2-release/sys/dev/ofw/
H A Dofw_fdt.c298 offset = fdt_next_property_offset(fdtp, offset);

Completed in 121 milliseconds