HomeSort by: relevance | last modified time | path
    Searched refs:FDT_ERR_NOSPACE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_wip.c 29 return -FDT_ERR_NOSPACE;
46 return -FDT_ERR_NOSPACE;
fdt_strerror.c 26 FDT_ERRTABENT(FDT_ERR_NOSPACE),
fdt_sw.c 114 return -FDT_ERR_NOSPACE;
160 return -FDT_ERR_NOSPACE;
191 return -FDT_ERR_NOSPACE;
223 return -FDT_ERR_NOSPACE;
238 return -FDT_ERR_NOSPACE;
303 return -FDT_ERR_NOSPACE;
309 return -FDT_ERR_NOSPACE;
344 return -FDT_ERR_NOSPACE;
fdt_rw.c 64 return -FDT_ERR_NOSPACE;
442 return -FDT_ERR_NOSPACE;
451 return -FDT_ERR_NOSPACE;
fdt.c 289 return -FDT_ERR_NOSPACE;
fdt_ro.c 532 return -FDT_ERR_NOSPACE;
558 return -FDT_ERR_NOSPACE;
fdt_overlay.c 278 if (ret == -FDT_ERR_NOSPACE)
libfdt.h 23 #define FDT_ERR_NOSPACE 3
24 /* FDT_ERR_NOSPACE: Operation needed to expand the device
310 * -FDT_ERR_NOSPACE, bufsize is insufficient to contain the device tree
854 * -FDT_ERR_NOSPACE, the path of the given node is longer than (bufsize-1)
1244 * -FDT_ERR_NOSPACE, if len is not equal to the property's current length
1277 * -FDT_ERR_NOSPACE, if the property's length is not equal to 4
1312 * -FDT_ERR_NOSPACE, if the property's length is not equal to 8
1414 * -FDT_ERR_NOSPACE, bufsize is insufficient for a minimal fdt
1428 * -FDT_ERR_NOSPACE, bufsize is insufficient for a minimal fdt
1466 * -FDT_ERR_NOSPACE, standard meaning
    [all...]

Completed in 16 milliseconds