Home
last modified time | relevance | path

Searched refs:add_node (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py133 app.add_node(kernel_image,
142 app.add_node(kernel_figure,
151 app.add_node(kernel_render,
/openbmc/qemu/tests/qemu-iotests/
H A D124102 drive0 = self.add_node('drive0')
115 def add_node(self, node_id, fmt=iotests.imgfmt, path=None, backup=None): member in TestIncrementalBackupBase
411 drive1 = self.add_node('drive1')
600 drive0 = self.add_node('drive0')
/openbmc/u-boot/fs/ubifs/
H A Dlog.c593 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node() function
655 err = add_node(c, buf, &write_lnum, in ubifs_consolidate_log()
665 err = add_node(c, buf, &write_lnum, &offs, in ubifs_consolidate_log()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c63 add_node(struct b_list *list, int size) in add_node() function
140 if (!(new = (struct b_inode *)add_node(list, sizeof(struct b_inode)))) { in insert_inode()
158 if (!(new = (struct b_dirent *)add_node(list, sizeof(struct b_dirent)))) { in insert_dirent()
H A Djffs2_1pass.c512 add_node(struct b_list *list) in add_node() function
555 if (!(new = add_node(list))) { in insert_node()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped730 with sw.add_node('node'):
944 def add_node(self, name):
961 with fdtsw.add_node('name'):