Home | History | Annotate | Download | only in tests

Lines Matching refs:fdt_strerror

44 		     fdt_strerror(subnode1_offset));
50 fdt_strerror(subnode2_offset));
56 fdt_strerror(subsubnode2_offset));
61 FAIL("fdt_nop_node(subnode1): %s", fdt_strerror(err));
66 fdt_strerror(subnode1_offset),
67 fdt_strerror(-FDT_ERR_NOTFOUND));
72 fdt_strerror(subnode2_offset));
78 fdt_strerror(subsubnode2_offset));
83 FAIL("fdt_nop_node(subnode2): %s", fdt_strerror(err));
88 fdt_strerror(subnode1_offset),
89 fdt_strerror(-FDT_ERR_NOTFOUND));
94 fdt_strerror(subnode2_offset),
95 fdt_strerror(-FDT_ERR_NOTFOUND));
100 fdt_strerror(subsubnode2_offset),
101 fdt_strerror(-FDT_ERR_NOTFOUND));