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

/gem5/ext/libfdt/
H A Dfdt_strerror.c47 FDT_ERRTABENT(FDT_ERR_NOSPACE),
H A Dfdt_sw.c72 return -FDT_ERR_NOSPACE;
101 return -FDT_ERR_NOSPACE;
126 return -FDT_ERR_NOSPACE;
141 return -FDT_ERR_NOSPACE;
179 return -FDT_ERR_NOSPACE;
183 return -FDT_ERR_NOSPACE;
205 return -FDT_ERR_NOSPACE;
H A Dfdt_wip.c48 return -FDT_ERR_NOSPACE;
H A Dfdt.c197 return -FDT_ERR_NOSPACE;
H A Dfdt_rw.c84 return -FDT_ERR_NOSPACE;
435 return -FDT_ERR_NOSPACE;
444 return -FDT_ERR_NOSPACE;
H A Dfdt_ro.c345 return -FDT_ERR_NOSPACE;
371 return -FDT_ERR_NOSPACE;
H A Dlibfdt.h50 #define FDT_ERR_NOSPACE 3 macro
51 /* FDT_ERR_NOSPACE: Operation needed to expand the device
188 * -FDT_ERR_NOSPACE, bufsize is insufficient to contain the device tree
592 * -FDT_ERR_NOSPACE, the path of the given node is longer than (bufsize-1)
826 * -FDT_ERR_NOSPACE, if len is not equal to the property's current length
857 * -FDT_ERR_NOSPACE, if the property's length is not equal to 4
892 * -FDT_ERR_NOSPACE, if the property's length is not equal to 8
1018 * -FDT_ERR_NOSPACE, there is insufficient free space in the blob to
1070 * -FDT_ERR_NOSPACE, there is insufficient free space in the blob
1096 * -FDT_ERR_NOSPACE, ther
[all...]

Completed in 12 milliseconds