Searched refs:fdt_supernode_atdepth_offset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt_ro.c594 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function
637 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
650 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
/haiku/headers/libs/libfdt/
H A Dlibfdt.h893 * fdt_supernode_atdepth_offset - find a specific ancestor of a node
899 * fdt_supernode_atdepth_offset() finds an ancestor of the given node
902 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL);
905 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL);
922 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,

Completed in 16 milliseconds