Searched refs:fdt_check_node_offset_ (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/libfdt/
H A Dlibfdt_internal.h65 int fdt_check_node_offset_(const void *fdt, int offset);
H A Dfdt.c147 int fdt_check_node_offset_(const void *fdt, int offset) function
171 if ((nextoffset = fdt_check_node_offset_(fdt, offset)) < 0)
H A Dfdt_ro.c241 || ((err = fdt_check_node_offset_(fdt, nodeoffset)) < 0))
276 if ((offset = fdt_check_node_offset_(fdt, nodeoffset)) < 0)
H A Dfdt_rw.c229 if ((nextoffset = fdt_check_node_offset_(fdt, nodeoffset)) < 0)

Completed in 70 milliseconds