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

  /src/sys/external/bsd/libfdt/dist/
fdt_strerror.c 36 FDT_ERRTABENT(FDT_ERR_BADSTRUCTURE),
fdt_ro.c 200 return -FDT_ERR_BADSTRUCTURE;
309 err = -FDT_ERR_BADSTRUCTURE;
570 return -FDT_ERR_BADSTRUCTURE;
606 return -FDT_ERR_BADSTRUCTURE;
874 return -FDT_ERR_BADSTRUCTURE;
880 return -FDT_ERR_BADSTRUCTURE;
885 return -FDT_ERR_BADSTRUCTURE;
fdt.c 147 *nextoffset = -FDT_ERR_BADSTRUCTURE;
libfdt.h 62 #define FDT_ERR_BADSTRUCTURE 11
63 /* FDT_ERR_BADSTRUCTURE: Given device tree has a corrupt
476 * -FDT_ERR_BADSTRUCTURE,
514 * -FDT_ERR_BADSTRUCTURE,
559 * -FDT_ERR_BADSTRUCTURE,
580 * -FDT_ERR_BADSTRUCTURE,
636 * -FDT_ERR_BADSTRUCTURE,
686 * -FDT_ERR_BADSTRUCTURE,
727 * -FDT_ERR_BADSTRUCTURE,
783 * -FDT_ERR_BADSTRUCTURE,
    [all...]

Completed in 45 milliseconds