Searched refs:FDT_ERR_BADVALUE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_strerror.c82 FDT_ERRTABENT(FDT_ERR_BADVALUE),
H A Dfdt_ro.c583 return -FDT_ERR_BADVALUE;
610 return -FDT_ERR_BADVALUE;
645 *lenp = -FDT_ERR_BADVALUE;
H A Dlibfdt.h126 #define FDT_ERR_BADVALUE 15 macro
127 /* FDT_ERR_BADVALUE: Device tree has a property with an unexpected
977 * -FDT_ERR_BADVALUE if the property value is not NUL-terminated
997 * -FDT_ERR_BADVALUE if the property value is not NUL-terminated
1025 * -FDT_ERR_BADVALUE if the property value is not NUL-terminated
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_strerror.c82 FDT_ERRTABENT(FDT_ERR_BADVALUE),
H A Dfdt_ro.c653 return -FDT_ERR_BADVALUE;
680 return -FDT_ERR_BADVALUE;
715 *lenp = -FDT_ERR_BADVALUE;
H A Dfdt_overlay.c776 return -FDT_ERR_BADVALUE;
784 return -FDT_ERR_BADVALUE;
H A Dlibfdt.h126 #define FDT_ERR_BADVALUE 15 macro
127 /* FDT_ERR_BADVALUE: Device tree has a property with an unexpected
993 * -FDT_ERR_BADVALUE if the property value is not NUL-terminated
1013 * -FDT_ERR_BADVALUE if the property value is not NUL-terminated
1041 * -FDT_ERR_BADVALUE if the property value is not NUL-terminated

Completed in 76 milliseconds