Searched refs:add_node (Results 1 – 6 of 6) sorted by relevance
/u-boot/tools/binman/etype/ |
A D | fdtmap.py | 101 with fsw.add_node(subnode.name): 126 with fsw.add_node(''):
|
A D | fit.py | 200 with fsw.add_node(node_name): 220 with fsw.add_node(subnode.name): 227 with fsw.add_node(''):
|
/u-boot/doc/sphinx/ |
A D | kfigure.py | 135 app.add_node(kernel_image, 144 app.add_node(kernel_figure, 153 app.add_node(kernel_render,
|
/u-boot/fs/ubifs/ |
A D | log.c | 595 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node() function 657 err = add_node(c, buf, &write_lnum, in ubifs_consolidate_log() 667 err = add_node(c, buf, &write_lnum, &offs, in ubifs_consolidate_log()
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | libfdt.i_shipped | 743 with sw.add_node(''): 744 with sw.add_node('node'): 959 def add_node(self, name): 976 with fdtsw.add_node('name'):
|
/u-boot/fs/jffs2/ |
A D | jffs2_1pass.c | 514 add_node(struct b_list *list) in add_node() function 557 if (!(new = add_node(list))) { in insert_node()
|
Completed in 10 milliseconds