/Linux-v6.6/scripts/kconfig/tests/choice/ |
D | Kconfig | 8 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 …]
|
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?]: 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 …]
|
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)
|
/Linux-v6.6/scripts/kconfig/lxdialog/ |
D | menubox.c | 81 #define print_item(index, choice, selected) \ argument 84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 229 choice = item_n(); in dialog_menu() 232 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 235 choice = choice - scroll; in dialog_menu() 239 if ((choice >= max_choice)) { in dialog_menu() 240 if (choice >= item_count() - max_choice / 2) in dialog_menu() 243 scroll = first_item = choice - max_choice / 2; in dialog_menu() 244 choice = choice - scroll; in dialog_menu() [all …]
|
D | checklist.c | 18 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-v6.6/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h | 29 } 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-v6.6/tools/perf/ui/browsers/ |
D | scripts.c | 89 int i, num, choice; in list_scripts() local 129 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); 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()
|
D | res_sample.c | 36 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()
|
/Linux-v6.6/drivers/accessibility/speakup/ |
D | Kconfig | 38 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. 142 configuration help on the Speakup choice above for more [all …]
|
/Linux-v6.6/scripts/kconfig/tests/inter_choice/ |
D | Kconfig | 7 choice 18 choice 19 prompt "Another choice"
|
/Linux-v6.6/kernel/ |
D | Kconfig.hz | 6 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-v6.6/scripts/kconfig/tests/new_choice_with_dep/ |
D | expected_stdout | 5 choice[1-2?]: 10 choice[1-3?]:
|
D | Kconfig | 8 choice 24 choice
|
/Linux-v6.6/scripts/kconfig/tests/auto_submenu/ |
D | expected_stdout | 5 choice 8 choice[1-2?]:
|
D | Kconfig | 28 choice 29 prompt "choice"
|
/Linux-v6.6/net/netfilter/ |
D | nf_conntrack_h323_main.c | 178 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr() 181 switch (taddr->unicastAddress.choice) { in get_h245_addr() 370 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc() 388 choice == in process_olc() 403 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc() 406 choice == eDataApplicationCapability_application_t120 && in process_olc() 408 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc() 409 olc->separateStack.networkAddress.choice == in process_olc() 436 choice == in process_olca() 451 (olca->forwardMultiplexAckParameters.choice == in process_olca() [all …]
|
/Linux-v6.6/arch/mips/pic32/ |
D | Kconfig | 4 choice 34 choice
|
/Linux-v6.6/arch/mips/lantiq/ |
D | Kconfig | 9 choice 32 choice
|
/Linux-v6.6/arch/mips/ralink/ |
D | Kconfig | 21 choice 68 choice
|
/Linux-v6.6/scripts/kconfig/tests/choice_value_with_m_dep/ |
D | expected_stdout | 4 choice[1]: 1
|
D | Kconfig | 11 choice
|
/Linux-v6.6/Documentation/kbuild/ |
D | kconfig-language.rst | 172 FOO BAR BAZ's default choice for BAZ 332 - choice/endchoice 396 "choice" [symbol] 397 <choice options> 398 <choice block> 401 This defines a choice group and accepts any of the above attributes as 402 options. A choice can only be of type bool or tristate. If no type is 403 specified for a choice, its type will be determined by the type of 404 the first choice element in the group or remain unknown if none of the 405 choice elements have a type specified, as well. [all …]
|
/Linux-v6.6/arch/mips/bcm63xx/boards/ |
D | Kconfig | 2 choice
|
/Linux-v6.6/scripts/kconfig/tests/no_write_if_dep_unmet/ |
D | Kconfig | 6 choice
|
/Linux-v6.6/arch/sh/boards/mach-migor/ |
D | Kconfig | 4 choice
|