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

  /src/sys/external/bsd/libfdt/dist/
fdt_addresses.c 27 return -FDT_ERR_BADNCELLS;
31 return -FDT_ERR_BADNCELLS;
42 return -FDT_ERR_BADNCELLS;
85 return -FDT_ERR_BADNCELLS;
98 return -FDT_ERR_BADNCELLS;
fdt_strerror.c 39 FDT_ERRTABENT(FDT_ERR_BADNCELLS),
libfdt.h 80 #define FDT_ERR_BADNCELLS 14
81 /* FDT_ERR_BADNCELLS: Device tree has a #address-cells, #size-cells
1166 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid
1187 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid
1925 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid

Completed in 14 milliseconds