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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_sw.c93 return -FDT_ERR_NOSPACE;
121 return -FDT_ERR_NOSPACE;
154 return -FDT_ERR_NOSPACE;
179 return -FDT_ERR_NOSPACE;
194 return -FDT_ERR_NOSPACE;
232 return -FDT_ERR_NOSPACE;
236 return -FDT_ERR_NOSPACE;
258 return -FDT_ERR_NOSPACE;
H A Dfdt_wip.c72 return -FDT_ERR_NOSPACE;
89 return -FDT_ERR_NOSPACE;
H A Dfdt_strerror.c68 FDT_ERRTABENT(FDT_ERR_NOSPACE),
H A Dfdt_rw.c107 return -FDT_ERR_NOSPACE;
455 return -FDT_ERR_NOSPACE;
464 return -FDT_ERR_NOSPACE;
H A Dfdt.c247 return -FDT_ERR_NOSPACE;
H A Dfdt_ro.c398 return -FDT_ERR_NOSPACE;
424 return -FDT_ERR_NOSPACE;
H A Dfdt_overlay.c260 if (ret == -FDT_ERR_NOSPACE)
H A Dlibfdt.h66 #define FDT_ERR_NOSPACE 3 macro
67 /* FDT_ERR_NOSPACE: Operation needed to expand the device
275 * -FDT_ERR_NOSPACE, bufsize is insufficient to contain the device tree
745 * -FDT_ERR_NOSPACE, the path of the given node is longer than (bufsize-1)
1133 * -FDT_ERR_NOSPACE, if len is not equal to the property's current length
1164 * -FDT_ERR_NOSPACE, if the property's length is not equal to 4
1199 * -FDT_ERR_NOSPACE, if the property's length is not equal to 8
1326 * -FDT_ERR_NOSPACE, there is insufficient free space in the blob to
1378 * -FDT_ERR_NOSPACE, there is insufficient free space in the blob
1404 * -FDT_ERR_NOSPACE, ther
[all...]
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_sw.c93 return -FDT_ERR_NOSPACE;
121 return -FDT_ERR_NOSPACE;
154 return -FDT_ERR_NOSPACE;
179 return -FDT_ERR_NOSPACE;
194 return -FDT_ERR_NOSPACE;
232 return -FDT_ERR_NOSPACE;
236 return -FDT_ERR_NOSPACE;
270 return -FDT_ERR_NOSPACE;
H A Dfdt_wip.c72 return -FDT_ERR_NOSPACE;
89 return -FDT_ERR_NOSPACE;
H A Dfdt_strerror.c68 FDT_ERRTABENT(FDT_ERR_NOSPACE),
H A Dfdt_rw.c107 return -FDT_ERR_NOSPACE;
469 return -FDT_ERR_NOSPACE;
478 return -FDT_ERR_NOSPACE;
H A Dfdt.c250 return -FDT_ERR_NOSPACE;
H A Dfdt_ro.c468 return -FDT_ERR_NOSPACE;
494 return -FDT_ERR_NOSPACE;
H A Dlibfdt.h66 #define FDT_ERR_NOSPACE 3 macro
67 /* FDT_ERR_NOSPACE: Operation needed to expand the device
276 * -FDT_ERR_NOSPACE, bufsize is insufficient to contain the device tree
761 * -FDT_ERR_NOSPACE, the path of the given node is longer than (bufsize-1)
1151 * -FDT_ERR_NOSPACE, if len is not equal to the property's current length
1184 * -FDT_ERR_NOSPACE, if the property's length is not equal to 4
1219 * -FDT_ERR_NOSPACE, if the property's length is not equal to 8
1332 * -FDT_ERR_NOSPACE, standard meanings
1362 * -FDT_ERR_NOSPACE, there is insufficient free space in the blob to
1414 * -FDT_ERR_NOSPACE, ther
[all...]
H A Dfdt_overlay.c321 if (ret == -FDT_ERR_NOSPACE)
/freebsd-11-stable/contrib/dtc/
H A Dfdtput.c180 if (err == -FDT_ERR_NOSPACE) {
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1570 if (rv == -FDT_ERR_NOSPACE)
1821 if (rv == -FDT_ERR_NOSPACE)

Completed in 141 milliseconds