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

/haiku/headers/libs/libfdt/
H A Dlibfdt.h586 * fdt_next_property_offset - step through a node's properties
590 * fdt_next_property_offset() finds the property immediately after the
604 int fdt_next_property_offset(const void *fdt, int offset);
631 property = fdt_next_property_offset(fdt, property))
/haiku/src/libs/libfdt/
H A Dfdt_ro.c348 int fdt_next_property_offset(const void *fdt, int offset) function
403 (offset = fdt_next_property_offset(fdt, offset))) {
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp130 for (int prop = fdt_first_property_offset(fdt, node); prop >= 0; prop = fdt_next_property_offset(fdt, prop)) {

Completed in 95 milliseconds