/openbmc/phosphor-user-manager/ |
H A D | totp.hpp | 23 std::string_view prompt; member 48 std::string prompt(msg.msg); in makeResponse() local
|
/openbmc/bmcweb/include/ |
H A D | pam_authenticate.hpp | 24 std::string_view prompt; member 49 std::string prompt(msg.msg); in makeResponse() local
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 490 const char *prompt = menu_get_prompt(menu); in build_conf() local 648 const char *prompt = menu_get_prompt(menu); in conf() local 802 const char *prompt = _(menu_get_prompt(menu)); in conf_choice() local 863 const char *prompt = menu_get_prompt(menu); in conf_string() local
|
H A D | nconf.c | 751 const char *prompt = menu_get_prompt(menu); in build_conf() local 950 static void show_menu(const char *prompt, const char *instructions, in show_menu() 1071 const char *prompt = menu_get_prompt(menu); in conf() local 1236 const char *prompt = _(menu_get_prompt(menu)); in conf_choice() local 1353 const char *prompt = menu_get_prompt(menu); in conf_string() local
|
H A D | menu.c | 127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
|
H A D | conf.c | 357 const char *prompt; in conf() local
|
H A D | nconf.gui.c | 359 const char *title, const char *prompt, in dialog_inputbox()
|
/openbmc/u-boot/common/ |
H A D | cli_readline.c | 244 static int cread_line(const char *const prompt, char *buf, unsigned int *len, in cread_line() 513 int cli_readline(const char *const prompt) in cli_readline() 525 int cli_readline_into_buffer(const char *const prompt, char *buffer, in cli_readline_into_buffer()
|
H A D | menu.c | 37 int prompt; member 359 struct menu *menu_create(char *title, int timeout, int prompt, in menu_create()
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
H A D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
H A D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
H A D | menubox.c | 171 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
/openbmc/qemu/tests/functional/ |
H A D | test_mips_malta.py | 15 def mips_run_common_commands(test, prompt='#'): argument
|
/openbmc/bmcweb/src/ |
H A D | webserver_cli.cpp | 44 for (const std::string& prompt : levels) in helpMsg() local
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 413 def console_ssh_init(self, prompt, user, pw): argument 423 def console_sshd_config(self, prompt): argument
|
/openbmc/qemu/include/qemu/ |
H A D | readline.h | 39 char prompt[256]; member
|
/openbmc/openbmc-tools/reboot-ping-pong/ |
H A D | rpp | 24 def __init__(self, session, prompt): argument
|
/openbmc/u-boot/cmd/ |
H A D | bedbug.c | 103 char prompt[15]; /* Prompt string for user input */ in do_bedbug_asm() local
|
H A D | pxe.c | 502 int prompt; member 1699 int prompt = 0; in do_sysboot() local
|
/openbmc/qemu/util/ |
H A D | readline.c | 533 void readline_start(ReadLineState *rs, const char *prompt, int read_password, in readline_start()
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 387 def prompt(self) -> str: member in QMPShell
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 569 ulong tout, char *prompt) in flash_status_check() 608 ulong tout, char *prompt) in flash_full_status_check() 660 ulong tout, char *prompt) in flash_status_poll()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_user.c | 468 static char prompt[128]; in ipmi_user_build_password_prompt() local
|
/openbmc/qemu/ |
H A D | qemu-io.c | 324 static char prompt[FILENAME_MAX + 2 /*"> "*/ + 1 /*"\0"*/ ]; in get_prompt() local
|