Searched refs:fdt_first_subnode (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.c202 int fdt_first_subnode(const void *fdt, int offset) function
H A Dlibfdt.h161 * fdt_first_subnode() - get offset of first direct subnode
167 int fdt_first_subnode(const void *fdt, int offset);
172 * After first calling fdt_first_subnode(), call this function repeatedly to
206 for (node = fdt_first_subnode(fdt, parent); \
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.c205 int fdt_first_subnode(const void *fdt, int offset) function
H A Dlibfdt.h163 * fdt_first_subnode() - get offset of first direct subnode
169 int fdt_first_subnode(const void *fdt, int offset);
174 * After first calling fdt_first_subnode(), call this function repeatedly to
208 for (node = fdt_first_subnode(fdt, parent); \
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_fdt.c179 offset = fdt_first_subnode(fdtp, offset);

Completed in 68 milliseconds