Home
last modified time | relevance | path

Searched refs:readline_start (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dreadline.h55 void readline_start(ReadLineState *rs, const char *prompt, int read_password,
/openbmc/qemu/
H A Dqemu-io.c368 readline_start(readline_state, get_prompt(), 0, readline_func, &line); in fetchline_readline()
/openbmc/qemu/monitor/
H A Dhmp.c57 readline_start(mon->rs, "(qemu) ", 0, monitor_command_cb, NULL); in monitor_read_command()
67 readline_start(mon->rs, "Password: ", 1, readline_func, opaque); in monitor_read_password()
/openbmc/qemu/util/
H A Dreadline.c533 void readline_start(ReadLineState *rs, const char *prompt, int read_password, in readline_start() function