Home
last modified time | relevance | path

Searched refs:fdt_check_node_offset_ (Results 1 – 4 of 4) sorted by path

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