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

/external/dtc/libfdt/
H A Dfdt_strerror.c80 FDT_ERRTABENT(FDT_ERR_INTERNAL),
H A Dfdt_overlay.c421 return -FDT_ERR_INTERNAL;
554 return -FDT_ERR_INTERNAL;
572 return -FDT_ERR_INTERNAL;
H A Dfdt_ro.c303 offset = -FDT_ERR_INTERNAL;
445 int supernodeoffset = -FDT_ERR_INTERNAL;
484 return (err < 0) ? err : -FDT_ERR_INTERNAL;
H A Dlibfdt.h116 #define FDT_ERR_INTERNAL 13 macro
117 /* FDT_ERR_INTERNAL: libfdt has failed an internal assertion.
1850 * -FDT_ERR_INTERNAL,

Completed in 91 milliseconds