| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | menu.c | 128 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 …]
|
| H A D | mconf.c | 303 "%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 …]
|
| H A D | zconf.y | 87 %type <string> prompt 172 if (current_entry->prompt) 173 current_entry->prompt->type = P_MENU; 198 config_option: T_PROMPT prompt if_expr T_EOL 249 | T_EQUAL prompt { $$ = $2; } 288 choice_option: T_PROMPT prompt if_expr T_EOL 356 mainmenu_stmt: T_MAINMENU prompt nl 363 menu: T_MENU prompt T_EOL 393 source_stmt: T_SOURCE prompt T_EOL 401 comment: T_COMMENT prompt T_EOL [all …]
|
| H A D | nconf.c | 635 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename() 748 prop = menu->prompt; in build_conf() 751 const char *prompt = menu_get_prompt(menu); in build_conf() local 753 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf() 757 prompt = _(prompt); in build_conf() 762 indent + 1, ' ', prompt); in build_conf() 766 indent + 1, ' ', prompt, in build_conf() 773 if (prompt) { in build_conf() 778 _(prompt)); in build_conf() 782 if (prompt) { in build_conf() [all …]
|
| H A D | qconf.cc | 117 QString prompt; in updateMenu() local 124 prompt = ".."; in updateMenu() 129 prop = menu->prompt; in updateMenu() 130 prompt = _(menu_get_prompt(menu)); in updateMenu() 213 prompt = QString("%1: %2").arg(prompt).arg(data); in updateMenu() 215 prompt = QString("(%2) %1").arg(prompt).arg(data); in updateMenu() 219 prompt += _(" (NEW)"); in updateMenu() 221 setText(promptColIdx, prompt); in updateMenu() 422 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in updateSelection() 456 rootEntry->sym && rootEntry->prompt) { in updateList() [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_readline.c | 245 static int cread_line(const char *const prompt, char *buf, unsigned int *len, in cread_line() argument 480 col = strlen(prompt) + eol_num; in cread_line() 482 if (cmd_auto_complete(prompt, buf, &num2, &col)) { in cread_line() 510 int cli_readline(const char *const prompt) in cli_readline() argument 518 return cli_readline_into_buffer(prompt, console_buffer, 0); in cli_readline() 522 int cli_readline_into_buffer(const char *const prompt, char *buffer, in cli_readline_into_buffer() argument 543 if (prompt) in cli_readline_into_buffer() 544 puts(prompt); in cli_readline_into_buffer() 546 rc = cread_line(prompt, p, &len, timeout); in cli_readline_into_buffer() 558 if (prompt) { in cli_readline_into_buffer() [all …]
|
| H A D | menu.c | 38 int prompt; member 276 if (!m->prompt) in menu_get_choice() 361 struct menu *menu_create(char *title, int timeout, int prompt, in menu_create() argument 374 m->prompt = prompt; in menu_create()
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 211 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 219 int dialog_yesno(const char *title, const char *prompt, int height, int width); 220 int dialog_msgbox(const char *title, const char *prompt, int height, 229 int dialog_menu(const char *title, const char *prompt, 231 int dialog_checklist(const char *title, const char *prompt, int height, 233 int dialog_inputbox(const char *title, const char *prompt, int height,
|
| /rk3399_rockchip-uboot/board/seco/ |
| H A D | Kconfig | 4 prompt "SECO i.MX6 Board variant" 19 prompt "SECO i.MX6 SoC variant" 37 prompt "DDR size"
|
| /rk3399_rockchip-uboot/include/ |
| H A D | cli.h | 64 int cli_readline(const char *const prompt); 89 int cli_readline_into_buffer(const char *const prompt, char *buffer,
|
| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/ |
| H A D | Kconfig.64 | 4 prompt "Select Target SoC" 15 prompt "Renesus ARM64 SoCs board select"
|
| /rk3399_rockchip-uboot/arch/mips/mach-pic32/ |
| H A D | Kconfig | 8 prompt "PIC32 SoC select" 24 prompt "Board select"
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.autoboot | 28 expires, U-Boot stops the autoboot process, gives a U-Boot prompt 30 key because you wanted to get the prompt. 65 If the retry timeout is negative, the U-Boot command prompt 105 reasonable prompt could be defined as 112 autoboot starts booting, U-Boot gives a command prompt. The 113 U-Boot prompt will time out if CONFIG_BOOT_RETRY_TIME is 118 starts booting, U-Boot gives a command prompt. The U-Boot 119 prompt never times out, even if CONFIG_BOOT_RETRY_TIME is
|
| /rk3399_rockchip-uboot/board/tqc/tqma6/ |
| H A D | Kconfig | 13 prompt "TQMa6 SoC variant" 40 prompt "TQMa6 boot configuration" 59 prompt "TQMa6 base board variant"
|
| /rk3399_rockchip-uboot/arch/arm/mach-integrator/ |
| H A D | Kconfig | 5 prompt "Integrator platform select" 21 prompt "Integrator core module select"
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | am335x_shc_prompt_defconfig | 26 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
|
| H A D | am335x_shc_sdboot_prompt_defconfig | 28 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
|
| H A D | am335x_shc_ict_defconfig | 28 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
|
| H A D | am335x_shc_netboot_defconfig | 29 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
|
| H A D | am335x_shc_defconfig | 28 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
|
| H A D | am335x_shc_sdboot_defconfig | 28 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | Kconfig | 9 prompt "OMAP5 board select" 63 prompt "MPU Voltage Domain" 78 prompt "DSPEVE Voltage Domain" 102 prompt "IVA Voltage Domain" 126 prompt "GPU Voltage Domain"
|
| /rk3399_rockchip-uboot/arch/arc/ |
| H A D | Kconfig | 12 prompt "ARC Instruction Set" 28 prompt "CPU selection" 70 prompt "MMU Version" 120 prompt "Target select"
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/ |
| H A D | Kconfig | 4 prompt "EXYNOS architecture type select" 46 prompt "EXYNOS4 board select" 84 prompt "EXYNOS5 board select" 136 prompt "EXYNOS7 board select"
|
| /rk3399_rockchip-uboot/lib/efi/ |
| H A D | Kconfig | 11 prompt "Select EFI mode to use" 20 command prompt and memory and I/O functions. Use 'reset' to return 39 prompt "EFI 32/64-bit selection"
|