Home
last modified time | relevance | path

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

/external/dtc/tests/
Dsetprop_inplace.c35 verbose_printf("Old int value was 0x%08x\n", *intp); in main()
41 verbose_printf("New int value is 0x%08x\n", *intp); in main()
49 verbose_printf("Old int64 value was 0x%016" PRIx64 "\n", *int64p); in main()
55 verbose_printf("New int64 value is 0x%016" PRIx64 "\n", *int64p); in main()
60 verbose_printf("Old string value was \"%s\"\n", strp); in main()
71 verbose_printf("New string value is \"%s\"\n", strp); in main()
Ddtbs_equal_unordered.c110 verbose_printf("Property '%s'\n", name); in compare_properties()
121 verbose_printf("len1=%d data1=", len1); in compare_properties()
123 verbose_printf(" %02x", ((const char *)data1)[i]); in compare_properties()
124 verbose_printf("\nlen2=%d data2=", len2); in compare_properties()
126 verbose_printf(" %02x", ((const char *)data2)[i]); in compare_properties()
127 verbose_printf("\n"); in compare_properties()
152 verbose_printf("Subnode %s\n", name); in compare_subnodes()
177 verbose_printf("Checking %s\n", path1); in compare_node()
Ddtb_reverse.c31 verbose_printf("reverse_reservemap(): %d/%d\n", in reverse_reservemap()
39 verbose_printf("Added entry 0x%llx 0x%llx\n", in reverse_reservemap()
54 verbose_printf("reverse_properties(): offset=%d name=%s\n", in reverse_properties()
64 verbose_printf(" -> output property %s\n", name); in reverse_properties()
79 verbose_printf("reverse_children() offset=%d nextoffset=%d [%s]" in reverse_children()
100 verbose_printf("reverse_node(): nodeoffset=%d [%s]\n", in reverse_node()
Dpath_offset.c23 verbose_printf("Checking subnode \"%s\" of %d...", name, parent); in check_subnode()
25 verbose_printf("offset %d...", offset); in check_subnode()
29 verbose_printf("pointer %p\n", nh); in check_subnode()
48 verbose_printf("Checking offset of \"%s\" is %d...\n", path, offset); in check_path_offset()
64 verbose_printf("Checking offset of \"%s\" [first %d characters]" in check_path_offset_namelen()
Ddel_property.c35 verbose_printf("int value was 0x%08x\n", *intp); in main()
50 verbose_printf("string value was \"%s\"\n", strp); in main()
70 verbose_printf("oldsize = %d, delsize = %d, newsize = %d\n", in main()
Dsetprop.c43 verbose_printf("Old int value was 0x%08x\n", *intp); in main()
50 verbose_printf("New value is \"%s\"\n", strp); in main()
55 verbose_printf("Old string value was \"%s\"\n", strp); in main()
Dsubnode_offset.c23 verbose_printf("Checking subnode \"%s\" of %d...", name, parent); in check_subnode()
25 verbose_printf("offset %d...", offset); in check_subnode()
29 verbose_printf("pointer %p\n", nh); in check_subnode()
Dnop_property.c31 verbose_printf("int value was 0x%08x\n", *intp); in main()
45 verbose_printf("string value was \"%s\"\n", strp); in main()
Dnode_offset_by_compatible.c26 verbose_printf("Searching (target = %d): %d ->", in check_search()
29 verbose_printf("%d\n", offset); in check_search()
Dnode_offset_by_prop_value.c25 verbose_printf("Searching (target = %d): %d ->", in vcheck_search()
29 verbose_printf("%d\n", offset); in vcheck_search()
Dsw_states.c23 verbose_printf(" OK: %s\n", #code); \
31 verbose_printf("BAD: %s\n", #code); \
Dtestutils.c71 verbose_printf("Starting testcase \"%s\", pid %d\n", in test_init()
98 verbose_printf("Checking property \"%s\"...", name); in check_property()
100 verbose_printf("pointer %p\n", prop); in check_property()
Dopen_pack.c55 verbose_printf("oldsize = %d, bufsize = %d, packsize = %d\n", in main()
Dget_name.c33 verbose_printf("fdt_get_name(%d) returns \"%s\" (len=%d)\n", in check_name()
Dadd_subnode_with_nops.c54 verbose_printf("Built empty tree, totalsize = %d\n", in main()
Dparent_offset.c39 verbose_printf("Path: \"%s\"\tParent: \"%s\"\n", path, parentpath); in check_path()
Dset_name.c33 verbose_printf("fdt_get_name(%d) returns \"%s\" (len=%d)\n", in check_set_name()
Dget_path.c32 verbose_printf("get_path() %s -> %d -> %s\n", path, offset, in check_path_buf()
Dnopulate.c65 verbose_printf("Nopulated structure block has new size %d\n", newsize); in main()
Dcheck_header.c27 verbose_printf("\"%s\" => %s\n", #code, fdt_strerror(err)); \
Ddel_node.c103 verbose_printf("oldsize = %d, delsize = %d, newsize = %d\n", in main()
Dsupernode_atdepth_offset.c69 verbose_printf("Path %s (%d), depth %d, supernode is %s\n", in check_supernode_atdepth()
Dtests.h31 #define verbose_printf(...) \ macro
Dsw_tree1.c220 verbose_printf("Completed tree, totalsize = %d\n", in main()