Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 6 of 6) sorted by relevance

/test/py/tests/
A Dtest_bind.py38 tree = ubman.run_command('dm tree')
47 tree = ubman.run_command('dm tree')
53 tree = ubman.run_command('dm tree')
61 tree = ubman.run_command('dm tree')
69 tree = ubman.run_command('dm tree')
78 tree = ubman.run_command('dm tree')
86 tree = ubman.run_command('dm tree')
87 assert 'bind-test' not in tree
94 tree = ubman.run_command('dm tree')
101 assert 'bind-test' not in tree
[all …]
/test/boot/
A Dvbe_fixup.c24 oftree tree; in vbe_test_fixup_norun() local
27 tree = oftree_from_fdt(working_fdt); in vbe_test_fixup_norun()
28 ut_assert(oftree_valid(tree)); in vbe_test_fixup_norun()
30 chosen = oftree_path(tree, "/chosen"); in vbe_test_fixup_norun()
A Dvbe_simple.c52 fixup.tree = oftree_from_np(np); in vbe_simple_test_base()
54 fixup.tree = oftree_from_fdt(fdt_buf); in vbe_simple_test_base()
69 node = oftree_path(fixup.tree, "/chosen/fwupd/firmware0"); in vbe_simple_test_base()
A Dcedit.c70 oftree tree; in cedit_fdt() local
99 tree = oftree_from_fdt(fdt); in cedit_fdt()
100 node = ofnode_find_subnode(oftree_root(tree), CEDIT_NODE_NAME); in cedit_fdt()
A Dupl.c335 oftree tree, check_tree; in upl_test_base() local
343 ut_assertok(upl_create_handoff_tree(&upl, &tree)); in upl_test_base()
344 ut_assertok(oftree_to_fdt(tree, &buf)); in upl_test_base()
/test/dm/
A Dofnode.c42 oftree tree; in get_other_oftree() local
50 if (!oftree_valid(tree)) in get_other_oftree()
53 return tree; in get_other_oftree()
68 oftree tree; in get_oftree() local
80 *treep = tree; in get_oftree()
93 free(tree.np); in free_oftree()
938 oftree tree; in dm_test_ofnode_root_mult() local
961 free_oftree(tree); in dm_test_ofnode_root_mult()
1369 oftree tree; in dm_test_ofnode_too_many() local
1483 oftree tree; in dm_test_livetree_ensure() local
[all …]

Completed in 12 milliseconds