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

/haiku/headers/libs/libfdt/
H A Dlibfdt_internal.h13 int32_t fdt_ro_probe_(const void *fdt);
17 if ((totalsize_ = fdt_ro_probe_(fdt)) < 0) \
/haiku/src/libs/libfdt/
H A Dfdt.c14 * Minimal sanity check for a read-only tree. fdt_ro_probe_() checks
18 int32_t fdt_ro_probe_(const void *fdt) function
H A Dfdt_ro.c49 totalsize = fdt_ro_probe_(fdt);
306 if (((err = fdt_ro_probe_(fdt)) < 0)

Completed in 28 milliseconds