Searched defs:parent (Results 1 – 11 of 11) sorted by relevance
| /scripts/kconfig/ |
| A D | qconf.h | 48 ConfigView* parent(void) const in parent() function 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() function 136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() 197 ConfigView* parent(void) const in parent() function
|
| A D | qconf.cc | 267 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit() 577 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList() 642 void ConfigList::updateMenuList(ConfigList *parent, struct menu* menu) in updateMenuList() 913 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() 1008 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name) in ConfigInfoView() 1242 ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name) in ConfigSearchWindow() 1566 struct menu *parent; in setMenuLink() local
|
| A D | zconf.l | 30 struct buffer *parent; member
|
| A D | expr.h | 22 struct file *parent; member 225 struct menu *parent; member
|
| A D | menu.c | 293 void menu_finalize(struct menu *parent) in menu_finalize()
|
| A D | gconf.c | 1166 GtkTreeIter *parent = parents[indent - 1]; in place_node() local 1179 GtkTreeIter *gtktree_iter_find_node(GtkTreeIter * parent, in gtktree_iter_find_node()
|
| /scripts/dtc/libfdt/ |
| A D | fdt_addresses.c | 57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange()
|
| A D | libfdt.h | 195 #define fdt_for_each_subnode(node, fdt, parent) \ argument
|
| /scripts/dtc/ |
| A D | livetree.c | 302 void add_child(struct node *parent, struct node *child) in add_child() 316 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name() 812 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node()
|
| A D | dtc.h | 158 struct node *parent; member
|
| A D | checks.c | 1345 struct node *irq_node = NULL, *parent = node; in check_interrupts_property() local
|
Completed in 26 milliseconds