Searched refs:FDT_ERR_NOSPACE (Results 1 - 11 of 11) sorted by relevance

/linux-master/scripts/dtc/libfdt/
H A Dfdt_wip.c27 return -FDT_ERR_NOSPACE;
44 return -FDT_ERR_NOSPACE;
H A Dfdt_sw.c116 return -FDT_ERR_NOSPACE;
156 return -FDT_ERR_NOSPACE;
166 return -FDT_ERR_NOSPACE;
197 return -FDT_ERR_NOSPACE;
229 return -FDT_ERR_NOSPACE;
244 return -FDT_ERR_NOSPACE;
309 return -FDT_ERR_NOSPACE;
315 return -FDT_ERR_NOSPACE;
350 return -FDT_ERR_NOSPACE;
H A Dfdt_strerror.c24 FDT_ERRTABENT(FDT_ERR_NOSPACE),
H A Dfdt.c330 return -FDT_ERR_NOSPACE;
335 return -FDT_ERR_NOSPACE;
H A Dfdt_rw.c65 return -FDT_ERR_NOSPACE;
462 return -FDT_ERR_NOSPACE;
471 return -FDT_ERR_NOSPACE;
H A Dfdt_ro.c551 return -FDT_ERR_NOSPACE;
577 return -FDT_ERR_NOSPACE;
H A Dlibfdt.h26 #define FDT_ERR_NOSPACE 3 macro
27 /* FDT_ERR_NOSPACE: Operation needed to expand the device
326 * -FDT_ERR_NOSPACE, bufsize is insufficient to contain the device tree
890 * -FDT_ERR_NOSPACE, the path of the given node is longer than (bufsize-1)
1282 * -FDT_ERR_NOSPACE, if len is not equal to the property's current length
1315 * -FDT_ERR_NOSPACE, if the property's length is not equal to 4
1350 * -FDT_ERR_NOSPACE, if the property's length is not equal to 8
1457 * -FDT_ERR_NOSPACE, bufsize is insufficient for a minimal fdt
1471 * -FDT_ERR_NOSPACE, bufsize is insufficient for a minimal fdt
1509 * -FDT_ERR_NOSPACE, standar
[all...]
H A Dfdt_overlay.c262 if (ret == -FDT_ERR_NOSPACE)
/linux-master/arch/powerpc/boot/
H A Dlibfdt-wrapper.c86 if (rc == -FDT_ERR_NOSPACE) {
109 if (offset == -FDT_ERR_NOSPACE) {
/linux-master/scripts/dtc/
H A Dfdtoverlay.c71 if (ret == -FDT_ERR_NOSPACE) {
74 } while (ret == -FDT_ERR_NOSPACE);
/linux-master/drivers/firmware/efi/libstub/
H A Dfdt.c141 if (status == -FDT_ERR_NOSPACE)

Completed in 211 milliseconds