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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dlibfdt.h467 * fdt_next_property_offset - step through a node's properties
471 * fdt_next_property_offset() finds the property immediately after the
485 int fdt_next_property_offset(const void *fdt, int offset);
512 property = fdt_next_property_offset(fdt, property))
H A Dfdt_ro.c263 int fdt_next_property_offset(const void *fdt, int offset) function
299 (offset = fdt_next_property_offset(fdt, offset))) {
/freebsd-11-stable/sys/contrib/libfdt/
H A Dlibfdt.h472 * fdt_next_property_offset - step through a node's properties
476 * fdt_next_property_offset() finds the property immediately after the
490 int fdt_next_property_offset(const void *fdt, int offset);
517 property = fdt_next_property_offset(fdt, property))
H A Dfdt_ro.c282 int fdt_next_property_offset(const void *fdt, int offset) function
336 (offset = fdt_next_property_offset(fdt, offset))) {
/freebsd-11-stable/contrib/dtc/
H A Dfdtget.c137 prop = fdt_next_property_offset(blob, prop);
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_fdt.c314 offset = fdt_next_property_offset(fdtp, offset);

Completed in 104 milliseconds