Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 25 of 29) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dchecklist.c41 wmove(win, choice, 0); in print_item()
45 wmove(win, choice, check_x); in print_item()
127 choice = item_n(); in dialog_checklist()
129 choice = item_n(); in dialog_checklist()
188 if (choice >= list_height) { in dialog_checklist()
190 choice -= scroll; in dialog_checklist()
220 if (!choice) { in dialog_checklist()
243 i = choice - 1; in dialog_checklist()
271 i = choice + 1; in dialog_checklist()
273 if (i != choice) { in dialog_checklist()
[all …]
A Dmenubox.c253 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
256 choice = choice - scroll; in dialog_menu()
265 choice = choice - scroll; in dialog_menu()
312 print_item(scroll + choice, choice, FALSE); in dialog_menu()
321 choice = MAX(choice - 1, 0); in dialog_menu()
324 print_item(scroll+choice, choice, FALSE); in dialog_menu()
334 choice = MIN(choice + 1, max_choice - 1); in dialog_menu()
344 choice--; in dialog_menu()
356 choice++; in dialog_menu()
360 choice = i; in dialog_menu()
[all …]
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig-language.txt257 - choice/endchoice
282 "choice" [symbol]
283 <choice options>
284 <choice block>
287 This defines a choice group and accepts any of the above attributes as
288 options. A choice can only be of type bool or tristate, while a boolean
289 choice only allows a single config entry to be selected, a tristate
290 choice also allows any number of config entries to be set to 'm'. This
294 A choice accepts another option "optional", which allows to set the
295 choice to 'n' and no entry needs to be selected.
[all …]
A Dgrant-tables.txt101 be large, which makes a rwlock a good choice.
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq.c70 int choice; in setup_cpufreq_option() local
74 choice = parse_bool(str, arg); in setup_cpufreq_option()
76 if ( choice < 0 && !strncmp(str, "dom0-kernel", arg - str) ) in setup_cpufreq_option()
84 if ( choice == 0 || !strncmp(str, "none", arg - str) ) in setup_cpufreq_option()
91 if ( choice > 0 || !strncmp(str, "xen", arg - str) ) in setup_cpufreq_option()
99 return (choice < 0) ? -EINVAL : 0; in setup_cpufreq_option()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dsymbol.c1221 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument
1228 dep_stack_insert(&stack, choice); in sym_check_choice_deps()
1230 prop = sym_get_choice_prop(choice); in sym_check_choice_deps()
1234 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps()
1235 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps()
1236 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps()
1250 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps()
1251 sym2 = choice; in sym_check_choice_deps()
A Dzconf.gperf19 choice, T_CHOICE, TF_COMMAND
A Dzconf.hash.c_shipped116 char kconf_id_strings_str36[sizeof("choice")];
153 "choice",
A Dzconf.y247 choice: T_CHOICE word_opt T_EOL
256 choice_entry: choice choice_option_list
A Dzconf.tab.c_shipped22 under terms of your choice, so long as that work isn't itself a
582 "symbol_option_arg", "choice", "choice_entry", "choice_end",
1829 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
2370 case T_CHOICE: return "choice";
2497 fputs(" #choice value\n", out);
/xen-4.10.0-shim-comet/xen/
A DKconfig.debug40 choice
/xen-4.10.0-shim-comet/tools/libxl/
A Dgentest.py21 return random.choice([v.name for v in e.values])
/xen-4.10.0-shim-comet/xen/common/xz/
A Ddec_lzma2.c117 uint16_t choice; member
625 if (!rc_bit(&s->rc, &l->choice)) { in lzma_len()
/xen-4.10.0-shim-comet/docs/man/
A Dxl.conf.pod.5146 The default choice is "xvda".
A Dxen-tscmode.pod.764 All rdtsc instructions are emulated; this is the best choice when
70 This is the same as prior to Xen 4.0 and is the best choice if it
/xen-4.10.0-shim-comet/xen/common/
A DKconfig201 choice
/xen-4.10.0-shim-comet/docs/features/
A Dfeature-levelling.pandoc154 `XEN_DOMCTL_set_cpuid`. Xen will clamp the toolstacks choice to the
/xen-4.10.0-shim-comet/tools/ocaml/
A DLICENSE8 that executable file under terms of your choice, without any of the
115 …ng portions of the Library, and distribute that work under terms of your choice, provided that the…
144 … willing to distribute software through any other system and a licensee cannot impose that choice.
/xen-4.10.0-shim-comet/tools/libacpi/
A DCOPYING284 under terms of your choice, provided that the terms permit
410 impose that choice.
/xen-4.10.0-shim-comet/tools/libxc/
A DCOPYING283 under terms of your choice, provided that the terms permit
409 impose that choice.
/xen-4.10.0-shim-comet/xen/common/libelf/
A DCOPYING283 under terms of your choice, provided that the terms permit
409 impose that choice.
/xen-4.10.0-shim-comet/tools/xenstore/
A DCOPYING281 under terms of your choice, provided that the terms permit
408 impose that choice.
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DCOPYING274 under terms of your choice, provided that the terms permit
400 impose that choice.
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/
A DCOPYING276 under terms of your choice, provided that the terms permit
403 impose that choice.
/xen-4.10.0-shim-comet/tools/xenmon/
A DCOPYING224 impose that choice.

Completed in 35 milliseconds

12