Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 17 of 17) sorted by relevance

/external/kernel-headers/original/linux/
Dtty.h79 #define INTR_CHAR(tty) ((tty)->termios->c_cc[VINTR]) argument
80 #define QUIT_CHAR(tty) ((tty)->termios->c_cc[VQUIT]) argument
81 #define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE]) argument
82 #define KILL_CHAR(tty) ((tty)->termios->c_cc[VKILL]) argument
83 #define EOF_CHAR(tty) ((tty)->termios->c_cc[VEOF]) argument
84 #define TIME_CHAR(tty) ((tty)->termios->c_cc[VTIME]) argument
85 #define MIN_CHAR(tty) ((tty)->termios->c_cc[VMIN]) argument
86 #define SWTC_CHAR(tty) ((tty)->termios->c_cc[VSWTC]) argument
87 #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) argument
88 #define STOP_CHAR(tty) ((tty)->termios->c_cc[VSTOP]) argument
[all …]
Dserial_core.h310 struct tty_struct *tty; member
484 struct tty_struct *tty = info->tty; in uart_handle_cts_change() local
510 struct tty_struct *tty = port->info->tty; in uart_insert_char() local
Dwanrouter.h224 char tty; /* Create a fake tty device */ member
Dsched.h424 struct tty_struct *tty; /* NULL if no tty */ member
/external/openssl/crypto/des/
Dread_pwd.c148 #define TTY_get(tty,data) tcgetattr(tty,data) argument
149 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument
156 #define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument
157 #define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument
164 #define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument
165 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument
279 static FILE *tty; in des_read_pw() local
479 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/external/openssl/crypto/ui/
Dui_openssl.c221 # define TTY_get(tty,data) tcgetattr(tty,data) argument
222 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument
229 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument
230 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument
237 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument
238 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument
669 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/external/bluetooth/bluez/compat/
Ddun.c157 static int dun_exec(char *tty, char *prog, char **args) in dun_exec()
186 static int dun_create_tty(int sk, char *tty, int size) in dun_create_tty()
309 char tty[100]; in dun_open_connection() local
/external/dropbear/
Dcli-authinteract.c36 FILE* tty = NULL; in get_response() local
Dcli-kex.c118 FILE *tty = NULL; in ask_to_confirm() local
Dchansession.h48 unsigned char * tty; member
Dloginrec.c684 int tty; in utmp_write_direct() local
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
DSDL_wsconsevents.c43 struct termios tty; in WSCONS_InitKeyboard() local
/external/quake/quake/src/WinQuake/
Dnet_ser.cpp78 int tty; member
/external/qemu/
Dqemu-char.c712 struct termios tty; in term_init() local
947 struct termios tty; in qemu_chr_open_pty() local
988 struct termios tty; in tty_serial_init() local
Dqemu-char-android.c744 struct termios tty; in term_init() local
979 struct termios tty; in qemu_chr_open_pty() local
1021 struct termios tty; in tty_serial_init() local
/external/bluetooth/bluez/serial/
Dproxy.c373 static inline int tty_open(const char *tty, struct termios *ti) in tty_open()
/external/ppp/pppd/
Dauth.c1535 char *tty; local