Lines Matching refs:FAIL
38 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); in check_ref()
40 FAIL("'ref' in node at %d has wrong size (%d instead of %zd)", in check_ref()
44 FAIL("'ref' in node at %d has value 0x%x instead of 0x%x", in check_ref()
49 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); in check_ref()
51 FAIL("'lref' in node at %d has wrong size (%d instead of %zd)", in check_ref()
55 FAIL("'lref' in node at %d has value 0x%x instead of 0x%x", in check_ref()
67 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); in check_rref()
69 FAIL("'rref' in root node has wrong size (%d instead of %zd)", in check_rref()
73 FAIL("'rref' in root node has value 0x%x instead of 0x0", ref); in check_rref()
87 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); in main()
90 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main()
93 FAIL("fdt_path_offset(/node3): %s", fdt_strerror(n3)); in main()
96 FAIL("fdt_path_offset(/node4): %s", fdt_strerror(n4)); in main()
99 FAIL("fdt_path_offset(/node5): %s", fdt_strerror(n5)); in main()
107 FAIL("/node1 has wrong phandle, 0x%x instead of 0x%x", in main()
110 FAIL("/node2 has wrong phandle, 0x%x instead of 0x%x", in main()
113 FAIL("/node4 has bad phandle, 0x%x", h4); in main()
116 FAIL("/node5 has bad phandle, 0x%x", h5); in main()
118 FAIL("/node5 has duplicate phandle, 0x%x", h5); in main()