Searched refs:sym2 (Results 1 – 5 of 5) sorted by relevance
881 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument884 const struct sym_match *s2 = sym2; in sym_rel_comp()1121 struct symbol *sym2; in sym_check_sym_deps() local1128 sym2 = sym_check_expr_deps(sym->dir_dep.expr); in sym_check_sym_deps()1129 if (sym2) in sym_check_sym_deps()1133 sym2 = sym_check_expr_deps(sym->rev_dep.expr); in sym_check_sym_deps()1134 if (sym2) in sym_check_sym_deps()1138 sym2 = sym_check_expr_deps(sym->implied.expr); in sym_check_sym_deps()1139 if (sym2) in sym_check_sym_deps()1149 sym2 = sym_check_expr_deps(prop->visible.expr); in sym_check_sym_deps()[all …]
215 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() argument217 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()218 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()224 struct symbol *sym2; in sym_check_prop() local237 sym2 = prop_get_symbol(prop); in sym_check_prop()239 if (!menu_validate_number(sym, sym2)) in sym_check_prop()246 sym_get_choice_prop(sym2); in sym_check_prop()252 sym2->name); in sym_check_prop()258 sym2 = prop_get_symbol(prop); in sym_check_prop()263 else if (sym2->type != S_UNKNOWN && in sym_check_prop()[all …]
434 struct symbol *sym1, *sym2; in expr_join_or() local452 sym2 = e2->left.expr->left.sym; in expr_join_or()454 sym2 = e2->left.sym; in expr_join_or()455 if (sym1 != sym2) in expr_join_or()479 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()498 struct symbol *sym1, *sym2; in expr_join_and() local516 sym2 = e2->left.expr->left.sym; in expr_join_and()518 sym2 = e2->left.sym; in expr_join_and()519 if (sym1 != sym2) in expr_join_and()542 sym2 = e1->right.sym; in expr_join_and()[all …]
349 #define apic_drivers(sym1, sym2) \ argument350 static struct apic *__apicdrivers_##sym1##sym2[2] __used \352 __section(".apicdrivers") = { &sym1, &sym2 }
676 Previously, the sym2 driver accepted arguments of the form::