Home
last modified time | relevance | path

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

123456789

/linux-3.4.99/scripts/kconfig/lxdialog/
Dchecklist.c31 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 …]
Dmenubox.c102 #define print_item(index, choice, selected) \ argument
105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
248 choice = item_n(); in dialog_menu()
251 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
254 choice = choice - scroll; in dialog_menu()
258 if ((choice >= max_choice)) { in dialog_menu()
259 if (choice >= item_count() - max_choice / 2) in dialog_menu()
262 scroll = first_item = choice - max_choice / 2; in dialog_menu()
263 choice = choice - scroll; in dialog_menu()
[all …]
/linux-3.4.99/include/linux/netfilter/
Dnf_conntrack_h323_types.h27 } 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-3.4.99/drivers/staging/speakup/
DKconfig37 the module can be loaded. See the decpc choice below
50 help on the Speakup choice above for more info.
58 help on the Speakup choice above for more info.
66 help on the Speakup choice above for more info.
74 Speakup choice above for more info.
82 help on the Speakup choice above for more info.
91 help on the Speakup choice above for more info.
100 configuration help on the Speakup choice above for more
111 choice above for more info.
132 configuration help on the Speakup choice above for more
[all …]
/linux-3.4.99/kernel/
DKconfig.hz5 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-3.4.99/arch/avr32/boards/atngw100/
DKconfig_mrmt3 choice
20 choice
32 choice
68 choice
DKconfig13 This choice enables the LCDC and disables the MACB1 interface marked
16 choice
38 This choice disables the detect pin and the write-protect pin for the
45 choice
/linux-3.4.99/arch/microblaze/platform/
DKconfig.platform8 choice
26 This choice enables self-modified code for interrupt controller
34 This choice enables self-modified code for interrupt controller.
41 This choice enables self-modified code for timer.
/linux-3.4.99/arch/h8300/
DKconfig.cpu5 choice
64 choice
95 choice
122 choice
142 choice
/linux-3.4.99/net/netfilter/
Dnf_conntrack_h323_main.c224 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr()
227 switch (taddr->unicastAddress.choice) { in get_h245_addr()
413 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc()
430 choice == in process_olc()
444 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc()
447 choice == eDataApplicationCapability_application_t120 && in process_olc()
449 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc()
450 olc->separateStack.networkAddress.choice == in process_olc()
478 choice == in process_olca()
492 (olca->forwardMultiplexAckParameters.choice == in process_olca()
[all …]
/linux-3.4.99/Documentation/kbuild/
Dkconfig-language.txt252 - choice/endchoice
277 "choice" [symbol]
278 <choice options>
279 <choice block>
282 This defines a choice group and accepts any of the above attributes as
283 options. A choice can only be of type bool or tristate, while a boolean
284 choice only allows a single config entry to be selected, a tristate
285 choice also allows any number of config entries to be set to 'm'. This
289 A choice accepts another option "optional", which allows to set the
290 choice to 'n' and no entry needs to be selected.
[all …]
/linux-3.4.99/arch/cris/
DKconfig109 choice
187 choice
219 choice
287 choice
338 choice
369 choice
402 choice
437 choice
467 choice
496 choice
[all …]
/linux-3.4.99/tools/perf/util/ui/browsers/
Dhists.c901 int choice = 0, in perf_evsel__hists_browse() local
1057 choice = ui__popup_menu(nr_options, options); in perf_evsel__hists_browse()
1059 if (choice == nr_options - 1) in perf_evsel__hists_browse()
1062 if (choice == -1) { in perf_evsel__hists_browse()
1067 if (choice == annotate || choice == annotate_t || choice == annotate_f) { in perf_evsel__hists_browse()
1081 if (choice == annotate_f) { in perf_evsel__hists_browse()
1084 } else if (choice == annotate_t) { in perf_evsel__hists_browse()
1108 } else if (choice == browse_map) in perf_evsel__hists_browse()
1110 else if (choice == zoom_dso) { in perf_evsel__hists_browse()
1129 } else if (choice == zoom_thread) { in perf_evsel__hists_browse()
/linux-3.4.99/arch/cris/arch-v32/
DKconfig13 choice
19 interface is a good choice.
37 best choice if you have more than one Ethernet interface and
102 choice
132 Waitstates for SRAM. 0 is a good choice for most Axis products.
139 Waitstates for CSP0-3. 0 is a good choice for most Axis products.
148 Waitstates for CSP4-6. 0 is a good choice for most Axis products.
/linux-3.4.99/arch/blackfin/mach-bf518/
DKconfig13 choice
35 choice
49 choice
63 choice
/linux-3.4.99/arch/blackfin/mach-bf527/
DKconfig13 choice
30 choice
48 choice
65 choice
/linux-3.4.99/arch/mips/jz4740/
DKconfig1 choice
/linux-3.4.99/arch/mips/bcm63xx/boards/
DKconfig1 choice
/linux-3.4.99/arch/blackfin/mach-bf538/boards/
DKconfig1 choice
/linux-3.4.99/Documentation/mn10300/
Dcompartmentalisation.txt20 from the "Processor support" choice menu in the arch/mn10300/Kconfig file.
43 from the "Unit type" choice menu in the arch/mn10300/Kconfig file.
/linux-3.4.99/arch/sh/boards/mach-migor/
DKconfig3 choice
/linux-3.4.99/arch/sh/boards/mach-rsk/
DKconfig3 choice
/linux-3.4.99/arch/blackfin/mach-bf518/boards/
DKconfig1 choice
/linux-3.4.99/arch/mips/lantiq/
DKconfig7 choice
/linux-3.4.99/arch/arm/mach-bcmring/
DKconfig1 choice

123456789