Home
last modified time | relevance | path

Searched refs:prompt (Results 1 – 200 of 208) sorted by relevance

12

/linux-4.1.27/scripts/kconfig/
Dmenu.c128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() argument
136 if (prompt) { in menu_add_prop()
137 if (isspace(*prompt)) { in menu_add_prop()
139 while (isspace(*prompt)) in menu_add_prop()
140 prompt++; in menu_add_prop()
142 if (current_entry->prompt && current_entry != &rootmenu) in menu_add_prop()
171 current_entry->prompt = prop; in menu_add_prop()
173 prop->text = prompt; in menu_add_prop()
178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() argument
180 return menu_add_prop(type, prompt, NULL, dep); in menu_add_prompt()
[all …]
Dmconf.c303 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename()
487 prop = menu->prompt; in build_conf()
490 const char *prompt = menu_get_prompt(menu); in build_conf() local
494 prompt = _(prompt); in build_conf()
498 indent + 1, ' ', prompt); in build_conf()
501 indent + 1, ' ', prompt, in build_conf()
509 if (prompt) { in build_conf()
511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf()
517 if (prompt) { in build_conf()
519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf()
[all …]
Dzconf.y81 %type <string> prompt
166 if (current_entry->prompt)
167 current_entry->prompt->type = P_MENU;
192 config_option: T_PROMPT prompt if_expr T_EOL
237 | T_EQUAL prompt { $$ = $2; }
276 choice_option: T_PROMPT prompt if_expr T_EOL
344 mainmenu_stmt: T_MAINMENU prompt nl
351 menu: T_MENU prompt T_EOL
381 source_stmt: T_SOURCE prompt T_EOL
389 comment: T_COMMENT prompt T_EOL
[all …]
Dnconf.c633 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename()
746 prop = menu->prompt; in build_conf()
749 const char *prompt = menu_get_prompt(menu); in build_conf() local
751 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
755 prompt = _(prompt); in build_conf()
760 indent + 1, ' ', prompt); in build_conf()
764 indent + 1, ' ', prompt, in build_conf()
771 if (prompt) { in build_conf()
776 _(prompt)); in build_conf()
780 if (prompt) { in build_conf()
[all …]
Dqconf.cc125 QString prompt; in updateMenu() local
132 prompt = ".."; in updateMenu()
137 prop = menu->prompt; in updateMenu()
138 prompt = _(menu_get_prompt(menu)); in updateMenu()
224 prompt = QString("%1: %2").arg(prompt).arg(data); in updateMenu()
226 prompt = QString("(%2) %1").arg(prompt).arg(data); in updateMenu()
230 prompt += _(" (NEW)"); in updateMenu()
232 setText(promptColIdx, prompt); in updateMenu()
442 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in updateSelection()
474 rootEntry->sym && rootEntry->prompt) { in updateList()
[all …]
Dconf.c139 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string()
172 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym()
364 prop = menu->prompt; in conf()
366 const char *prompt; in conf() local
379 prompt = menu_get_prompt(menu); in conf()
380 if (prompt) in conf()
383 indent, '*', _(prompt), in conf()
Dgconf.c188 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
371 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help() local
382 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1, in text_insert_help()
712 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
910 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
1063 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1347 prop = child->prompt; in display_tree()
1433 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
Dzconf.tab.c1723 if (current_entry->prompt)
1724 current_entry->prompt->type = P_MENU;
2300 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); in conf_parse()
2310 rootmenu.prompt->text = _(rootmenu.prompt->text); in conf_parse()
2311 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text); in conf_parse()
2495 else if ((prop = menu->prompt)) { in zconfdump()
2522 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
Dnconf.gui.c358 const char *title, const char *prompt, in dialog_inputbox() argument
379 prompt_lines = get_line_no(prompt); in dialog_inputbox()
381 const char *line = get_line(prompt, i); in dialog_inputbox()
411 fill_window(prompt_win, prompt); in dialog_inputbox()
Dnconf.h91 const char *title, const char *prompt,
Dzconf.gperf30 prompt, T_PROMPT, TF_COMMAND
Dzconf.tab.c_shipped570 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
1723 if (current_entry->prompt)
1724 current_entry->prompt->type = P_MENU;
1726 zconfprint("warning: menuconfig statement without prompt");
1746 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1832 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
2300 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
2310 rootmenu.prompt->text = _(rootmenu.prompt->text);
2311 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
2437 fputs(" prompt ", out);
[all …]
Dlkc.h106 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
Dkxgettext.c185 if (child->prompt != NULL) in menu_build_message_list()
Dzconf.hash.c_shipped124 char kconf_id_strings_str56[sizeof("prompt")];
160 "prompt",
Dexpr.h170 struct property *prompt; member
Dconfdata.c659 rootmenu.prompt->text); in conf_write_heading()
/linux-4.1.27/drivers/s390/char/
DKconfig6 prompt "Support for locally attached 3270 terminals"
13 prompt "Support for tty input/output on 3270 terminals"
20 prompt "Support for fullscreen applications on 3270 terminals"
27 prompt "Support for console on 3270 terminal"
35 prompt "Support for 3215 line mode terminal"
42 prompt "Support for console on 3215 line mode terminal"
53 prompt "Support for SCLP line mode terminal"
60 prompt "Support for console on SCLP line mode terminal"
68 prompt "Support for SCLP VT220-compatible terminal"
75 prompt "Support for console on SCLP VT220-compatible terminal"
[all …]
Dtty3270.c88 struct string *prompt; /* Output string for input area. */ member
140 line = tp->prompt; in tty3270_update_prompt()
173 tp->prompt = line; in tty3270_create_prompt()
387 if (raw3270_request_add_data(wrq, tp->prompt->string, in tty3270_update()
388 tp->prompt->len) == 0) in tty3270_update()
819 free_string(&tp->freemem, tp->prompt); in tty3270_resize_work()
/linux-4.1.27/drivers/s390/block/
DKconfig6 prompt "XPRAM disk support"
17 prompt "DCSSBLK support"
24 prompt "Support for DASD devices"
34 prompt "Profiling support for dasd devices"
42 prompt "Support for ECKD Disks"
50 prompt "Support for FBA Disks"
58 prompt "Support for DIAG access to Disks"
67 prompt "Extended error reporting (EER)"
76 prompt "Support for Storage Class Memory"
87 prompt "SCM force cluster writes"
/linux-4.1.27/scripts/kconfig/lxdialog/
Ddialog.h223 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
231 int dialog_yesno(const char *title, const char *prompt, int height, int width);
232 int dialog_msgbox(const char *title, const char *prompt, int height,
241 int dialog_menu(const char *title, const char *prompt,
243 int dialog_checklist(const char *title, const char *prompt, int height,
245 int dialog_inputbox(const char *title, const char *prompt, int height,
Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() argument
74 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_yesno()
Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox() argument
85 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_inputbox()
Dchecklist.c117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist() argument
163 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_checklist()
Dmenubox.c184 int dialog_menu(const char *title, const char *prompt, in dialog_menu() argument
227 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_menu()
Dutil.c382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() argument
388 strcpy(tempstr, prompt); in print_autowrap()
/linux-4.1.27/drivers/s390/net/
DKconfig6 prompt "Lan Channel Station Interface"
16 prompt "CTC and MPC SNA device support"
31 prompt "IUCV network device support (VM only)"
43 prompt "IUCV special message support (VM only)"
51 prompt "Deliver IUCV special messages as uevents (VM only)"
62 prompt "Gigabit Ethernet device support"
77 prompt "qeth layer 2 device support"
86 prompt "qeth layer 3 device support"
/linux-4.1.27/arch/avr32/boards/atngw100/
DKconfig_mrmt4 prompt "RMT Version"
21 prompt "Touchscreen Driver"
33 prompt "RMTx LCD Selection"
69 prompt "Wireless Module on ttyS2"
DKconfig17 prompt "Select an NGW100 add-on board to support"
46 prompt "LCD panel resolution on EVKLCD10X"
/linux-4.1.27/arch/sh/
DKconfig.cpu4 prompt "Endianness selection"
21 prompt "FPU support"
35 prompt "FPU emulation support"
44 prompt "DSP support"
54 prompt "ADC support"
DKconfig240 prompt "Processor sub-type selection"
535 prompt "Processor sub-type selection"
794 prompt "Kernel command line"
/linux-4.1.27/drivers/net/wireless/libertas_tf/
Ddeb_defs.h89 static inline void lbtf_deb_hex(unsigned int grp, const char *prompt, u8 *buf, int len) in lbtf_deb_hex() argument
96 snprintf(newprompt, sizeof(newprompt), DRV_NAME " %s: ", prompt); in lbtf_deb_hex()
97 print_hex_dump_bytes(prompt, DUMP_PREFIX_NONE, buf, len); in lbtf_deb_hex()
101 #define lbtf_deb_hex(grp, prompt, buf, len) do {} while (0) argument
/linux-4.1.27/arch/s390/
DKconfig200 prompt "Processor type"
283 prompt "Tune code generation"
327 prompt "Kernel support for 31 bit emulation"
346 prompt "Symmetric multi-processing support"
378 prompt "Support for hot-pluggable CPUs"
396 prompt "Topology scheduler support"
442 prompt "Pack kernel stack"
456 prompt "Detect kernel stack overflow"
481 prompt "Emit compiler warnings for function with dynamic stack usage"
495 prompt "QDIO support"
[all …]
DKconfig.debug10 prompt "Filter access to /dev/mem"
/linux-4.1.27/arch/mips/lantiq/
DKconfig9 prompt "SoC Type"
28 prompt "Devicetree"
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt40 the config option, input prompt, dependencies, help text and default
42 name, but every definition can have only a single input prompt and the
54 definition optionally accepts an input prompt, so these two examples
60 prompt "Networking support"
62 - input prompt: "prompt" <prompt> ["if" <expr>]
63 Every menu entry can have at most one prompt, which is used to display
64 to the user. Optionally dependencies only for this prompt can be added
74 value was set by the user (via the input prompt above). If an input
75 prompt is visible the default value is presented to the user and can
120 similar to a conditional "prompt" attribute for individual menu
[all …]
/linux-4.1.27/net/iucv/
DKconfig4 prompt "IUCV support (S390 - z/VM only)"
13 prompt "AF_IUCV Socket support (S390 - z/VM and HiperSockets transport)"
/linux-4.1.27/arch/cris/
DKconfig124 prompt "Processor type"
186 prompt "Product debug-port"
218 prompt "Kernel GDB port"
304 prompt "Network LED behavior"
335 prompt "Ser0 DMA out channel"
368 prompt "Ser0 DMA in channel "
403 prompt "Ser1 DMA in channel "
433 prompt "Ser1 DMA out channel"
462 prompt "Ser2 DMA out channel"
495 prompt "Ser2 DMA in channel"
[all …]
/linux-4.1.27/arch/mips/ralink/
DKconfig16 prompt "Ralink SoC selection"
40 prompt "Devicetree selection"
/linux-4.1.27/arch/mips/loongson1/
DKconfig4 prompt "Machine Type"
35 prompt "Select clockevent/clocksource"
/linux-4.1.27/arch/s390/kvm/
DKconfig8 prompt "KVM"
20 prompt "Kernel-based Virtual Machine (KVM) support"
/linux-4.1.27/drivers/net/wireless/libertas/
Ddefs.h93 static inline void lbs_deb_hex(unsigned int grp, const char *prompt, in lbs_deb_hex() argument
106 printk(DRV_NAME " %s: ", prompt); in lbs_deb_hex()
115 #define lbs_deb_hex(grp,prompt,buf,len) do {} while (0) argument
/linux-4.1.27/arch/mips/jz4740/
DKconfig2 prompt "Machine type"
/linux-4.1.27/arch/blackfin/mach-bf518/
DKconfig14 prompt "PWM Channel Pins"
36 prompt "PWM Sync Pin"
50 prompt "PWM Trip B Pin"
64 prompt "PPI / Timer Pins"
/linux-4.1.27/arch/blackfin/mach-bf527/
DKconfig14 prompt "SPORT0"
31 prompt "SPORT0 TSCLK Location"
49 prompt "UART1"
66 prompt "NAND (NFC) Data"
/linux-4.1.27/arch/mips/bcm63xx/boards/
DKconfig2 prompt "Board support"
/linux-4.1.27/arch/blackfin/mach-bf609/boards/
DKconfig2 prompt "System type"
/linux-4.1.27/arch/blackfin/mach-bf538/boards/
DKconfig2 prompt "System type"
/linux-4.1.27/arch/sh/boards/mach-migor/
DKconfig4 prompt "Migo-R LCD Panel Board Selection"
/linux-4.1.27/arch/blackfin/mach-bf518/boards/
DKconfig2 prompt "System type"
/linux-4.1.27/arch/blackfin/mach-bf548/boards/
DKconfig2 prompt "System type"
/linux-4.1.27/arch/sh/boards/mach-sdk7780/
DKconfig4 prompt "SDK7780 options"
/linux-4.1.27/arch/mips/vr41xx/
DKconfig2 prompt "Machine type"
67 prompt "Base board type"
/linux-4.1.27/arch/sh/boards/mach-rsk/
DKconfig4 prompt "RSK+ options"
/linux-4.1.27/arch/arm/mach-ixp4xx/
DKconfig9 prompt "Linksys NSLU2"
109 prompt "NAS100D"
118 prompt "D-Link DSM-G600 RevA"
132 prompt "Freecom FSG-3"
141 prompt "Arcom/Eurotech Vulcan"
/linux-4.1.27/arch/sh/boards/mach-highlander/
DKconfig4 prompt "Highlander options"
/linux-4.1.27/kernel/debug/kdb/
Dkdb_io.c442 char *kdb_getstr(char *buffer, size_t bufsize, const char *prompt) in kdb_getstr() argument
444 if (prompt && kdb_prompt_str != prompt) in kdb_getstr()
445 strncpy(kdb_prompt_str, prompt, CMD_BUFLEN); in kdb_getstr()
Dkdb_cmds8 # or archkdbcpu or archkdbshort at the kdb prompt.
/linux-4.1.27/arch/powerpc/platforms/8xx/
DKconfig6 prompt "8xx Machine Type"
68 prompt "Second Ethernet channel"
148 prompt "Microcode patch selection"
/linux-4.1.27/arch/blackfin/mach-bf561/boards/
DKconfig2 prompt "System type"
/linux-4.1.27/arch/avr32/boards/atstk1000/
DKconfig6 prompt "ATSTK1000 CPU daughterboard type"
83 prompt "LEDs connected to J2:"
/linux-4.1.27/arch/frv/
DKconfig105 prompt "uClinux kernel load address"
157 prompt "CPU Caching mode"
249 prompt "System support"
262 prompt "Motherboard support"
287 prompt "GP-Relative data support"
DKconfig.debug18 prompt "GDB stub port"
/linux-4.1.27/arch/blackfin/mach-bf527/boards/
DKconfig2 prompt "System type"
/linux-4.1.27/arch/avr32/mach-at32ap/
DKconfig6 prompt "AT32AP700x static memory bus width"
/linux-4.1.27/arch/mips/pmcs-msp71xx/
DKconfig2 prompt "PMC-Sierra MSP SOC type"
/linux-4.1.27/Documentation/blockdev/
Dramdisk.txt71 prompt/wait sequence is to be given before trying to read the RAM disk. Since
90 You want bit 15 as one, indicating that you want a prompt/keypress
103 Since the default start = 0 and the default prompt = 1, you could use:
153 g) Use "rdev" to set the boot device, RAM disk offset, prompt flag, etc.
Dfloppy.txt14 lilo. This option can be typed at the boot prompt, or entered in the
18 at the lilo boot prompt (if you have a thinkpad):
33 prompt, the option strings of both places are concatenated, the boot
34 prompt options coming last. That's why there are also options to
/linux-4.1.27/arch/blackfin/mach-bf533/boards/
DKconfig2 prompt "System type"
/linux-4.1.27/arch/hexagon/
DKconfig90 prompt "System type"
133 prompt "Kernel page size"
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
DKconfig2 prompt "System type"
/linux-4.1.27/arch/metag/mm/
DKconfig19 prompt "User page size"
104 prompt "HugeTLB page size"
/linux-4.1.27/arch/mips/bmips/
DKconfig4 prompt "Built-in device tree"
/linux-4.1.27/arch/mn10300/
DKconfig73 prompt "Unit type"
92 prompt "Processor support"
308 prompt "Select the timer to supply the clock for SIF0"
330 prompt "Select the timer to supply the clock for SIF1"
361 prompt "Select the timer to supply the clock for SIF2"
DKconfig.debug110 prompt "GDB stub port"
/linux-4.1.27/arch/sh/cchips/
DKconfig7 prompt "HD6446x options"
/linux-4.1.27/arch/score/
DKconfig19 prompt "System type"
/linux-4.1.27/arch/mips/alchemy/
DKconfig17 prompt "Machine type"
/linux-4.1.27/arch/mn10300/mm/
DKconfig.cache6 prompt "CPU Caching mode"
53 prompt "CPU cache flush/invalidate method"
/linux-4.1.27/security/integrity/ima/
DKconfig48 prompt "Default template"
76 prompt "Default integrity hash algorithm"
/linux-4.1.27/arch/sh/mm/
DKconfig167 prompt "Kernel page size"
197 prompt "HugeTLB page size"
248 prompt "Cache mode"
/linux-4.1.27/drivers/staging/gdm72xx/
DKconfig34 prompt "Select interface"
/linux-4.1.27/arch/metag/
DKconfig.soc2 prompt "SoC Type"
DKconfig143 prompt "Atomicity primitive"
/linux-4.1.27/arch/blackfin/
DKconfig81 prompt "CPU"
273 prompt "Silicon Rev"
479 prompt "Core Clock Divider"
543 prompt "DDR SDRAM Chip Type"
556 prompt "DDR/SDRAM Timing"
697 prompt "Blackfin Exception Scratch Register"
967 prompt "Kernel executes from"
1002 prompt "Uncached DMA region"
1054 prompt "External memory DCACHE policy"
1101 prompt "L2 SRAM DCACHE policy"
[all …]
DKconfig.debug77 prompt "Double Fault Failure Method"
116 prompt "Omit loop Tracing"
/linux-4.1.27/arch/powerpc/platforms/
DKconfig.cputype12 prompt "Processor Type"
60 prompt "Processor Type"
88 prompt "CPU selection"
409 prompt "Endianness selection"
/linux-4.1.27/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h143 void pcan_dump_mem(char *prompt, void *p, int l);
Dpcan_usb_core.c59 void pcan_dump_mem(char *prompt, void *p, int l) in pcan_dump_mem() argument
62 PCAN_USB_DRIVER_NAME, prompt ? prompt : "memory", l); in pcan_dump_mem()
/linux-4.1.27/arch/mips/sgi-ip27/
DKconfig2 prompt "Node addressing mode"
/linux-4.1.27/arch/parisc/
DKconfig119 prompt "Processor type"
206 prompt "Kernel page size"
327 prompt "Enable seccomp to safely compute untrusted bytecode"
/linux-4.1.27/kernel/
DKconfig.hz6 prompt "Timer frequency"
DKconfig.preempt3 prompt "Preemption Model"
/linux-4.1.27/block/
DKconfig.iosched43 prompt "Default I/O scheduler"
/linux-4.1.27/arch/m68k/
DKconfig.cpu4 prompt "CPU family support"
129 prompt "ColdFire SoC type"
450 prompt "Split Cache Configuration"
473 prompt "Data cache mode"
DKconfig.machine432 prompt "Kernel executes from"
/linux-4.1.27/drivers/acpi/acpica/
Dacdebug.h257 acpi_status acpi_db_user_commands(char prompt, union acpi_parse_object *op);
/linux-4.1.27/lib/
DKconfig.kasan26 prompt "Instrumentation type"
DKconfig.kmemcheck28 prompt "kmemcheck: default mode at boot"
DKconfig119 prompt "CRC32 implementation"
413 # prompt "glob_match() function"
/linux-4.1.27/arch/cris/arch-v10/drivers/
DKconfig55 prompt "Ser0 DTR, RI, DSR and CD assignment"
143 prompt "Ser1 DTR, RI, DSR and CD assignment"
234 prompt "Ser2 DTR, RI, DSR and CD assignment"
322 prompt "Ser3 DTR, RI, DSR and CD assignment"
477 prompt "EEPROM size"
/linux-4.1.27/arch/m32r/
DKconfig49 prompt "Platform Type"
113 prompt "Processor family"
343 prompt "PCI access mode"
/linux-4.1.27/arch/ia64/
DKconfig.debug6 prompt "Physical memory granularity"
DKconfig164 prompt "System type"
245 prompt "Processor type"
263 prompt "Kernel page size"
/linux-4.1.27/fs/romfs/
DKconfig22 prompt "RomFS backing stores"
/linux-4.1.27/arch/mips/txx9/
DKconfig110 prompt "PIO[58:61]"
/linux-4.1.27/arch/avr32/
DKconfig105 prompt "AVR32 board type"
166 prompt "Boot loader type"
/linux-4.1.27/arch/blackfin/mach-bf548/
DKconfig46 prompt "UART2 DMA channel selection"
75 prompt "UART3 DMA channel selection"
/linux-4.1.27/drivers/pci/pcie/
DKconfig56 prompt "Default ASPM policy"
/linux-4.1.27/kernel/gcov/
DKconfig53 prompt "Specify GCOV format"
/linux-4.1.27/drivers/thermal/
DKconfig20 prompt "Expose thermal sensors as hwmon device"
34 prompt "APIs to parse thermal data out of device tree"
46 prompt "Default Thermal governor"
/linux-4.1.27/arch/arc/
DKconfig93 prompt "ARC Core"
229 prompt "ARC700 MMU Version"
256 prompt "MMU Page Size"
/linux-4.1.27/drivers/rapidio/
DKconfig51 prompt "Enumeration method"
/linux-4.1.27/drivers/net/ethernet/wiznet/
DKconfig48 prompt "WIZnet interface mode"
/linux-4.1.27/tools/testing/ktest/
Dktest.pl484 my ($cancel, $prompt) = @_;
490 print "$prompt [y/n/C] ";
492 print "$prompt [Y/n] ";
521 my ($prompt) = @_;
523 return read_prompt 0, $prompt;
527 my ($prompt) = @_;
529 return read_prompt 1, $prompt;
/linux-4.1.27/Documentation/ia64/
Dserial.txt117 Kernel and init script output works fine, but no "login:" prompt:
123 "login:" prompt, but can't login as root:
Dxen.txt102 prompt
/linux-4.1.27/Documentation/fb/
Dvesafb.txt66 mode at the "vga=ask" prompt. For example if you like to use
67 1024x768x256 colors you have to say "305" at this prompt.
/linux-4.1.27/arch/x86/
DKconfig629 prompt "Single-depth WCHAN output"
729 prompt "HPET Timer Support" if X86_32
752 prompt "Intel MID APB Timer Support" if X86_INTEL_MID
815 prompt "Should Calgary be enabled by default?"
875 prompt "Multi-core scheduler support"
958 prompt "Intel MCE features"
966 prompt "AMD MCE features"
1175 prompt "High Memory Support"
1232 prompt "Memory split" if EXPERT
1327 prompt "Old style AMD Opteron NUMA detection"
[all …]
DKconfig.debug220 prompt "IO delay type"
DKconfig.cpu3 prompt "Processor family"
/linux-4.1.27/drivers/net/fddi/
DKconfig31 prompt "Use MMIO instead of PIO" if PCI || EISA
/linux-4.1.27/Documentation/
Dmono.txt61 from a command prompt, for example:
Dsvga.txt13 ** enter `scan' on the video mode prompt, pick the mode you want to use,
272 offered explicitly on the prompt line.
Dsysrq.txt139 thus letting you make sure that the login prompt you see is actually
D00-INDEX263 - summary listing of command line / boot prompt args for the kernel.
Dapplying-patches.txt135 If patch stops and presents a "File to patch:" prompt, then patch could not
/linux-4.1.27/arch/mips/netlogic/
DKconfig62 prompt "Number of XLPs on the board"
/linux-4.1.27/arch/mips/sibyte/
DKconfig81 prompt "SiByte SOC Stepping"
/linux-4.1.27/sound/soc/davinci/
DKconfig58 prompt "DM365 codec select"
/linux-4.1.27/arch/arm/mach-davinci/
DKconfig142 prompt "Select DA830/OMAP-L137/AM17x UI board peripheral"
171 prompt "Select peripherals connected to expander on UI board"
/linux-4.1.27/net/sctp/
DKconfig63 prompt "Default SCTP cookie HMAC encoding"
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-wusb_cbaf42 CMD may choose to prompt the user before
/linux-4.1.27/drivers/net/wireless/b43legacy/
DKconfig69 prompt "Broadcom 43xx-legacy data transfer mode"
/linux-4.1.27/arch/mips/loongson/
DKconfig4 prompt "Machine Type"
/linux-4.1.27/fs/squashfs/
DKconfig29 prompt "File decompression options"
57 prompt "Decompressor parallelisation options"
/linux-4.1.27/arch/openrisc/
DKconfig62 prompt "Subarchitecture"
/linux-4.1.27/arch/arm/mach-pxa/
DKconfig146 prompt "Gumstix Carrier/Expansion Board"
195 prompt "Select base board for Trizeps module"
233 prompt "display on pcm990"
/linux-4.1.27/Documentation/arm/
DSetup40 bit 3 - 0 = prompt for ramdisk
/linux-4.1.27/arch/unicore32/
DKconfig93 prompt "Board Selection"
/linux-4.1.27/drivers/iommu/
DKconfig139 prompt "Enable Intel DMA Remapping Devices by default"
274 prompt "IPMMU/IPMMUI address space size"
/linux-4.1.27/arch/cris/arch-v32/
DKconfig14 prompt "Nbr of Ethernet LED groups"
103 prompt "Kernel GDB port"
/linux-4.1.27/arch/alpha/
DKconfig92 prompt "Alpha system type"
407 prompt "EV56 CPU (speed >= 333MHz)?"
411 prompt "EV56 CPU (speed >= 400MHz)?"
664 prompt "Timer interrupt frequency (HZ)?"
/linux-4.1.27/drivers/usb/musb/
DKconfig117 prompt 'MUSB DMA mode'
/linux-4.1.27/arch/powerpc/
DKconfig.debug136 prompt "Early debugging console"
332 prompt "Filter access to /dev/mem"
DKconfig342 prompt "Math emulation options"
533 prompt "Page size"
/linux-4.1.27/arch/arm/mach-ep93xx/
DKconfig19 prompt "EP93xx first SDRAM bank selection"
/linux-4.1.27/arch/arm/plat-omap/
DKconfig150 prompt "OMAP PM layer selection"
/linux-4.1.27/arch/arm/mach-sa1100/
DKconfig33 prompt "Cerf Flash available"
/linux-4.1.27/arch/cris/arch-v10/
DKconfig18 prompt "Product LED port"
235 prompt "Product rescue-port"
/linux-4.1.27/arch/tile/
DKconfig175 prompt "Kernel page size"
278 prompt "Memory split" if EXPERT
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt61 prompt of your boot loader.
148 When the boot process is complete, you will arrive at a "login" prompt.
471 example, if you were to execute the punc3 command at your shell prompt,
775 Suppose that you are at a shell prompt. You use bash, and you want to
778 Speakup speaks both your shell prompt and the current entry from the
779 command history. You may not want to hear the prompt repeated
783 character that follows your shell prompt. Press speakup + f2 twice, to
785 character following the shell prompt and the end of the line. Now, cycle
788 You will notice that Speakup no longer speaks the redundant prompt.
830 Once you've changed to an appropriate console, and are at a shell prompt,
[all …]
/linux-4.1.27/Documentation/frv/
Dgdbstub.txt84 When the prompt appears:
/linux-4.1.27/arch/arm/mach-imx/
DKconfig464 prompt "Baseboard"
597 prompt "Clocksource for scheduler clock"
/linux-4.1.27/drivers/net/wireless/b43/
DKconfig37 prompt "Supported bus types"
/linux-4.1.27/fs/jffs2/
DKconfig157 prompt "JFFS2 default compression mode" if JFFS2_COMPRESSION_OPTIONS
/linux-4.1.27/security/
DKconfig130 prompt "Default security module"
/linux-4.1.27/arch/xtensa/
DKconfig80 prompt "Xtensa Processor Configuration"
289 prompt "Xtensa System Type"
/linux-4.1.27/arch/m68k/q40/
DREADME62 only the penguin - and shell prompt if it gets that far..
/linux-4.1.27/kernel/time/
DKconfig69 prompt "Timer tick handling"
/linux-4.1.27/arch/arm/mach-s3c64xx/
DKconfig166 prompt "SMDK6410 MMC/SD slot setup"
/linux-4.1.27/arch/microblaze/
DKconfig230 prompt "Page size"
/linux-4.1.27/arch/mips/
DKconfig65 prompt "System type"
1106 prompt "Endianness selection"
1280 prompt "CPU type"
1948 prompt "Kernel code model"
1985 prompt "Kernel page size"
2276 prompt "SmartMIPS or microMIPS ASE support"
2517 prompt "Timer frequency"
/linux-4.1.27/arch/arm/boot/dts/
Darmada-xp-synology-ds414.dts54 * installing it from u-boot prompt) or adjust the Devive Tree
Darmada-370-synology-ds213j.dts54 * installing it from u-boot prompt) or adjust the Devive Tree
/linux-4.1.27/fs/
DKconfig.binfmt159 those programs simply by typing in its name at a shell prompt; Linux
/linux-4.1.27/init/
DKconfig119 prompt "Kernel compression mode"
336 prompt "Cputime accounting"
469 prompt "RCU Implementation"
744 prompt "Build-forced no-CBs CPUs"
1684 prompt "Choose SLAB allocator"
1907 prompt "Which hash algorithm should modules be signed with?"
1973 prompt "Compression algorithm"
/linux-4.1.27/drivers/cpufreq/
DKconfig50 prompt "Default CPUFreq governor"
/linux-4.1.27/Documentation/fmc/
Didentifiers.txt142 image (here below spusa$ is the shell prompt):
/linux-4.1.27/drivers/mtd/chips/
DKconfig43 prompt "Flash cmd/query data swapping"
/linux-4.1.27/net/mac80211/
DKconfig45 prompt "Default rate control algorithm"
/linux-4.1.27/arch/arm/
DKconfig313 prompt "ARM system type"
1429 prompt "Memory split"
1507 prompt "Timer frequency"
1736 prompt "Enable seccomp to safely compute untrusted bytecode"
1867 prompt "Kernel command line type" if ARM_ATAG_DTB_COMPAT
1896 prompt "Kernel command line type" if CMDLINE != ""
/linux-4.1.27/Documentation/usb/
Dgadget_hid.txt96 You are now in the prompt of hid_gadget_test. You can type any
DWUSB-Design-overview.txt341 /DN_Disconnect/ that will prompt a disconnection from the system.
/linux-4.1.27/Documentation/arm/SA1100/
DAssabet237 Then, rebooting the Assabet is just a matter of waiting for the login prompt.
/linux-4.1.27/arch/arm64/
DKconfig436 prompt "Page size"
457 prompt "Virtual address space size"
/linux-4.1.27/mm/
DKconfig6 prompt "Memory model"
425 prompt "Transparent Hugepage Support sysfs defaults"
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsroot.txt259 loadlin may be used to boot Linux from a DOS command prompt without
/linux-4.1.27/Documentation/power/
Dbasic-pm-debugging.txt12 the command prompt where you have started the transition. If that happens,
/linux-4.1.27/drivers/base/
DKconfig290 prompt "Selected region size"
/linux-4.1.27/Documentation/s390/
D3270.txt150 3. You should immediately see a login prompt from your
DDebugging390.txt1086 from the bash prompt issue
1879 #6 0x5164fe in readline (prompt=0x7ffff810)
1881 #7 0x4d7a8a in command_line_input (prompt=0x564420 "(gdb) ", repeat=1,
1882 annotation_suffix=0x4d6b44 "prompt") at top.c:2091
/linux-4.1.27/drivers/video/fbdev/
DKconfig147 prompt "Choice endianness support"
634 prompt "Video mode support"
659 prompt "Size of ADV7393 frame buffer memory Single/Double Size"
1721 prompt "DRAM timing"
2281 prompt "GDC variant"
/linux-4.1.27/drivers/mtd/maps/
DKconfig86 prompt "Maximum mappable memory available for flash IO"
/linux-4.1.27/drivers/net/irda/
DKconfig53 prompt "SIR Mode"
/linux-4.1.27/arch/
DKconfig361 prompt "Stack Protector buffer overflow detection"
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig449 prompt "EHCI Debug Device mode"
/linux-4.1.27/drivers/misc/
DKconfig78 prompt "TC Block" if CPU_AT32AP700X
/linux-4.1.27/drivers/tty/
DKconfig428 probe which supports it, to get console output and a login prompt via
/linux-4.1.27/arch/x86/math-emu/
DREADME150 protection fault message when run under the MS-DOS prompt of Windows
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt704 The sched_setaffinity calls can also be done at the shell prompt using
706 calls can be done at the shell prompt using the numactl command
/linux-4.1.27/kernel/trace/
DKconfig277 prompt "Branch Profiling"
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME232 If no password is provided, mount.cifs will prompt for password entry
383 mount helper will not prompt the user for a password
/linux-4.1.27/Documentation/networking/
Dcs89x0.txt389 from a DOS or command prompt session under Windows 95, Windows NT,
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt447 The kernel will boot up and present you with a login prompt.
804 so that when you switch to it, you will see the UML login prompt
805 rather than the host login prompt:
838 prompt of the other virtual machine.
2301 You'll get a prompt, at which you can run one of these commands:
/linux-4.1.27/net/ipv4/
DKconfig619 prompt "Default TCP congestion control"
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt235 kermit to connect to /dev/hvcs0 when the console prompt becomes available
/linux-4.1.27/Documentation/isdn/
DREADME.HiSax530 prompt
/linux-4.1.27/drivers/mmc/host/
DKconfig506 prompt "Samsung S3C SD/MMC transfer code"
/linux-4.1.27/drivers/ide/
DKconfig675 prompt "IDE Mode for AMD Alchemy Au1200"

12