Home
last modified time | relevance | path

Searched refs:tty_state (Results 1 – 5 of 5) sorted by relevance

/external/qemu/hw/
Dgoldfish_tty.c34 struct tty_state { struct
48 struct tty_state* s = opaque; in goldfish_tty_save() argument
59 struct tty_state* s = opaque; in goldfish_tty_load()
75 struct tty_state *s = (struct tty_state *)opaque; in goldfish_tty_read()
90 struct tty_state *s = (struct tty_state *)opaque; in goldfish_tty_write()
182 struct tty_state *s = opaque; in tty_can_receive()
189 struct tty_state *s = opaque; in tty_receive()
212 struct tty_state *s; in goldfish_tty_add()
/external/mksh/src/
Djobs.c313 tcgetattr(tty_fd, &tty_state); in j_change()
727 tcsetattr(tty_fd, TCSADRAIN, &tty_state); in j_resume()
750 tcsetattr(tty_fd, TCSADRAIN, &tty_state); in j_resume()
1045 tcgetattr(tty_fd, &tty_state); in j_waitj()
1047 tcsetattr(tty_fd, TCSADRAIN, &tty_state); in j_waitj()
Dmain.c888 tcgetattr(tty_fd, &tty_state); in tty_init()
Dsh.h1740 EXTERN struct termios tty_state; /* saved tty state */ variable
Dedit.c3131 cb = tty_state; in x_mode()
3185 tcsetattr(tty_fd, TCSADRAIN, &tty_state); in x_mode()