Searched refs:startoffset (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/libfdt/
H A Dfdt.c93 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
97 int offset = startoffset;
136 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dfdt_ro.c466 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, argument
481 for (offset = fdt_next_node(fdt, startoffset, NULL);
551 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, argument
563 for (offset = fdt_next_node(fdt, startoffset, NULL);
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h697 * @startoffset: only find nodes after this offset
703 * node after startoffset, which has a property named propname whose
705 * startoffset is -1, the very first such node in the tree.
722 * structure block offset of the located node (>= 0, >startoffset),
725 * tree after startoffset
732 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
785 * @startoffset: only find nodes after this offset
789 * node after startoffset, which has a 'compatible' property which
790 * lists the given compatible string; or if startoffset is -1, the
806 * structure block offset of the located node (>= 0, >startoffset),
[all...]

Completed in 46 milliseconds