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

/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c409 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function
450 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
462 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h618 * fdt_supernode_atdepth_offset - find a specific ancestor of a node
624 * fdt_supernode_atdepth_offset() finds an ancestor of the given node
627 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL);
630 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL);
647 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,

Completed in 73 milliseconds