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

/freebsd-13-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-13-stable/sys/dev/ofw/
H A Dofw_fdt.c334 offset = fdt_next_property_offset(fdtp, offset);

Completed in 118 milliseconds