Home
last modified time | relevance | path

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

12345678910

/Linux-v5.4/scripts/kconfig/tests/choice/
DKconfig8 choice
9 prompt "boolean choice"
13 bool "choice 0"
16 bool "choice 1"
20 choice
21 prompt "optional boolean choice"
26 bool "choice 0"
29 bool "choice 1"
33 choice
34 prompt "tristate choice"
[all …]
Doldask1_expected_stdout2 boolean choice
3 1. choice 0 (BOOL_CHOICE0) (NEW)
4 > 2. choice 1 (BOOL_CHOICE1) (NEW)
5 choice[1-2?]:
6 optional boolean choice [Y/n/?] (NEW)
7 optional boolean choice
8 > 1. choice 0 (OPT_BOOL_CHOICE0)
9 2. choice 1 (OPT_BOOL_CHOICE1) (NEW)
10 choice[1-2?]:
11 tristate choice
[all …]
Doldask0_expected_stdout2 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)
/Linux-v5.4/scripts/kconfig/lxdialog/
Dmenubox.c89 #define print_item(index, choice, selected) \ argument
92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
176 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
237 choice = item_n(); in dialog_menu()
240 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
243 choice = choice - scroll; in dialog_menu()
247 if ((choice >= max_choice)) { in dialog_menu()
248 if (choice >= item_count() - max_choice / 2) in dialog_menu()
251 scroll = first_item = choice - max_choice / 2; in dialog_menu()
252 choice = choice - scroll; in dialog_menu()
[all …]
Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
28 wmove(win, choice, 0); in print_item()
32 wmove(win, choice, check_x); in print_item()
39 mvwaddch(win, choice, item_x, list_item[0]); in print_item()
43 wmove(win, choice, check_x + 1); in print_item()
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
114 choice = item_n(); in dialog_checklist()
116 choice = item_n(); in dialog_checklist()
[all …]
/Linux-v5.4/scripts/kconfig/tests/rand_nested_choice/
DKconfig3 choice
4 prompt "choice"
13 choice
14 prompt "sub choice"
23 choice
24 prompt "subsub choice"
/Linux-v5.4/include/linux/netfilter/
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-v5.4/tools/perf/ui/browsers/
Dscripts.c89 int i, num, choice; in list_scripts() local
129 choice = ui__popup_menu(num + max_std, (char * const *)names); in list_scripts()
130 if (choice < 0) { in list_scripts()
134 if (choice == custom_perf) { in list_scripts()
144 } else if (choice < num + max_std) { in list_scripts()
145 strcpy(script_name, paths[choice]); in list_scripts()
147 *custom = choice >= max_std; in list_scripts()
Dres_sample.c36 int choice; in res_sample_browse() local
59 choice = ui__popup_menu(num_res, names); in res_sample_browse()
64 if (choice < 0 || choice >= num_res) in res_sample_browse()
66 r = &res_samples[choice]; in res_sample_browse()
/Linux-v5.4/scripts/kconfig/tests/inter_choice/
DKconfig7 choice
18 choice
19 prompt "Another choice"
/Linux-v5.4/drivers/staging/speakup/
DKconfig38 the module can be loaded. See the decpc choice below
51 help on the Speakup choice above for more info.
60 help on the Speakup choice above for more info.
68 help on the Speakup choice above for more info.
76 Speakup choice above for more info.
84 help on the Speakup choice above for more info.
93 help on the Speakup choice above for more info.
102 configuration help on the Speakup choice above for more
114 choice above for more info.
136 configuration help on the Speakup choice above for more
[all …]
/Linux-v5.4/kernel/
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-v5.4/scripts/kconfig/tests/new_choice_with_dep/
Dexpected_stdout5 choice[1-2?]:
10 choice[1-3?]:
DKconfig8 choice
24 choice
/Linux-v5.4/scripts/kconfig/tests/auto_submenu/
Dexpected_stdout5 choice
8 choice[1-2?]:
DKconfig28 choice
29 prompt "choice"
/Linux-v5.4/net/netfilter/
Dnf_conntrack_h323_main.c228 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr()
231 switch (taddr->unicastAddress.choice) { in get_h245_addr()
418 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc()
436 choice == in process_olc()
451 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc()
454 choice == eDataApplicationCapability_application_t120 && in process_olc()
456 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc()
457 olc->separateStack.networkAddress.choice == in process_olc()
484 choice == in process_olca()
499 (olca->forwardMultiplexAckParameters.choice == in process_olca()
[all …]
/Linux-v5.4/arch/mips/pic32/
DKconfig4 choice
35 choice
/Linux-v5.4/arch/mips/lantiq/
DKconfig9 choice
32 choice
/Linux-v5.4/arch/mips/ralink/
DKconfig21 choice
56 choice
/Linux-v5.4/arch/mips/loongson32/
DKconfig4 choice
48 choice
/Linux-v5.4/Documentation/kbuild/
Dkconfig-language.rst172 FOO BAR BAZ's default choice for BAZ
329 - choice/endchoice
393 "choice" [symbol]
394 <choice options>
395 <choice block>
398 This defines a choice group and accepts any of the above attributes as
399 options. A choice can only be of type bool or tristate. If no type is
400 specified for a choice, its type will be determined by the type of
401 the first choice element in the group or remain unknown if none of the
402 choice elements have a type specified, as well.
[all …]
/Linux-v5.4/scripts/kconfig/tests/choice_value_with_m_dep/
Dexpected_stdout4 choice[1]: 1
/Linux-v5.4/arch/riscv/
DKconfig149 choice
180 choice
195 choice
228 choice
290 choice
/Linux-v5.4/arch/mips/bcm63xx/boards/
DKconfig2 choice

12345678910