Searched refs:in_tree (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/test/py/tests/ |
| H 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', 'generic_simple_bus', 0, True) 33 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, False) 34 assert in_tree(tree, 'bind-test-child2', 'simple_bus', 'generic_simple_bus', 1, True) 40 assert in_tree(tree, 'bind-test', 'simple_bus', 'generic_simple_bus', 0, True) 42 assert in_tree(tree, 'bind-test-child2', 'simple_bus', 'generic_simple_bus', 1, True) 48 assert in_tree(tree, 'bind-test', 'simple_bus', 'generic_simple_bus', 0, True) 49 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, True) 50 assert in_tree(tree, 'bind-test-child2', 'simple_bus', 'generic_simple_bus', 1, False) 56 assert in_tree(tree, 'bind-test', 'simple_bus', 'generic_simple_bus', 0, True) [all …]
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | lpt.c | 1780 int in_tree; member 1810 path->in_tree = 1; in scan_get_nnode() 1815 path->in_tree = 0; in scan_get_nnode() 1869 path->in_tree = 1; in scan_get_pnode() 1874 path->in_tree = 0; in scan_get_pnode() 1955 path[0].in_tree = 1; in ubifs_lpt_scan_nolock() 1983 ret = scan_cb(c, lprops, path[h].in_tree, data); in ubifs_lpt_scan_nolock() 1994 if (path[h].in_tree) in ubifs_lpt_scan_nolock() 2004 path[h].in_tree = 1; in ubifs_lpt_scan_nolock() 2007 if (path[h].in_tree) in ubifs_lpt_scan_nolock() [all …]
|
| H A D | lprops.c | 1021 const struct ubifs_lprops *lp, int in_tree, in scan_check_cb() argument 1040 if (in_tree) { in scan_check_cb() 1075 if (in_tree && cat > 0 && cat <= LPROPS_HEAP_CNT) { in scan_check_cb()
|
| H A D | ubifs.h | 1245 int in_tree, void *data);
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | control.py | 314 builder.in_tree = options.in_tree
|
| H A D | builderthread.py | 142 if self.builder.in_tree: 206 if not self.builder.in_tree:
|
| H A D | builder.py | 276 self.in_tree = False
|