Searched refs:node2 (Results 1 – 8 of 8) sorted by relevance
| /u-boot/fs/btrfs/common/ |
| A D | rbtree-utils.h | 29 typedef int (*rb_compare_nodes)(struct rb_node *node1, struct rb_node *node2);
|
| /u-boot/fs/btrfs/ |
| A D | extent-cache.c | 38 static int cache_tree_comp_nodes(struct rb_node *node1, struct rb_node *node2) in cache_tree_comp_nodes() argument 43 entry = rb_entry(node2, struct cache_extent, rb_node); in cache_tree_comp_nodes() 70 static int cache_tree_comp_nodes2(struct rb_node *node1, struct rb_node *node2) in cache_tree_comp_nodes2() argument 75 entry = rb_entry(node2, struct cache_extent, rb_node); in cache_tree_comp_nodes2()
|
| A D | disk-io.c | 721 int btrfs_fs_roots_compare_roots(struct rb_node *node1, struct rb_node *node2) in btrfs_fs_roots_compare_roots() argument 725 root = rb_entry(node2, struct btrfs_root, rb_node); in btrfs_fs_roots_compare_roots()
|
| /u-boot/tools/dtoc/ |
| A D | test_fdt.py | 179 node2 = self.dtb.GetNode('/spl-test2') 180 offset1 = node2.Offset() 182 offset2 = node2.Offset() 185 offset3 = node2.Offset() 409 prop2 = node2.props['intval'] 423 prop2 = node2.props['longbytearray'] 447 prop2 = node2.props['stringarray'] 456 prop2 = node2.props['stringarray'] 465 prop2 = node2.props['intval'] 773 node2 = dtb2.GetNode('/test2') [all …]
|
| A D | test_fdt | 179 node2 = self.dtb.GetNode('/spl-test2') 180 offset1 = node2.Offset() 182 offset2 = node2.Offset() 185 offset3 = node2.Offset() 409 prop2 = node2.props['intval'] 423 prop2 = node2.props['longbytearray'] 447 prop2 = node2.props['stringarray'] 456 prop2 = node2.props['stringarray'] 465 prop2 = node2.props['intval'] 773 node2 = dtb2.GetNode('/test2') [all …]
|
| /u-boot/scripts/dtc/ |
| A D | README | 31 >>> node2 = fdt.path_offset('/') 32 >>> print(fdt.getprop(node2, 'compatible').as_str())
|
| /u-boot/drivers/mtd/ubi/ |
| A D | fastmap.c | 427 struct rb_node *node, *node2; in unmap_peb() local 433 for (node2 = rb_first(&av->root); node2; in unmap_peb() 434 node2 = rb_next(node2)) { in unmap_peb() 435 aeb = rb_entry(node2, struct ubi_ainf_peb, u.rb); in unmap_peb()
|
| /u-boot/tools/buildman/ |
| A D | kconfiglib.py | 6468 def _auto_menu_dep(node1, node2): argument 6473 return _expr_depends_on(node2.prompt[1] if node2.prompt else node2.dep,
|
Completed in 32 milliseconds