Home
last modified time | relevance | path

Searched refs:verbose_printf (Results 1 – 22 of 22) sorted by relevance

/external/dtc/tests/
Dsetprop_inplace.c48 verbose_printf("Old int value was 0x%08x\n", *intp); in main()
54 verbose_printf("New int value is 0x%08x\n", *intp); in main()
62 verbose_printf("Old int64 value was 0x%016" PRIx64 "\n", *int64p); in main()
68 verbose_printf("New int64 value is 0x%016" PRIx64 "\n", *int64p); in main()
73 verbose_printf("Old string value was \"%s\"\n", strp); in main()
84 verbose_printf("New string value is \"%s\"\n", strp); in main()
Ddtbs_equal_unordered.c122 verbose_printf("Property '%s'\n", name); in compare_properties()
133 verbose_printf("len1=%d data1=", len1); in compare_properties()
135 verbose_printf(" %02x", ((const char *)data1)[i]); in compare_properties()
136 verbose_printf("\nlen2=%d data2=", len2); in compare_properties()
138 verbose_printf(" %02x", ((const char *)data2)[i]); in compare_properties()
139 verbose_printf("\n"); in compare_properties()
164 verbose_printf("Subnode %s\n", name); in compare_subnodes()
189 verbose_printf("Checking %s\n", path1); in compare_node()
Ddtb_reverse.c44 verbose_printf("reverse_reservemap(): %d/%d\n", in reverse_reservemap()
52 verbose_printf("Added entry 0x%llx 0x%llx\n", in reverse_reservemap()
67 verbose_printf("reverse_properties(): offset=%d name=%s\n", in reverse_properties()
77 verbose_printf(" -> output property %s\n", name); in reverse_properties()
92 verbose_printf("reverse_children() offset=%d nextoffset=%d [%s]" in reverse_children()
113 verbose_printf("reverse_node(): nodeoffset=%d [%s]\n", in reverse_node()
Dpath_offset.c36 verbose_printf("Checking subnode \"%s\" of %d...", name, parent); in check_subnode()
38 verbose_printf("offset %d...", offset); in check_subnode()
42 verbose_printf("pointer %p\n", nh); in check_subnode()
61 verbose_printf("Checking offset of \"%s\" is %d...\n", path, offset); in check_path_offset()
77 verbose_printf("Checking offset of \"%s\" [first %d characters]" in check_path_offset_namelen()
Ddel_property.c48 verbose_printf("int value was 0x%08x\n", *intp); in main()
63 verbose_printf("string value was \"%s\"\n", strp); in main()
83 verbose_printf("oldsize = %d, delsize = %d, newsize = %d\n", in main()
Dsetprop.c56 verbose_printf("Old int value was 0x%08x\n", *intp); in main()
63 verbose_printf("New value is \"%s\"\n", strp); in main()
68 verbose_printf("Old string value was \"%s\"\n", strp); in main()
Dsubnode_offset.c36 verbose_printf("Checking subnode \"%s\" of %d...", name, parent); in check_subnode()
38 verbose_printf("offset %d...", offset); in check_subnode()
42 verbose_printf("pointer %p\n", nh); in check_subnode()
Dnop_property.c44 verbose_printf("int value was 0x%08x\n", *intp); in main()
58 verbose_printf("string value was \"%s\"\n", strp); in main()
Dtestutils.c68 verbose_printf("Starting testcase \"%s\", pid %d\n", in test_init()
95 verbose_printf("Checking property \"%s\"...", name); in check_property()
97 verbose_printf("pointer %p\n", prop); in check_property()
Dnode_offset_by_compatible.c39 verbose_printf("Searching (target = %d): %d ->", in check_search()
42 verbose_printf("%d\n", offset); in check_search()
Dnode_offset_by_prop_value.c38 verbose_printf("Searching (target = %d): %d ->", in vcheck_search()
42 verbose_printf("%d\n", offset); in vcheck_search()
Dopen_pack.c68 verbose_printf("oldsize = %d, bufsize = %d, packsize = %d\n", in main()
Dget_name.c46 verbose_printf("fdt_get_name(%d) returns \"%s\" (len=%d)\n", in check_name()
Dadd_subnode_with_nops.c67 verbose_printf("Built empty tree, totalsize = %d\n", in main()
Dparent_offset.c52 verbose_printf("Path: \"%s\"\tParent: \"%s\"\n", path, parentpath); in check_path()
Dget_path.c45 verbose_printf("get_path() %s -> %d -> %s\n", path, offset, buf); in check_path_buf()
Dset_name.c46 verbose_printf("fdt_get_name(%d) returns \"%s\" (len=%d)\n", in check_set_name()
Dnopulate.c78 verbose_printf("Nopulated structure block has new size %d\n", newsize); in main()
Ddel_node.c116 verbose_printf("oldsize = %d, delsize = %d, newsize = %d\n", in main()
Dtests.h44 #define verbose_printf(...) \ macro
Dsupernode_atdepth_offset.c82 verbose_printf("Path %s (%d), depth %d, supernode is %s\n", in check_supernode_atdepth()
Dsw_tree1.c173 verbose_printf("Completed tree, totalsize = %d\n", in main()