Home
last modified time | relevance | path

Searched refs:fdt_next_property_offset (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libfdt/
H A Dlibfdt.h490 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) in fdt_next_property_offset() function
336 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen_()