Home
last modified time | relevance | path

Searched full:choice (Results 1 – 25 of 879) sorted by relevance

12345678910>>...36

/linux/drivers/gpu/drm/msm/registers/
H A Drules-fd.xsd62 <choice minOccurs="0" maxOccurs="unbounded">
64 </choice>
82 <choice minOccurs="0" maxOccurs="unbounded">
85 </choice>
99 <choice minOccurs="0" maxOccurs="unbounded">
104 </choice>
112 <choice minOccurs="0" maxOccurs="unbounded">
116 </choice>
128 <choice minOccurs="0" maxOccurs="unbounded">
132 </choice>
[all …]
/linux/scripts/kconfig/lxdialog/
H A Dmenubox.c81 #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
226 /* Set choice to default item */ in dialog_menu()
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()
[all …]
H A 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/scripts/kconfig/tests/new_choice_with_dep/
H A Dexpected_stdout2 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?]:
H A DKconfig8 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"
H A D__init__.py3 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.
/linux/scripts/kconfig/
H A Dsymbol.c92 * sym_get_choice_menu - get the parent choice menu if present
96 * Return: a choice menu if this function is called against a choice member.
103 * Choice members must have a prompt. Find a menu entry with a prompt, in sym_get_choice_menu()
104 * and assume it resides inside a choice block. in sym_get_choice_menu()
267 * Find the default symbol for a choice.
268 * First try the default values for the choice symbol
269 * Next locate the first visible choice value
272 struct symbol *sym_choice_default(struct menu *choice) in sym_choice_default() argument
279 for_all_defaults(choice->sym, prop) { in sym_choice_default()
289 menu_for_each_sub_entry(menu, choice) in sym_choice_default()
[all …]
H A Dparser.y151 fprintf(stderr, "%s:%d: error: choice member must have a prompt\n",
157 fprintf(stderr, "%s:%d: error: choice member must be bool\n",
163 * If the same symbol appears twice in a choice block, the list
250 /* choice entry */
252 choice: T_CHOICE T_EOL
260 printd(DEBUG_PARSE, "%s:%d:choice\n", cur_filename, cur_lineno);
263 choice_entry: choice choice_option_list
266 fprintf(stderr, "%s:%d: error: choice must have a prompt\n",
280 if (zconf_endtoken($1, "choice")) {
412 current_entry->sym->name ?: "<choice>");
[all …]
/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c17 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 …]
/linux/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.
142 configuration help on the Speakup choice above for more
[all …]
/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h20 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 …]
/linux/crypto/asymmetric_keys/
H A Dpkcs7.asn119 certificates CHOICE {
23 crls CHOICE {
37 DigestAlgorithmIdentifiers ::= CHOICE {
52 ExtendedCertificateOrCertificate ::= CHOICE {
72 SignerInfos ::= CHOICE {
81 authenticatedAttributes CHOICE {
92 unauthenticatedAttributes CHOICE {
98 SignerIdentifier ::= CHOICE {
/linux/scripts/kconfig/tests/choice/
H A DKconfig3 choice
4 prompt "boolean choice"
8 bool "choice 0"
11 bool "choice 1"
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?]:
/linux/scripts/kconfig/tests/no_write_if_dep_unmet/
H A DKconfig6 choice
7 prompt "Choice ?"
11 bool "Choice B"
14 bool "Choice C"
H A D__init__.py3 Do not write choice values to .config if the dependency is unmet.
8 This was not working correctly for choice values because choice needs
/linux/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.asn126 CHOICE {
35 CHOICE {
47 CHOICE {
94 CHOICE {
167 CHOICE {
/linux/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/scripts/kconfig/tests/choice_randomize2/
H A DKconfig1 choice
10 choice
25 choice
/linux/scripts/kconfig/tests/auto_submenu/
H A DKconfig28 choice
29 prompt "choice"
32 Choice should become a submenu as well.
/linux/net/netfilter/ipvs/
H A Dip_vs_twos.c2 /* IPVS: Power of Twos Choice Scheduling module
16 /* Power of Twos Choice scheduling, algorithm originally described by
32 * Return choice2 if choice2 has less connections than choice 1 normalized
140 MODULE_DESCRIPTION("ipvs power of twos choice scheduler");
/linux/arch/csky/
H A DKconfig190 choice
217 choice
232 choice
246 choice
/linux/scripts/kconfig/tests/choice_randomize/
H A DKconfig1 choice
12 choice
/linux/security/
H A DKconfig22 choice
236 choice
245 This choice is there only for converting CONFIG_DEFAULT_SECURITY
247 change this choice unless you are creating a fresh kernel config,
248 for this choice will be ignored after CONFIG_LSM has been set.

12345678910>>...36