/xen/xen/tools/kconfig/tests/choice/ |
A D | oldask1_expected_stdout | 2 boolean choice 3 1. choice 0 (BOOL_CHOICE0) (NEW) 4 > 2. choice 1 (BOOL_CHOICE1) (NEW) 5 choice[1-2?]: 7 optional boolean choice 8 > 1. choice 0 (OPT_BOOL_CHOICE0) 10 choice[1-2?]: 11 tristate choice 12 1. choice 0 (TRI_CHOICE0) (NEW) 13 > 2. choice 1 (TRI_CHOICE1) (NEW) [all …]
|
A D | Kconfig | 8 choice 9 prompt "boolean choice" 13 bool "choice 0" 16 bool "choice 1" 20 choice 26 bool "choice 0" 29 bool "choice 1" 33 choice 38 tristate "choice 0" 41 tristate "choice 1" [all …]
|
A D | oldask0_expected_stdout | 2 boolean choice 3 1. choice 0 (BOOL_CHOICE0) (NEW) 4 > 2. choice 1 (BOOL_CHOICE1) (NEW) 5 choice[1-2?]: 6 optional boolean choice [N/y/?] (NEW) 7 tristate choice [M/y/?] (NEW) 8 choice 0 (TRI_CHOICE0) [N/m/?] (NEW) 9 choice 1 (TRI_CHOICE1) [N/m/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | checklist.c | 28 wmove(win, choice, 0); in print_item() 32 wmove(win, choice, check_x); in print_item() 114 choice = item_n(); in dialog_checklist() 116 choice = item_n(); in dialog_checklist() 175 if (choice >= list_height) { in dialog_checklist() 177 choice -= scroll; in dialog_checklist() 207 if (!choice) { in dialog_checklist() 230 i = choice - 1; in dialog_checklist() 258 i = choice + 1; in dialog_checklist() 260 if (i != choice) { in dialog_checklist() [all …]
|
A D | menubox.c | 240 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 243 choice = choice - scroll; in dialog_menu() 252 choice = choice - scroll; in dialog_menu() 299 print_item(scroll + choice, choice, FALSE); in dialog_menu() 308 choice = MAX(choice - 1, 0); in dialog_menu() 311 print_item(scroll+choice, choice, FALSE); in dialog_menu() 321 choice = MIN(choice + 1, max_choice - 1); in dialog_menu() 331 choice--; in dialog_menu() 343 choice++; in dialog_menu() 347 choice = i; in dialog_menu() [all …]
|
/xen/xen/tools/kconfig/tests/rand_nested_choice/ |
A D | Kconfig | 3 choice 4 prompt "choice" 13 choice 14 prompt "sub choice" 23 choice 24 prompt "subsub choice"
|
/xen/xen/tools/kconfig/tests/inter_choice/ |
A D | Kconfig | 7 choice 18 choice 19 prompt "Another choice"
|
/xen/xen/tools/kconfig/tests/new_choice_with_dep/ |
A D | expected_stdout | 5 choice[1-2?]: 10 choice[1-3?]:
|
A D | Kconfig | 8 choice 24 choice
|
/xen/xen/tools/kconfig/tests/auto_submenu/ |
A D | expected_stdout | 5 choice 8 choice[1-2?]:
|
A D | Kconfig | 28 choice 29 prompt "choice"
|
/xen/xen/tools/kconfig/tests/choice_value_with_m_dep/ |
A D | expected_stdout | 4 choice[1]: 1
|
A D | Kconfig | 11 choice
|
/xen/xen/drivers/cpufreq/ |
A D | cpufreq.c | 71 int choice; in setup_cpufreq_option() local 75 choice = parse_bool(str, arg); in setup_cpufreq_option() 77 if ( choice < 0 && !cmdline_strcmp(str, "dom0-kernel") ) in setup_cpufreq_option() 85 if ( choice == 0 || !cmdline_strcmp(str, "none") ) in setup_cpufreq_option() 92 if ( choice > 0 || !cmdline_strcmp(str, "xen") ) in setup_cpufreq_option() 100 return (choice < 0) ? -EINVAL : 0; in setup_cpufreq_option()
|
/xen/xen/tools/kconfig/tests/no_write_if_dep_unmet/ |
A D | Kconfig | 6 choice
|
/xen/docs/misc/arm/ |
A D | early-printk.txt | 11 Select one of the "Early printk via * UART" in the choice possible for 36 predefined configurations available in the list of choice for "Early
|
/xen/docs/misc/ |
A D | kconfig-language.rst | 172 FOO BAR BAZ's default choice for BAZ 329 - choice/endchoice 393 "choice" [symbol] 394 <choice options> 395 <choice block> 400 specified for a choice, its type will be determined by the type of 402 choice elements have a type specified, as well. 404 While a boolean choice only allows a single config entry to be 410 A choice accepts another option "optional", which allows to set the 411 choice to 'n' and no entry needs to be selected. [all …]
|
/xen/xen/tools/kconfig/ |
A D | symbol.c | 1208 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument 1215 dep_stack_insert(&stack, choice); in sym_check_choice_deps() 1217 prop = sym_get_choice_prop(choice); in sym_check_choice_deps() 1221 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps() 1222 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps() 1223 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps() 1237 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps() 1238 sym2 = choice; in sym_check_choice_deps()
|
A D | parser.y | 235 choice: T_CHOICE word_opt T_EOL 245 choice_entry: choice choice_option_list
|
/xen/xen/arch/arm/platforms/ |
A D | Kconfig | 1 choice
|
/xen/xen/common/sched/ |
A D | Kconfig | 40 choice
|
/xen/docs/admin-guide/ |
A D | introduction.rst | 34 different to other guests. The choice of id 0 is not an accident, and
|
/xen/xen/arch/arm/ |
A D | Kconfig.debug | 1 choice 266 choice EARLY_UART_SCIF_VERSION
|
/xen/tools/libxl/ |
A D | gentest.py | 23 return random.choice([v.name for v in e.values])
|
/xen/xen/common/xz/ |
A D | dec_lzma2.c | 117 uint16_t choice; member 625 if (!rc_bit(&s->rc, &l->choice)) { in lzma_len()
|