Searched refs:sym2 (Results 1 – 5 of 5) sorted by relevance
927 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument930 const struct sym_match *s2 = sym2; in sym_rel_comp()1167 struct symbol *sym2; in sym_check_sym_deps() local1174 sym2 = sym_check_expr_deps(sym->dir_dep.expr); in sym_check_sym_deps()1175 if (sym2) in sym_check_sym_deps()1179 sym2 = sym_check_expr_deps(sym->rev_dep.expr); in sym_check_sym_deps()1180 if (sym2) in sym_check_sym_deps()1184 sym2 = sym_check_expr_deps(sym->implied.expr); in sym_check_sym_deps()1185 if (sym2) in sym_check_sym_deps()1195 sym2 = sym_check_expr_deps(prop->visible.expr); in sym_check_sym_deps()[all …]
236 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() argument238 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()239 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()245 struct symbol *sym2; in sym_check_prop() local258 sym2 = prop_get_symbol(prop); in sym_check_prop()260 if (!menu_validate_number(sym, sym2)) in sym_check_prop()267 sym_get_choice_prop(sym2); in sym_check_prop()273 sym2->name); in sym_check_prop()279 sym2 = prop_get_symbol(prop); in sym_check_prop()284 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 …]
371 #define apic_drivers(sym1, sym2) \ argument372 static struct apic *__apicdrivers_##sym1##sym2[2] __used \374 __section(".apicdrivers") = { &sym1, &sym2 }
676 Previously, the sym2 driver accepted arguments of the form::