Searched refs:tree (Results 1 – 6 of 6) sorted by relevance
38 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 tree94 tree = ubman.run_command('dm tree')101 assert 'bind-test' not in tree[all …]
24 oftree tree; in vbe_test_fixup_norun() local27 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()
52 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()
70 oftree tree; in cedit_fdt() local99 tree = oftree_from_fdt(fdt); in cedit_fdt()100 node = ofnode_find_subnode(oftree_root(tree), CEDIT_NODE_NAME); in cedit_fdt()
335 oftree tree, check_tree; in upl_test_base() local343 ut_assertok(upl_create_handoff_tree(&upl, &tree)); in upl_test_base()344 ut_assertok(oftree_to_fdt(tree, &buf)); in upl_test_base()
42 oftree tree; in get_other_oftree() local50 if (!oftree_valid(tree)) in get_other_oftree()53 return tree; in get_other_oftree()68 oftree tree; in get_oftree() local80 *treep = tree; in get_oftree()93 free(tree.np); in free_oftree()938 oftree tree; in dm_test_ofnode_root_mult() local961 free_oftree(tree); in dm_test_ofnode_root_mult()1369 oftree tree; in dm_test_ofnode_too_many() local1483 oftree tree; in dm_test_livetree_ensure() local[all …]
Completed in 12 milliseconds