Home
last modified time | relevance | path

Searched defs:echo (Results 1 – 11 of 11) sorted by relevance

/qemu/chardev/
H A Dchar-stdio.c59 static void qemu_chr_set_echo_stdio(Chardev *chr, bool echo) in qemu_chr_set_echo_stdio()
H A Dchar-win-stdio.c131 static void qemu_chr_set_echo_win_stdio(Chardev *chr, bool echo) in qemu_chr_set_echo_win_stdio()
H A Dchar-fe.c323 void qemu_chr_fe_set_echo(CharBackend *be, bool echo) in qemu_chr_fe_set_echo()
/qemu/ui/
H A Dspice-app.c94 static void vc_chr_set_echo(Chardev *chr, bool echo) in vc_chr_set_echo()
H A Ddbus-chardev.c226 dbus_chr_set_echo(Chardev *chr, bool echo) in dbus_chr_set_echo()
H A Dconsole-vc.c61 int echo; member
1084 static void vc_chr_set_echo(Chardev *chr, bool echo) in vc_chr_set_echo()
H A Dgtk.c126 bool echo; member
1947 static void gd_vc_chr_set_echo(Chardev *chr, bool echo) in gd_vc_chr_set_echo()
/qemu/hw/char/
H A Dsclpconsole-lm.c45 bool echo; /* immediate echo of input if true */ member
/qemu/include/ui/
H A Dgtk.h70 bool echo; member
/qemu/util/
H A Doslib-win32.c240 void qemu_set_tty_echo(int fd, bool echo) in qemu_set_tty_echo()
H A Doslib-posix.c316 void qemu_set_tty_echo(int fd, bool echo) in qemu_set_tty_echo()