Home
last modified time | relevance | path

Searched defs:prompt (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/functional/
H A Dtest_mips_malta.py15 def mips_run_common_commands(test, prompt='#'): argument
/qemu/tests/vm/
H A Dbasevm.py413 def console_ssh_init(self, prompt, user, pw): argument
423 def console_sshd_config(self, prompt): argument
/qemu/include/qemu/
H A Dreadline.h39 char prompt[256]; member
/qemu/python/qemu/qmp/
H A Dqmp_shell.py387 def prompt(self) -> str: member in QMPShell
/qemu/util/
H A Dreadline.c533 void readline_start(ReadLineState *rs, const char *prompt, int read_password, in readline_start()
/qemu/
H A Dqemu-io.c324 static char prompt[FILENAME_MAX + 2 /*"> "*/ + 1 /*"\0"*/ ]; in get_prompt() local