Searched refs:menu_add_prop (Results 1 – 1 of 1) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | menu.c | 127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() function 179 return menu_add_prop(type, prompt, NULL, dep); in menu_add_prompt() 190 menu_add_prop(type, NULL, expr, dep); in menu_add_expr() 195 menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep); in menu_add_symbol()
|
Completed in 3 milliseconds