/external/dtc/tests/ |
D | setprop_inplace.c | 35 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()
|
D | dtbs_equal_unordered.c | 110 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()
|
D | dtb_reverse.c | 31 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()
|
D | path_offset.c | 23 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()
|
D | del_property.c | 35 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()
|
D | setprop.c | 43 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()
|
D | subnode_offset.c | 23 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()
|
D | nop_property.c | 31 verbose_printf("int value was 0x%08x\n", *intp); in main() 45 verbose_printf("string value was \"%s\"\n", strp); in main()
|
D | node_offset_by_compatible.c | 26 verbose_printf("Searching (target = %d): %d ->", in check_search() 29 verbose_printf("%d\n", offset); in check_search()
|
D | node_offset_by_prop_value.c | 25 verbose_printf("Searching (target = %d): %d ->", in vcheck_search() 29 verbose_printf("%d\n", offset); in vcheck_search()
|
D | sw_states.c | 23 verbose_printf(" OK: %s\n", #code); \ 31 verbose_printf("BAD: %s\n", #code); \
|
D | testutils.c | 71 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()
|
D | open_pack.c | 55 verbose_printf("oldsize = %d, bufsize = %d, packsize = %d\n", in main()
|
D | get_name.c | 33 verbose_printf("fdt_get_name(%d) returns \"%s\" (len=%d)\n", in check_name()
|
D | add_subnode_with_nops.c | 54 verbose_printf("Built empty tree, totalsize = %d\n", in main()
|
D | parent_offset.c | 39 verbose_printf("Path: \"%s\"\tParent: \"%s\"\n", path, parentpath); in check_path()
|
D | set_name.c | 33 verbose_printf("fdt_get_name(%d) returns \"%s\" (len=%d)\n", in check_set_name()
|
D | get_path.c | 32 verbose_printf("get_path() %s -> %d -> %s\n", path, offset, in check_path_buf()
|
D | nopulate.c | 65 verbose_printf("Nopulated structure block has new size %d\n", newsize); in main()
|
D | check_header.c | 27 verbose_printf("\"%s\" => %s\n", #code, fdt_strerror(err)); \
|
D | del_node.c | 103 verbose_printf("oldsize = %d, delsize = %d, newsize = %d\n", in main()
|
D | supernode_atdepth_offset.c | 69 verbose_printf("Path %s (%d), depth %d, supernode is %s\n", in check_supernode_atdepth()
|
D | tests.h | 31 #define verbose_printf(...) \ macro
|
D | sw_tree1.c | 220 verbose_printf("Completed tree, totalsize = %d\n", in main()
|