Home
last modified time | relevance | path

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

12345678910>>...12

/linux-6.15/scripts/kconfig/lxdialog/
H A Dchecklist.c28 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()
206 if (!choice) { in dialog_checklist()
229 i = choice - 1; in dialog_checklist()
257 i = choice + 1; in dialog_checklist()
259 if (i != choice) { in dialog_checklist()
[all …]
H A Dmenubox.c232 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
235 choice = choice - scroll; in dialog_menu()
244 choice = choice - scroll; in dialog_menu()
291 print_item(scroll + choice, choice, FALSE); in dialog_menu()
300 choice = MAX(choice - 1, 0); in dialog_menu()
303 print_item(scroll+choice, choice, FALSE); in dialog_menu()
313 choice = MIN(choice + 1, max_choice - 1); in dialog_menu()
323 choice--; in dialog_menu()
335 choice++; in dialog_menu()
339 choice = i; in dialog_menu()
[all …]
/linux-6.15/scripts/kconfig/tests/choice/
H A Doldask0_expected_stdout1 boolean choice
2 1. choice 0 (BOOL_CHOICE0) (NEW)
3 > 2. choice 1 (BOOL_CHOICE1) (NEW)
4 choice[1-2?]:
H A DKconfig3 choice
4 prompt "boolean choice"
8 bool "choice 0"
11 bool "choice 1"
/linux-6.15/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h29 } choice; member
52 } choice; member
71 } choice; member
93 } choice; member
118 } choice; member
129 } choice; member
168 } choice; member
193 } choice; member
217 } choice; member
382 } choice; member
[all …]
/linux-6.15/scripts/kconfig/
H A Dsymbol.c621 struct menu *choice; in sym_toggle_tristate_value() local
625 if (choice) { in sym_toggle_tristate_value()
626 choice_set_value(choice, sym); in sym_toggle_tristate_value()
1093 struct menu *choice; in sym_check_print_recursive() local
1098 if (choice) { in sym_check_print_recursive()
1100 last_sym = choice->sym; in sym_check_print_recursive()
1124 choice->filename, choice->lineno); in sym_check_print_recursive()
1256 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps()
1277 sym2 = choice; in sym_check_choice_deps()
1287 struct menu *choice; in sym_check_deps() local
[all …]
H A Dconfdata.c408 struct menu *choice; in conf_read_simple() local
479 choice = sym_get_choice_menu(sym); in conf_read_simple()
480 if (choice) in conf_read_simple()
481 list_move(&sym->choice_link, &choice->choice_members); in conf_read_simple()
771 struct menu *choice; in conf_write_defconfig() local
790 choice = sym_get_choice_menu(sym); in conf_write_defconfig()
791 if (choice) { in conf_write_defconfig()
794 ds = sym_choice_default(choice); in conf_write_defconfig()
H A Dlkc.h107 struct symbol *sym_choice_default(struct menu *choice);
108 struct symbol *sym_calc_choice(struct menu *choice);
/linux-6.15/tools/perf/ui/browsers/
H A Dres_sample.c36 int choice; in res_sample_browse() local
59 choice = ui__popup_menu(num_res, names, NULL); in res_sample_browse()
64 if (choice < 0 || choice >= num_res) in res_sample_browse()
66 r = &res_samples[choice]; in res_sample_browse()
H A Dscripts.c262 int i, num, choice; in list_scripts() local
302 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); in list_scripts()
303 if (choice < 0) { in list_scripts()
307 if (choice == custom_perf) { in list_scripts()
317 } else if (choice < num + max_std) { in list_scripts()
318 strcpy(script_name, paths[choice]); in list_scripts()
320 *custom = choice >= max_std; in list_scripts()
/linux-6.15/drivers/accessibility/speakup/
H A DKconfig38 the module can be loaded. See the decpc choice below
57 help on the Speakup choice above for more info.
66 help on the Speakup choice above for more info.
74 help on the Speakup choice above for more info.
82 Speakup choice above for more info.
90 help on the Speakup choice above for more info.
99 help on the Speakup choice above for more info.
108 configuration help on the Speakup choice above for more
120 choice above for more info.
184 Speakup choice above for more info.
[all …]
/linux-6.15/scripts/kconfig/tests/choice_randomize2/
H A DKconfig1 choice
10 choice
25 choice
/linux-6.15/kernel/
H A DKconfig.hz6 choice
23 100 Hz is a typical choice for servers, SMP and NUMA systems
30 250 Hz is a good compromise choice allowing server performance
38 300 Hz is a good compromise choice allowing server performance
46 1000 Hz is the preferred choice for desktop systems and other
/linux-6.15/scripts/kconfig/tests/new_choice_with_dep/
H A Dexpected_stdout5 choice[1-2?]:
10 choice[1-3?]:
H A DKconfig8 choice
24 choice
/linux-6.15/scripts/kconfig/tests/choice_randomize/
H A DKconfig1 choice
12 choice
/linux-6.15/scripts/kconfig/tests/auto_submenu/
H A Dexpected_stdout5 choice
8 choice[1-2?]:
H A DKconfig28 choice
29 prompt "choice"
/linux-6.15/net/netfilter/
H A Dnf_conntrack_h323_main.c181 switch (taddr->unicastAddress.choice) { in get_h245_addr()
388 choice == in process_olc()
436 choice == in process_olca()
495 switch (mscm->choice) { in process_h245()
497 if (mscm->request.choice == in process_h245()
504 mscm->request.choice); in process_h245()
507 if (mscm->response.choice == in process_h245()
515 mscm->response.choice); in process_h245()
595 switch (taddr->choice) { in get_h225_addr()
1068 pdu->h323_message_body.choice); in process_q931()
[all …]
/linux-6.15/arch/mips/pic32/
H A DKconfig4 choice
34 choice
/linux-6.15/arch/mips/lantiq/
H A DKconfig9 choice
32 choice
/linux-6.15/arch/mips/ralink/
H A DKconfig14 choice
61 choice
/linux-6.15/arch/mips/bcm63xx/boards/
H A DKconfig2 choice
/linux-6.15/scripts/kconfig/tests/no_write_if_dep_unmet/
H A DKconfig6 choice
/linux-6.15/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py195 for choice in vars_needed:
196 for entry in choice:
200 missing.append(choice)

12345678910>>...12