/kernel/linux/linux-5.10/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)
|
D | __init__.py | 3 Basic choice tests. 5 The handling of 'choice' is a bit complicated part in Kconfig. 7 The behavior of 'y' choice is intuitive. If choice values are tristate, 8 the choice can be 'm' where each value can be enabled independently. 9 Also, if a choice is marked as 'optional', the whole choice can be
|
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
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 …]
|
D | menubox.c | 89 #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 234 /* Set choice to default item */ in dialog_menu() 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() [all …]
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/new_choice_with_dep/ |
D | expected_stdout | 2 Choice ? 3 > 1. Choice B (CHOICE_B) 4 2. Choice C (CHOICE_C) (NEW) 5 choice[1-2?]: 7 1. Choice D (CHOICE_D) 8 > 2. Choice E (CHOICE_E) 9 3. Choice F (CHOICE_F) (NEW) 10 choice[1-3?]:
|
D | Kconfig | 8 choice 9 prompt "Choice ?" 15 bool "Choice B" 18 bool "Choice C" 24 choice 28 bool "Choice D" 31 bool "Choice E" 34 bool "Choice F"
|
D | __init__.py | 3 Ask new choice values when they become visible. 5 If new choice values are added with new dependency, and they become 7 as (NEW), and ask the user for choice.
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | Kconfig | 38 the module can be loaded. See the decpc choice below 56 help on the Speakup choice above for more info. 65 help on the Speakup choice above for more info. 73 help on the Speakup choice above for more info. 81 Speakup choice above for more info. 89 help on the Speakup choice above for more info. 98 help on the Speakup choice above for more info. 107 configuration help on the Speakup choice above for more 119 choice above for more info. 141 configuration help on the Speakup choice above for more [all …]
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/inter_choice/ |
D | Kconfig | 7 choice 8 prompt "Choice" 11 tristate "Choice 0" 14 tristate "Choice 1" 18 choice 19 prompt "Another choice"
|
D | __init__.py | 3 Do not affect user-assigned choice value by another choice. 6 the defconfig result of a choice could be affected by another choice
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_h323_types.c | 17 static const struct field_t _TransportAddress_ipSourceRoute_routing[] = { /* CHOICE */ 27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0, 49 static const struct field_t _NonStandardIdentifier[] = { /* CHOICE */ 56 {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP | EXT, 0, 61 static const struct field_t _TransportAddress[] = { /* CHOICE */ 77 static const struct field_t _AliasAddress[] = { /* CHOICE */ 81 {FNAME("transportID") CHOICE, 3, 7, 7, SKIP | EXT, 0, NULL}, 83 {FNAME("partyNumber") CHOICE, 3, 5, 5, SKIP | EXT, 0, NULL}, 84 {FNAME("mobileUIM") CHOICE, 1, 2, 2, SKIP | EXT, 0, NULL}, 88 {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress}, [all …]
|
/kernel/linux/linux-5.10/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h | 20 typedef struct TransportAddress { /* CHOICE */ 29 } choice; member 36 typedef struct DataProtocolCapability { /* CHOICE */ 52 } choice; member 55 typedef struct DataApplicationCapability_application { /* CHOICE */ 71 } choice; member 82 typedef struct DataType { /* CHOICE */ 93 } choice; member 109 typedef struct UnicastAddress { /* CHOICE */ 118 } choice; member [all …]
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
D | pkcs7.asn1 | 12 certificates CHOICE { 16 crls CHOICE { 30 DigestAlgorithmIdentifiers ::= CHOICE { 45 ExtendedCertificateOrCertificate ::= CHOICE { 65 SignerInfos ::= CHOICE { 74 authenticatedAttributes CHOICE { 85 unauthenticatedAttributes CHOICE { 91 SignerIdentifier ::= CHOICE {
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/choice_value_with_m_dep/ |
D | __init__.py | 3 Hide tristate choice values with mod dependency in y choice. 5 If tristate choice values depend on symbols set to 'm', they should be 6 hidden when the choice containing them is changed from 'm' to 'y' 7 (i.e. exclusive choice).
|
D | expected_stdout | 1 Tristate Choice [M/y/?] y 2 Tristate Choice 3 > 1. Choice 0 (CHOICE0) 4 choice[1]: 1
|
D | Kconfig | 11 choice 12 prompt "Tristate Choice" 15 tristate "Choice 0" 18 tristate "Choice 1"
|
/kernel/linux/linux-5.10/lib/ |
D | win_minmax.c | 37 * choice the new val & 3rd choice the new 2nd choice. in minmax_subwin_update() 38 * we may have to iterate this since our 2nd choice in minmax_subwin_update() 40 * that the third choice was in the window). in minmax_subwin_update() 53 * so take a 2nd choice from the 2nd quarter of the window. in minmax_subwin_update() 59 * so take a 3rd choice from the last half of the window in minmax_subwin_update() 66 /* Check if new measurement updates the 1st, 2nd or 3rd choice max. */ 84 /* Check if new measurement updates the 1st, 2nd or 3rd choice min. */
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/no_write_if_dep_unmet/ |
D | Kconfig | 6 choice 7 prompt "Choice ?" 11 bool "Choice B" 14 bool "Choice C"
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | symbol.c | 193 * not visible if the corresponding choice's value is in sym_calc_visibility() 241 * Find the default symbol for a choice. 242 * First try the default values for the choice symbol 243 * Next locate the first visible choice value 279 /* first calculate all choice values' visibilities */ in sym_calc_choice() 290 /* is the user choice visible? */ in sym_calc_choice() 298 /* no choice? reset tristate value */ in sym_calc_choice() 511 * setting a choice value also resets the new flag of the choice in sym_set_tristate_value() 512 * symbol and all other choice values. in sym_set_tristate_value() 1069 /* for choice values find the menu entry (used below) */ in sym_check_print_recursive() [all …]
|
D | menu.c | 124 sym->name ? sym->name : "<choice>", in menu_set_type() 272 "choice default symbol '%s' is not contained in the choice", in sym_check_prop() 322 /* find the first choice value to find out choice type */ in menu_finalize() 331 /* set the type of the remaining choice values */ in menu_finalize() 339 * Use the choice itself as the parent dependency of in menu_finalize() 341 * choice into an upper bound on the visibility of the in menu_finalize() 342 * choice value symbols. in menu_finalize() 512 menu_warn(menu, "choice value must have a prompt"); in menu_finalize() 515 prop_warn(prop, "defaults for choice " in menu_finalize() 521 prop_warn(prop, "choice value used outside its choice group"); in menu_finalize() [all …]
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.asn1 | 18 CHOICE { 27 CHOICE { 39 CHOICE { 86 CHOICE { 159 CHOICE {
|
/kernel/linux/linux-5.10/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()
|