Searched refs:fdt_strerror (Results 1 – 6 of 6) sorted by relevance
46 const char *fdt_strerror(int errval) in fdt_strerror() function
2209 const char *fdt_strerror(int errval);
62 fdt_strerror(ret)); in apply_one()76 name, fdt_strerror(ret)); in apply_one()
14 libfdt-objs := fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw.o fdt_strerror.o fdt_empty_tree.o fdt_addre…
39 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err)); in report_error()
44 fdt_strerror(err)); in report_error()