/external/kernel-headers/original/linux/ |
D | tty.h | 79 #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 …]
|
D | serial_core.h | 310 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
|
D | wanrouter.h | 224 char tty; /* Create a fake tty device */ member
|
D | sched.h | 424 struct tty_struct *tty; /* NULL if no tty */ member
|
/external/openssl/crypto/des/ |
D | read_pwd.c | 148 #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/ |
D | ui_openssl.c | 221 # 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/ |
D | dun.c | 157 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/ |
D | cli-authinteract.c | 36 FILE* tty = NULL; in get_response() local
|
D | cli-kex.c | 118 FILE *tty = NULL; in ask_to_confirm() local
|
D | chansession.h | 48 unsigned char * tty; member
|
D | loginrec.c | 684 int tty; in utmp_write_direct() local
|
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/ |
D | SDL_wsconsevents.c | 43 struct termios tty; in WSCONS_InitKeyboard() local
|
/external/quake/quake/src/WinQuake/ |
D | net_ser.cpp | 78 int tty; member
|
/external/qemu/ |
D | qemu-char.c | 712 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
|
D | qemu-char-android.c | 744 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/ |
D | proxy.c | 373 static inline int tty_open(const char *tty, struct termios *ti) in tty_open()
|
/external/ppp/pppd/ |
D | auth.c | 1535 char *tty; local
|