Searched refs:in_tree (Results 1 – 7 of 7) sorted by relevance
/u-boot/test/py/tests/ |
A D | test_bind.py | 8 def in_tree(response, name, uclass, drv, depth, last_child): function 32 assert in_tree(tree, 'bind-test', 'simple_bus', 'simple_bus', 0, True) 33 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, False) 40 assert in_tree(tree, 'bind-test', 'simple_bus', 'simple_bus', 0, True) 48 assert in_tree(tree, 'bind-test', 'simple_bus', 'simple_bus', 0, True) 49 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, True) 56 assert in_tree(tree, 'bind-test', 'simple_bus', 'simple_bus', 0, True) 57 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, True) 65 assert in_tree(tree, 'bind-test', 'simple_bus', 'simple_bus', 0, True) 66 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, False) [all …]
|
/u-boot/fs/ubifs/ |
A D | lpt.c | 1782 int in_tree; member 1812 path->in_tree = 1; in scan_get_nnode() 1817 path->in_tree = 0; in scan_get_nnode() 1871 path->in_tree = 1; in scan_get_pnode() 1876 path->in_tree = 0; in scan_get_pnode() 1957 path[0].in_tree = 1; in ubifs_lpt_scan_nolock() 1985 ret = scan_cb(c, lprops, path[h].in_tree, data); in ubifs_lpt_scan_nolock() 1996 if (path[h].in_tree) in ubifs_lpt_scan_nolock() 2006 path[h].in_tree = 1; in ubifs_lpt_scan_nolock() 2009 if (path[h].in_tree) in ubifs_lpt_scan_nolock() [all …]
|
A D | lprops.c | 1023 const struct ubifs_lprops *lp, int in_tree, in scan_check_cb() argument 1042 if (in_tree) { in scan_check_cb() 1077 if (in_tree && cat > 0 && cat <= LPROPS_HEAP_CNT) { in scan_check_cb()
|
A D | ubifs.h | 1245 int in_tree, void *data);
|
/u-boot/tools/buildman/ |
A D | control.py | 344 builder.in_tree = options.in_tree
|
A D | builderthread.py | 153 if work_in_output or self.builder.in_tree: 217 if not self.builder.in_tree:
|
A D | builder.py | 291 self.in_tree = False
|
Completed in 20 milliseconds