Home
last modified time | relevance | path

Searched refs:startoffset (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcrypto-tls-x509-helpers.h89 startoffset, endoffset) \ argument
98 startoffset, endoffset \
110 startoffset, endoffset) \ argument
119 startoffset, endoffset \
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c94 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() argument
98 int offset = startoffset; in fdt_next_tag()
140 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
H A Dfdt_ro.c568 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument
583 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value()
750 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument
762 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
H A Dlibfdt.h885 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
969 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.c162 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() argument
166 int offset = startoffset; in fdt_next_tag()
216 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
H A Dfdt_ro.c654 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument
669 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value()
836 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument
848 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
H A Dlibfdt.h1014 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
1097 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c477 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument
492 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value()
659 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument
671 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()