Home
last modified time | relevance | path

Searched refs:prompt (Results 1 – 25 of 184) sorted by relevance

12345678

/linux/drivers/s390/char/
A DKconfig7 prompt "Support for locally attached 3270 terminals"
21 prompt "Support for console on 3270 terminal"
29 prompt "Support for 3215 line mode terminal"
47 prompt "Support for SCLP line mode terminal"
90 prompt "Support for Open-for-Business SCLP Event"
98 prompt "Ultravisor userspace API"
109 prompt "S/390 tape device support"
126 prompt "Support for 3480/3490 tape hardware"
135 prompt "Support for 3590 tape hardware"
154 prompt "Support for the z/VM CP interface"
[all …]
/linux/scripts/kconfig/
A Dmenu.c183 if (isspace(*prompt)) { in menu_add_prompt()
186 prompt++; in menu_add_prompt()
205 prop->text = prompt; in menu_add_prompt()
409 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in _menu_finalize()
416 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in _menu_finalize()
484 if (menu->list && (!menu->prompt || !menu->prompt->text)) { in _menu_finalize()
513 if (!menu->prompt) in menu_has_prompt()
540 if (!menu->prompt) in menu_is_visible()
570 if (menu->prompt) in menu_get_prompt()
582 type = menu->prompt ? menu->prompt->type : 0; in menu_get_parent_menu()
[all …]
A Dmconf.c301 config_filename, rootmenu.prompt->text); in set_config_filename()
475 prop = menu->prompt; in build_conf()
485 indent + 1, ' ', prompt); in build_conf()
488 indent + 1, ' ', prompt, in build_conf()
496 if (prompt) { in build_conf()
504 if (prompt) { in build_conf()
585 if (menu->prompt->type == P_MENU) { in build_conf()
600 const char *prompt = menu_get_prompt(menu); in conf_choice() local
627 res = dialog_checklist(prompt ? prompt : "Main Menu", in conf_choice()
681 res = dialog_inputbox(prompt ? prompt : "Main Menu", in conf_string()
[all …]
A Dnconf.c772 prop = menu->prompt; in build_conf()
777 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
785 indent + 1, ' ', prompt); in build_conf()
796 if (prompt) { in build_conf()
801 prompt); in build_conf()
805 if (prompt) { in build_conf()
809 prompt); in build_conf()
890 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1180 else if (submenu->prompt && in selected_conf()
1268 show_menu(prompt ? prompt : "Choice Menu", in conf_choice()
[all …]
A Dqconf.cc96 QString prompt; in updateMenu() local
103 prompt = ".."; in updateMenu()
128 prompt = "*** " + prompt + " ***"; in updateMenu()
414 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in updateSelection()
555 type = menu && menu->prompt ? menu->prompt->type : P_UNKNOWN; in setRootMenu()
619 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList()
684 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList()
756 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in keyPressEvent()
817 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()
860 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()
[all …]
A Dconf.c236 if (!sym || !menu->prompt || sym_has_value(sym) || in conf_set_all_new_symbols()
329 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string()
362 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym()
519 prop = menu->prompt; in conf()
521 const char *prompt; in conf() local
535 prompt = menu_get_prompt(menu); in conf()
536 if (prompt) in conf()
539 indent, '*', prompt, in conf()
A Dparser.y150 if (!current_entry->prompt) {
183 if (current_entry->prompt)
184 current_entry->prompt->type = P_MENU;
259 if (!current_entry->prompt) {
740 else if ((prop = menu->prompt)) { in zconfdump()
767 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
/linux/drivers/s390/block/
A DKconfig9 prompt "DCSSBLK support"
16 prompt "Support for DASD devices"
25 prompt "Profiling support for dasd devices"
33 prompt "Support for ECKD Disks"
41 prompt "Support for FBA Disks"
49 prompt "Support for DIAG access to Disks"
58 prompt "Extended error reporting (EER)"
67 prompt "Support for Storage Class Memory"
/linux/scripts/kconfig/lxdialog/
A Ddialog.h184 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
192 int dialog_yesno(const char *title, const char *prompt, int height, int width);
193 int dialog_msgbox(const char *title, const char *prompt, int height,
198 int dialog_menu(const char *title, const char *prompt,
200 int dialog_checklist(const char *title, const char *prompt, int height,
202 int dialog_inputbox(const char *title, const char *prompt, int height,
A Dyesno.c29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() argument
61 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_yesno()
/linux/drivers/s390/net/
A DKconfig7 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"
74 prompt "qeth layer 2 device support"
84 prompt "qeth layer 3 device support"
93 prompt "qeth OSX device support"
/linux/scripts/kconfig/tests/choice_randomize2/
A DKconfig2 prompt "This is always invisible"
11 prompt "Choose A or B"
26 prompt "Choose X"
/linux/arch/sh/
A DKconfig.cpu5 prompt "Endianness selection"
21 prompt "FPU support"
31 prompt "FPU emulation support"
40 prompt "DSP support"
50 prompt "ADC support"
/linux/drivers/net/wireless/marvell/libertas_tf/
A 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/arch/s390/
A DKconfig312 prompt "Processor type"
400 prompt "Tune code generation"
512 prompt "Topology scheduler support"
593 prompt "Expoline default"
713 prompt "QDIO support"
757 prompt "SCM bus driver"
812 prompt "VFIO support for AP devices"
837 prompt "Pseudo page fault support"
904 prompt "Monitor OS statistics"
935 prompt "s390 hypervisor information"
[all …]
/linux/security/apparmor/include/
A Dperms.h78 u32 prompt; /* accumulates only used when ~allow & ~deny */ member
118 accum->prompt |= addend->prompt & ~addend->allow & ~addend->deny; in aa_perms_accum_raw()
145 accum->prompt |= addend->prompt & ~accum->allow & ~accum->deny; in aa_perms_accum()
/linux/tools/testing/ktest/
A Dconfig-bisect.pl111 my ($cancel, $prompt) = @_;
117 print "$prompt [y/n/C] ";
119 print "$prompt [y/N] ";
148 my ($prompt) = @_;
150 return read_prompt 0, $prompt;
154 my ($prompt) = @_;
156 return read_prompt 1, $prompt;
/linux/scripts/kconfig/tests/choice_randomize/
A DKconfig2 prompt "choose A or B"
13 prompt "choose X or Y"
/linux/scripts/kconfig/tests/new_choice_with_dep/
A DKconfig9 prompt "Choice ?"
25 prompt "Choice2 ?"
/linux/kernel/debug/kdb/
A Dkdb_io.c207 static void kdb_position_cursor(char *prompt, char *buffer, char *cp) in kdb_position_cursor() argument
209 kdb_printf("\r%s", prompt); in kdb_position_cursor()
452 char *kdb_getstr(char *buffer, size_t bufsize, const char *prompt) in kdb_getstr() argument
454 if (prompt && kdb_prompt_str != prompt) in kdb_getstr()
455 strscpy(kdb_prompt_str, prompt, CMD_BUFLEN); in kdb_getstr()
/linux/net/iucv/
A DKconfig5 prompt "IUCV support (S390 - z/VM only)"
14 prompt "AF_IUCV Socket support (S390 - z/VM and HiperSockets transport)"
/linux/arch/mips/pic32/
A DKconfig5 prompt "Machine Type"
35 prompt "Devicetree selection"
/linux/drivers/media/
A DKconfig69 prompt "Cameras and video grabbers" if MEDIA_SUPPORT_FILTER
78 prompt "Analog TV" if MEDIA_SUPPORT_FILTER
92 prompt "Digital TV" if MEDIA_SUPPORT_FILTER
102 prompt "AM/FM radio receivers/transmitters" if MEDIA_SUPPORT_FILTER
118 prompt "Software defined radio" if MEDIA_SUPPORT_FILTER
127 prompt "Platform-specific devices" if MEDIA_SUPPORT_FILTER
141 prompt "Test drivers" if MEDIA_SUPPORT_FILTER
/linux/arch/mips/lantiq/
A DKconfig10 prompt "SoC Type"
33 prompt "Built-in device tree"
/linux/arch/s390/kvm/
A DKconfig9 prompt "KVM"
21 prompt "Kernel-based Virtual Machine (KVM) support"

Completed in 46 milliseconds

12345678