Lines Matching refs:symbol
78 void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
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()
417 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple()
443 struct symbol *sym; in conf_read()
521 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
575 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
649 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
662 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
705 struct symbol *sym; in conf_write_defconfig()
744 struct symbol *cs; in conf_write_defconfig()
745 struct symbol *ds; in conf_write_defconfig()
779 struct symbol *sym; in conf_write()
912 struct symbol *sym; in conf_split_config()
1016 struct symbol *sym; in conf_write_autoconf()
1123 static bool randomize_choice_values(struct symbol *csym) in randomize_choice_values()
1126 struct symbol *sym; in randomize_choice_values()
1171 void set_all_choice_values(struct symbol *csym) in set_all_choice_values()
1174 struct symbol *sym; in set_all_choice_values()
1193 struct symbol *sym, *csym; in conf_set_all_new_symbols()