/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | symbol.c | 47 struct symbol *sym; in sym_init() local 202 struct symbol *sym; in sym_set_all_changed() local 313 void sym_calc_value(struct symbol *sym) in sym_calc_value() 464 struct symbol *sym; in sym_clear_all_valid() local 883 struct symbol *sym; in sym_expand_string_value() local 958 struct symbol *sym; member 1053 struct symbol *sym; member 1083 struct symbol *sym, *next_sym; in sym_check_print_recursive() local 1154 struct symbol *sym; in sym_check_expr_deps() local 1223 struct symbol *sym, *sym2; in sym_check_choice_deps() local [all …]
|
A D | zconf.y | 149 struct symbol *sym = sym_lookup($2, 0); variable 163 struct symbol *sym = sym_lookup($2, 0); variable 249 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 498 struct symbol *sym; variable 519 for_all_symbols(i, sym) { in for_all_symbols() argument 610 struct symbol *sym = menu->sym; in print_symbol() local 693 struct symbol *sym; in zconfdump() local
|
A D | menu.c | 47 void menu_add_entry(struct symbol *sym) in menu_add_entry() 114 struct symbol *sym = current_entry->sym; in menu_set_type() local 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 232 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 285 struct symbol *sym; in menu_finalize() local 472 struct symbol *sym; in menu_is_visible() local 606 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop() 618 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 672 struct symbol *sym; in get_relations_str() local [all …]
|
A D | confdata.c | 86 struct symbol *sym; in conf_expand_value() local 257 struct symbol *sym; in conf_read_simple() local 412 struct symbol *sym; in conf_read() local 626 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 667 struct symbol *sym; in conf_write_defconfig() local 741 struct symbol *sym; in conf_write() local 843 struct symbol *sym; in conf_split_config() local 952 struct symbol *sym; in conf_write_autoconf() local 1054 struct symbol *sym; in randomize_choice_values() local 1102 struct symbol *sym; in set_all_choice_values() local [all …]
|
A D | lkc.h | 146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 152 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 162 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 167 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 172 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 177 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
A D | conf.c | 84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 135 struct symbol *sym = menu->sym; in conf_string() local 168 struct symbol *sym = menu->sym; in conf_sym() local 237 struct symbol *sym, *def_sym; in conf_choice() local 356 struct symbol *sym; in conf() local 422 struct symbol *sym; in check_conf() local
|
A D | expr.h | 39 struct symbol *sym; member 90 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument 146 struct symbol *sym; /* the symbol for which the property is associated */ member 158 #define for_all_properties(sym, st, tok) \ argument 161 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 162 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 163 #define for_all_prompts(sym, st) \ argument 171 struct symbol *sym; member
|
A D | expr.c | 17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() 751 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() 779 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() 808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 1163 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1173 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
A D | qconf.cc | 123 struct symbol* sym; in updateMenu() local 492 struct symbol* sym; in setValue() local 517 struct symbol* sym; in changeValue() local 1018 struct symbol* sym; in menuInfo() local 1072 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info() 1157 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
|
A D | util.c | 37 struct symbol *sym, *env_sym; in file_write_dep() local
|
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 | 468 struct symbol *sym; in build_conf() local 650 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
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | trampoline.S | 23 #define bootsym_rel(sym, off, opnd...) \ argument 30 #define bootsym_segrel(sym, off) \ argument
|
A D | head.S | 15 #define sym_offs(sym) ((sym) - __XEN_VIRT_START) argument 16 #define sym_esi(sym) sym_offs(sym)(%esi) argument 17 #define sym_fs(sym) %fs:sym_offs(sym) argument
|
A D | wakeup.S | 3 #define wakesym(sym) (sym - wakeup_start) argument
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | livepatch_elf.h | 23 const Elf_Sym *sym; member 32 struct livepatch_elf_sym *sym; /* Array of symbols , allocated by us. */ member
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | livepatch.c | 138 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_ok() 145 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | livepatch_elf.c | 220 struct livepatch_elf_sym *sym; in elf_get_sym() local 289 const Elf_Sym *sym = elf->sym[i].sym; in livepatch_elf_resolve_symbols() local
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | 32bitbios_support.c | 106 Elf32_Sym *syms, *sym; in relocate_32bitbios() local
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | livepatch.c | 106 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_ok()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | livepatch.c | 103 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | config.h | 93 #define bootsym_phys(sym) \ argument 95 #define bootsym(sym) \ argument
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | symbols.c | 42 unsigned char *sym; member 86 char *sym, stype; in read_symbol() local
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | livepatch.c | 83 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()
|