• Home
  • Raw
  • Download

Lines Matching refs:FAIL

25 		FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len));  in check_ref()
27 FAIL("'ref' in node at %d has wrong size (%d instead of %zd)", in check_ref()
31 FAIL("'ref' in node at %d has value 0x%x instead of 0x%x", in check_ref()
36 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); in check_ref()
38 FAIL("'lref' in node at %d has wrong size (%d instead of %zd)", in check_ref()
42 FAIL("'lref' in node at %d has value 0x%x instead of 0x%x", in check_ref()
54 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); in check_rref()
56 FAIL("'rref' in root node has wrong size (%d instead of %zd)", in check_rref()
60 FAIL("'rref' in root node has value 0x%x instead of 0x0", ref); in check_rref()
74 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); in main()
77 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main()
80 FAIL("fdt_path_offset(/node3): %s", fdt_strerror(n3)); in main()
83 FAIL("fdt_path_offset(/node4): %s", fdt_strerror(n4)); in main()
86 FAIL("fdt_path_offset(/node5): %s", fdt_strerror(n5)); in main()
89 FAIL("fdt_path_offset(/node6): %s", fdt_strerror(n6)); in main()
98 FAIL("/node1 has wrong phandle, 0x%x instead of 0x%x", in main()
101 FAIL("/node2 has wrong phandle, 0x%x instead of 0x%x", in main()
104 FAIL("/node6 has wrong phandle, 0x%x instead of 0x%x", in main()
107 FAIL("/node4 has bad phandle, 0x%x", h4); in main()
110 FAIL("/node5 has bad phandle, 0x%x", h5); in main()
112 FAIL("/node5 has duplicate phandle, 0x%x", h5); in main()
120 FAIL("generated invalid phandle 0x%x\n", hn); in main()