Home
last modified time | relevance | path

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

/optee_os/core/lib/libfdt/
H A Dfdt_ro.c199 return -FDT_ERR_BADSTRUCTURE; in nextprop_()
308 err = -FDT_ERR_BADSTRUCTURE; in fdt_get_name()
569 return -FDT_ERR_BADSTRUCTURE; in fdt_get_path()
605 return -FDT_ERR_BADSTRUCTURE; in fdt_supernode_atdepth_offset()
882 return -FDT_ERR_BADSTRUCTURE; in fdt_check_full()
888 return -FDT_ERR_BADSTRUCTURE; in fdt_check_full()
893 return -FDT_ERR_BADSTRUCTURE; in fdt_check_full()
H A Dfdt_strerror.c34 FDT_ERRTABENT(FDT_ERR_BADSTRUCTURE),
H A Dfdt.c145 *nextoffset = -FDT_ERR_BADSTRUCTURE; in fdt_next_tag()
/optee_os/core/kernel/
H A Ddt.c228 return -FDT_ERR_BADSTRUCTURE; in fdt_get_reg_props_by_index()
239 return -FDT_ERR_BADSTRUCTURE; in fdt_get_reg_props_by_index()
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h60 #define FDT_ERR_BADSTRUCTURE 11 macro