Home
last modified time | relevance | path

Searched refs:FDT_ERR_INTERNAL (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libfdt/
H A Dfdt_strerror.c36 FDT_ERRTABENT(FDT_ERR_INTERNAL),
H A Dfdt_ro.c68 err = -FDT_ERR_INTERNAL; in fdt_get_string()
393 offset = -FDT_ERR_INTERNAL; in fdt_get_property_namelen_()
578 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset()
617 return (err < 0) ? err : -FDT_ERR_INTERNAL; in fdt_node_depth()
905 return -FDT_ERR_INTERNAL; in fdt_check_full()
H A Dfdt_overlay.c438 return -FDT_ERR_INTERNAL; in overlay_fixup_phandle()
571 return -FDT_ERR_INTERNAL; in overlay_apply_node()
589 return -FDT_ERR_INTERNAL; in overlay_apply_node()
H A Dfdt_sw.c155 return -FDT_ERR_INTERNAL; in fdt_resize()
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h72 #define FDT_ERR_INTERNAL 13 macro