HomeSort by: relevance | last modified time | path
    Searched refs:fdt_ro_probe_ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
libfdt_internal.h 15 int fdt_ro_probe_(const void *fdt);
19 if ((totalsize_ = fdt_ro_probe_(fdt)) < 0) \
fdt.c 16 * Minimal sanity check for a read-only tree. fdt_ro_probe_() checks
20 int32_t fdt_ro_probe_(const void *fdt) function in typeref:typename:int32_t
fdt_ro.c 38 int32_t totalsize = fdt_ro_probe_(fdt);
294 if (((err = fdt_ro_probe_(fdt)) < 0)

Completed in 11 milliseconds