/xen/xen/tools/kconfig/ |
A D | symbol.c | 36 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 164 struct symbol *sym; in sym_set_all_changed() local 319 void sym_calc_value(struct symbol *sym) in sym_calc_value() 464 struct symbol *sym; in sym_clear_all_valid() local 788 bool sym_is_changeable(struct symbol *sym) in sym_is_changeable() 914 struct symbol *sym; member 950 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local 1009 struct symbol *sym; member 1039 struct symbol *sym, *next_sym; in sym_check_print_recursive() local 1127 struct symbol *sym; in sym_check_expr_deps() local [all …]
|
A D | lkc.h | 118 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 124 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 134 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 139 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 144 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 149 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 220 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 226 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 293 struct symbol *sym; in menu_finalize() local 627 struct symbol *sym; in menu_is_visible() local 761 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop() 770 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 791 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 842 struct symbol *sym; in get_relations_str() local [all …]
|
A D | parser.y | 237 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 492 struct symbol *sym; variable 517 for_all_symbols(i, sym) { in for_all_symbols() argument 594 struct symbol *sym = menu->sym; in print_symbol() local 686 struct symbol *sym; in zconfdump() local
|
A D | confdata.c | 234 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 356 struct symbol *sym; in conf_read_simple() local 515 struct symbol *sym; in conf_read() local 732 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 772 struct symbol *sym; in conf_write_defconfig() local 846 struct symbol *sym; in conf_write() local 991 struct symbol *sym; in conf_touch_deps() local 1062 struct symbol *sym; in conf_write_autoconf() local 1173 struct symbol *sym; in randomize_choice_values() local 1221 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 194 struct symbol *sym; /* the symbol for which the property is associated */ member 206 #define for_all_properties(sym, st, tok) \ argument 209 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 210 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 211 #define for_all_prompts(sym, st) \ argument 235 struct symbol *sym; member
|
A D | expr.c | 19 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() 845 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() 873 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() 916 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 1224 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1234 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 | 786 struct symbol *sym; in renderer_edited() local 807 struct symbol *sym = menu->sym; in change_sym_value() local 1039 struct symbol *sym = menu->sym; in fill_row() local 1254 struct symbol *sym; in update_tree() local 1335 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
|
/xen/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 | wakeup.S | 3 #define wakesym(sym) (sym - wakeup_start) 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
|
/xen/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/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/xen/arch/x86/ |
A D | livepatch.c | 211 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_ok() 218 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()
|
/xen/tools/firmware/hvmloader/ |
A D | 32bitbios_support.c | 106 Elf32_Sym *syms, *sym; in relocate_32bitbios() local
|
/xen/xen/arch/arm/ |
A D | livepatch.c | 112 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_ok()
|
/xen/xen/arch/arm/arm32/ |
A D | livepatch.c | 103 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()
|
/xen/xen/include/asm-x86/ |
A D | config.h | 97 #define bootsym_phys(sym) \ argument 99 #define bootsym(sym) \ argument
|
/xen/xen/tools/ |
A D | symbols.c | 42 unsigned char *sym; member 86 char *sym, stype; in read_symbol() local
|
/xen/xen/arch/arm/arm64/ |
A D | livepatch.c | 83 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()
|
/xen/stubdom/vtpmmgr/ |
A D | tpm2_types.h | 473 TPM_KEY_BITS sym; member 488 TPMI_ALG_SYM_MODE sym; member 513 TPMT_SYM_DEF_OBJECT sym; member 773 TPM2B_DIGEST sym; member 859 TPM2B_SYM_KEY sym; member
|