Searched defs:type (Results 1 – 12 of 12) sorted by relevance
| /scripts/kconfig/ |
| A D | expr.c | 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 149 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 588 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 914 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 992 enum symbol_type type, in expr_parse_string()
|
| A D | menu.c | 111 void menu_set_type(int type) in menu_set_type() 127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 681 enum prop_type type; in menu_get_parent_menu() local
|
| A D | list.h | 19 #define container_of(ptr, type, member) ({ \ argument 38 #define list_entry(ptr, type, member) \ argument
|
| A D | qconf.cc | 109 int type; in updateMenu() local 400 enum prop_type type; in updateSelection() local 468 int type; in setValue() local 494 int type, oldexpr, newexpr; in changeValue() local 531 enum prop_type type; in setRootMenu() local 583 enum prop_type type; in updateMenuList() local 648 enum prop_type type; in updateMenuList() local 712 enum prop_type type; in keyPressEvent() local
|
| A D | symbol.c | 38 enum symbol_type type = sym->type; in sym_get_type() local 49 const char *sym_type_name(enum symbol_type type) in sym_type_name() 477 int type = sym_get_type(sym); in sym_tristate_within_range() local 1279 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc() 1309 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
| A D | expr.h | 43 enum expr_type type; member 91 enum symbol_type type; member 194 enum prop_type type; /* type of property */ member
|
| A D | conf.c | 85 enum symbol_type type = sym_get_type(sym); in conf_askvalue() local
|
| A D | mconf.c | 470 int type, tmp, doint = 2; in build_conf() local
|
| A D | nconf.c | 738 int type, tmp, doint = 2; in build_conf() local
|
| /scripts/dtc/ |
| A D | data.c | 240 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker()
|
| A D | util.c | 350 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
|
| A D | dtc.h | 82 enum markertype type; member
|
Completed in 20 milliseconds