Searched refs:expr_alloc_and (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | menu.c | 99 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in rewrite_m() 109 current_entry->dep = expr_alloc_and(current_entry->dep, dep); in menu_add_dep() 187 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 200 current_entry->visibility = expr_alloc_and(current_entry->visibility, in menu_add_visibility() 358 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize() 402 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize() 415 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize() 419 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize() 531 menu->dep = expr_alloc_and(basedep, menu->dep); in menu_finalize() 535 prop->visible.expr = expr_alloc_and(expr_cop in menu_finalize() [all...] |
H A D | expr.h | 298 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
|
H A D | expr.c | 52 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | menu.c | 100 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in rewrite_m() 110 current_entry->dep = expr_alloc_and(current_entry->dep, dep); in menu_add_dep() 188 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 201 current_entry->visibility = expr_alloc_and(current_entry->visibility, in menu_add_visibility() 337 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize() 381 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize() 394 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize() 398 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize() 510 menu->dep = expr_alloc_and(basedep, menu->dep); in menu_finalize() 514 prop->visible.expr = expr_alloc_and(expr_cop in menu_finalize() [all...] |
H A D | expr.h | 291 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
|
H A D | expr.c | 52 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function
|
Completed in 8 milliseconds