| /scripts/kconfig/ |
| A D | symbol.c | 36 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 166 struct symbol *sym; in sym_set_all_changed() local 321 void sym_calc_value(struct symbol *sym) in sym_calc_value() 466 struct symbol *sym; in sym_clear_all_valid() local 791 bool sym_is_changable(struct symbol *sym) in sym_is_changable() 917 struct symbol *sym; member 953 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local 1012 struct symbol *sym; member 1042 struct symbol *sym, *next_sym; in sym_check_print_recursive() local 1130 struct symbol *sym; in sym_check_expr_deps() local [all …]
|
| A D | lkc.h | 129 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 134 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 144 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 149 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 154 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 159 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
| A D | menu.c | 47 void menu_add_entry(struct symbol *sym) in menu_add_entry() 113 struct symbol *sym = current_entry->sym; in menu_set_type() local 223 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 229 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 296 struct symbol *sym; in menu_finalize() local 630 struct symbol *sym; in menu_is_visible() local 764 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop() 773 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 794 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 845 struct symbol *sym; in get_relations_str() local [all …]
|
| A D | zconf.y | 267 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 532 struct symbol *sym; variable 557 for_all_symbols(i, sym) { in for_all_symbols() argument 648 struct symbol *sym = menu->sym; in print_symbol() local 740 struct symbol *sym; in zconfdump() local
|
| A D | confdata.c | 162 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 289 struct symbol *sym; in conf_read_simple() local 443 struct symbol *sym; in conf_read() local 662 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 705 struct symbol *sym; in conf_write_defconfig() local 779 struct symbol *sym; in conf_write() local 912 struct symbol *sym; in conf_split_config() local 1016 struct symbol *sym; in conf_write_autoconf() local 1126 struct symbol *sym; in randomize_choice_values() local 1174 struct symbol *sym; in set_all_choice_values() local [all …]
|
| A D | conf.c | 83 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 131 struct symbol *sym = menu->sym; in conf_string() local 164 struct symbol *sym = menu->sym; in conf_sym() local 231 struct symbol *sym, *def_sym; in conf_choice() local 346 struct symbol *sym; in conf() local 413 struct symbol *sym; in check_conf() local
|
| A D | expr.h | 39 struct symbol *sym; member 134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument 193 struct symbol *sym; /* the symbol for which the property is associated */ member 205 #define for_all_properties(sym, st, tok) \ argument 208 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 209 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 210 #define for_all_prompts(sym, st) \ argument 234 struct symbol *sym; member
|
| A D | expr.c | 17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() 843 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() 871 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() 914 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 1232 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1242 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
| A D | qconf.cc | 106 struct symbol* sym; in updateMenu() local 467 struct symbol* sym; in setValue() local 492 struct symbol* sym; in changeValue() local 1073 struct symbol* sym; in menuInfo() local 1127 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info() 1211 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
|
| A D | gconf.c | 759 struct symbol *sym; in renderer_edited() local 780 struct symbol *sym = menu->sym; in change_sym_value() local 1008 struct symbol *sym = menu->sym; in fill_row() local 1219 struct symbol *sym; in update_tree() local 1299 struct symbol *sym; in display_tree() local
|
| A D | mconf.c | 467 struct symbol *sym; in build_conf() local 648 struct symbol *sym; in conf() local
|
| A D | nconf.c | 735 struct symbol *sym; in build_conf() local 1070 struct symbol *sym; in conf() local
|
| A D | qconf.h | 266 struct symbol *sym; variable
|
| /scripts/ |
| A D | event_dump.py | 27 def show_sym(fname, data, endian, evtype, sym): argument
|