Home
last modified time | relevance | path

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

/DragonStub/apps/lib/libfdt/
H A Dlibfdt_internal.h21 int fdt_check_node_offset_(const void *fdt, int offset);
H A Dfdt.c224 int fdt_check_node_offset_(const void *fdt, int offset) in fdt_check_node_offset_() function
254 if ((nextoffset = fdt_check_node_offset_(fdt, offset)) < 0) in fdt_next_node()
H A Dfdt_ro.c307 || ((err = fdt_check_node_offset_(fdt, nodeoffset)) < 0)) in fdt_get_name()
342 if ((offset = fdt_check_node_offset_(fdt, nodeoffset)) < 0) in fdt_first_property_offset()
H A Dfdt_rw.c211 if ((nextoffset = fdt_check_node_offset_(fdt, nodeoffset)) < 0) in fdt_add_property_()