/Linux-v4.19/scripts/kconfig/tests/choice/ |
D | Kconfig | 6 choice 7 prompt "boolean choice" 11 bool "choice 0" 14 bool "choice 1" 18 choice 19 prompt "optional boolean choice" 24 bool "choice 0" 27 bool "choice 1" 31 choice 32 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-v4.19/scripts/kconfig/lxdialog/ |
D | menubox.c | 102 #define print_item(index, choice, selected) \ argument 105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 189 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 250 choice = item_n(); in dialog_menu() 253 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 256 choice = choice - scroll; in dialog_menu() 260 if ((choice >= max_choice)) { in dialog_menu() 261 if (choice >= item_count() - max_choice / 2) in dialog_menu() 264 scroll = first_item = choice - max_choice / 2; in dialog_menu() 265 choice = choice - scroll; in dialog_menu() [all …]
|
D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 41 wmove(win, choice, 0); in print_item() 45 wmove(win, choice, check_x); in print_item() 52 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 56 wmove(win, choice, check_x + 1); in print_item() 65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 85 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 127 choice = item_n(); in dialog_checklist() 129 choice = item_n(); in dialog_checklist() [all …]
|
/Linux-v4.19/scripts/kconfig/tests/rand_nested_choice/ |
D | Kconfig | 1 choice 2 prompt "choice" 11 choice 12 prompt "sub choice" 21 choice 22 prompt "subsub choice"
|
/Linux-v4.19/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h | 27 } choice; member 50 } choice; member 69 } choice; member 91 } choice; member 116 } choice; member 127 } choice; member 166 } choice; member 191 } choice; member 215 } choice; member 380 } choice; member [all …]
|
/Linux-v4.19/scripts/kconfig/tests/inter_choice/ |
D | Kconfig | 5 choice 16 choice 17 prompt "Another choice"
|
/Linux-v4.19/drivers/staging/speakup/ |
D | Kconfig | 37 the module can be loaded. See the decpc choice below 50 help on the Speakup choice above for more info. 59 help on the Speakup choice above for more info. 67 help on the Speakup choice above for more info. 75 Speakup choice above for more info. 83 help on the Speakup choice above for more info. 92 help on the Speakup choice above for more info. 101 configuration help on the Speakup choice above for more 113 choice above for more info. 135 configuration help on the Speakup choice above for more [all …]
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | scripts.c | 51 int i, num, choice, ret = -1; in list_scripts() local 65 choice = ui__popup_menu(num, names); in list_scripts() 66 if (choice < num && choice >= 0) { in list_scripts() 67 strcpy(script_name, paths[choice]); in list_scripts()
|
/Linux-v4.19/kernel/ |
D | Kconfig.hz | 5 choice 22 100 Hz is a typical choice for servers, SMP and NUMA systems 29 250 Hz is a good compromise choice allowing server performance 37 300 Hz is a good compromise choice allowing server performance 45 1000 Hz is the preferred choice for desktop systems and other
|
/Linux-v4.19/scripts/kconfig/tests/new_choice_with_dep/ |
D | expected_stdout | 5 choice[1-2?]: 10 choice[1-3?]:
|
D | Kconfig | 6 choice 22 choice
|
/Linux-v4.19/scripts/kconfig/tests/auto_submenu/ |
D | expected_stdout | 5 choice 8 choice[1-2?]:
|
D | Kconfig | 26 choice 27 prompt "choice"
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_h323_main.c | 229 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr() 232 switch (taddr->unicastAddress.choice) { in get_h245_addr() 419 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc() 437 choice == in process_olc() 452 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc() 455 choice == eDataApplicationCapability_application_t120 && in process_olc() 457 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc() 458 olc->separateStack.networkAddress.choice == in process_olc() 485 choice == in process_olca() 500 (olca->forwardMultiplexAckParameters.choice == in process_olca() [all …]
|
/Linux-v4.19/arch/mips/pic32/ |
D | Kconfig | 4 choice 35 choice
|
/Linux-v4.19/arch/mips/lantiq/ |
D | Kconfig | 9 choice 32 choice
|
/Linux-v4.19/arch/mips/ralink/ |
D | Kconfig | 21 choice 56 choice
|
/Linux-v4.19/arch/mips/loongson32/ |
D | Kconfig | 4 choice 50 choice
|
/Linux-v4.19/arch/riscv/ |
D | Kconfig | 97 choice 127 choice 142 choice 176 choice
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-language.txt | 154 FOO BAR BAZ's default choice for BAZ 304 - choice/endchoice 366 "choice" [symbol] 367 <choice options> 368 <choice block> 371 This defines a choice group and accepts any of the above attributes as 372 options. A choice can only be of type bool or tristate. If no type is 373 specified for a choice, its type will be determined by the type of 374 the first choice element in the group or remain unknown if none of the 375 choice elements have a type specified, as well. [all …]
|
/Linux-v4.19/scripts/kconfig/tests/choice_value_with_m_dep/ |
D | expected_stdout | 4 choice[1]: 1
|
/Linux-v4.19/scripts/kconfig/tests/no_write_if_dep_unmet/ |
D | Kconfig | 4 choice
|
/Linux-v4.19/arch/mips/bcm63xx/boards/ |
D | Kconfig | 2 choice
|