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

/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdt.c171 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
175 int offset = startoffset;
217 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dfdt_ro.c654 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, argument
669 for (offset = fdt_next_node(fdt, startoffset, NULL);
836 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, argument
848 for (offset = fdt_next_node(fdt, startoffset, NULL);
H A Dlibfdt.h918 * @startoffset: only find nodes after this offset
924 * node after startoffset, which has a property named propname whose
926 * startoffset is -1, the very first such node in the tree.
943 * structure block offset of the located node (>= 0, >startoffset),
946 * tree after startoffset
953 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
1006 * @startoffset: only find nodes after this offset
1010 * node after startoffset, which has a 'compatible' property which
1011 * lists the given compatible string; or if startoffset is -1, the
1027 * structure block offset of the located node (>= 0, >startoffset),
[all...]

Completed in 27 milliseconds