/u-boot/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() 135 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 145 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 150 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 155 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 160 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 | 787 struct symbol *sym; in renderer_edited() local 808 struct symbol *sym = menu->sym; in change_sym_value() local 1040 struct symbol *sym = menu->sym; in fill_row() local 1255 struct symbol *sym; in update_tree() local 1336 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 | 737 struct symbol *sym; in build_conf() local 1072 struct symbol *sym; in conf() local
|
A D | qconf.h | 266 struct symbol *sym; variable
|
/u-boot/include/linux/ |
A D | kbuild.h | 9 #define DEFINE(sym, val) \ argument 14 #define OFFSET(sym, str, mem) \ argument
|
A D | compiler.h | 154 # define KENTRY(sym) \ argument 296 #define __ADDRESSABLE(sym) \ argument
|
/u-boot/common/ |
A D | kallsyms.c | 25 const char *sym, *csym; in symbol_lookup() local
|
/u-boot/arch/arm/cpu/armv8/ |
A D | linux-kernel-image-header-vars.h | 44 #define DEFINE_IMAGE_LE64(sym, data) \ argument
|
/u-boot/arch/x86/lib/ |
A D | bios.h | 23 #define PTR_TO_REAL_MODE(sym)\ argument
|
/u-boot/lib/zlib/ |
A D | inftrees.c | 37 unsigned sym; /* index of code symbols */ in inflate_table() local
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 1377 def _assigned_twice(self, sym, new_val, filename, linenr): argument 3730 def num_ok(sym, type_): argument 3820 def warn_select_imply(sym, expr, expr_type): argument 6367 def _sym_to_num(sym): argument 6439 def _expr_depends_on(expr, sym): argument 6559 def _check_dep_loop_sym(sym, ignore_choice): argument
|
/u-boot/fs/squashfs/ |
A D | sqfs.c | 412 static char *sqfs_resolve_symlink(struct squashfs_symlink_inode *sym, in sqfs_resolve_symlink() 450 struct squashfs_symlink_inode *sym; in sqfs_search_dir() local
|