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

  /src/sys/external/bsd/libfdt/dist/
version.lds 23 fdt_supernode_atdepth_offset;
fdt_ro.c 575 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function in typeref:typename:int
616 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
628 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
libfdt.h 864 * fdt_supernode_atdepth_offset - find a specific ancestor of a node
870 * fdt_supernode_atdepth_offset() finds an ancestor of the given node
873 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL);
876 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL);
893 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,

Completed in 95 milliseconds