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

  /src/sys/external/bsd/libfdt/dist/
fdt.c 81 hdrsize = fdt_header_size(fdt);
libfdt.h 268 * fdt_header_size - return the size of the tree's header
272 static inline size_t fdt_header_size(const void *fdt) function
  /src/external/gpl2/dtc/dist/tests/
testutils.c 266 VALGRIND_MAKE_MEM_DEFINED(blob, fdt_header_size(fdt));

Completed in 28 milliseconds