/external/kernel-headers/original/linux/ |
D | tty.h | 81 #define INTR_CHAR(tty) ((tty)->termios->c_cc[VINTR]) argument 82 #define QUIT_CHAR(tty) ((tty)->termios->c_cc[VQUIT]) argument 83 #define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE]) argument 84 #define KILL_CHAR(tty) ((tty)->termios->c_cc[VKILL]) argument 85 #define EOF_CHAR(tty) ((tty)->termios->c_cc[VEOF]) argument 86 #define TIME_CHAR(tty) ((tty)->termios->c_cc[VTIME]) argument 87 #define MIN_CHAR(tty) ((tty)->termios->c_cc[VMIN]) argument 88 #define SWTC_CHAR(tty) ((tty)->termios->c_cc[VSWTC]) argument 89 #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) argument 90 #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/openssh/ |
D | sshpty.c | 91 pty_release(const char *tty) in pty_release() 104 pty_make_controlling_tty(int *ttyfd, const char *tty) in pty_make_controlling_tty() 208 pty_setowner(struct passwd *pw, const char *tty) in pty_setowner()
|
D | sshlogin.c | 126 record_login(pid_t pid, const char *tty, const char *user, uid_t uid, in record_login() 156 record_logout(pid_t pid, const char *tty, const char *user) in record_logout()
|
D | auth-sia.c | 83 session_setup_sia(struct passwd *pw, char *tty) in session_setup_sia()
|
D | session.h | 43 char tty[TTYSZ]; member
|
D | auth-pam.c | 923 do_pam_set_tty(const char *tty) in do_pam_set_tty()
|
D | loginrec.c | 844 int tty; in utmp_write_direct() local
|
D | session.c | 1936 session_by_tty(char *tty) in session_by_tty()
|
D | monitor.c | 1482 char *tty; in mm_answer_pty_cleanup() local
|
/external/openssl/crypto/ui/ |
D | ui_openssl.c | 227 # define TTY_get(tty,data) tcgetattr(tty,data) argument 228 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument 235 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument 236 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument 243 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument 244 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument 675 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
|
/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.15/src/video/wscons/ |
D | SDL_wsconsevents.c | 43 struct termios tty; in WSCONS_InitKeyboard() local
|
/external/openssh/openbsd-compat/ |
D | port-linux.c | 140 ssh_selinux_setup_pty(char *pwname, const char *tty) in ssh_selinux_setup_pty()
|
/external/libppp/src/ |
D | prompt.c | 326 char *tty = ttyname(STDIN_FILENO); in prompt_Create() local
|
/external/clang/test/Analysis/ |
D | taint-tester.c | 63 int tty = xy.y; // expected-warning + {{tainted}} in taintTracking() local
|
/external/quake/quake/src/WinQuake/ |
D | net_ser.cpp | 78 int tty; member
|
/external/qemu/ |
D | qemu-char.c | 805 struct termios tty; in qemu_chr_set_echo_stdio() local 1044 struct termios tty; in qemu_chr_open_pty() local 1087 struct termios tty; in tty_serial_init() local
|
/external/ppp/pppd/ |
D | auth.c | 1535 char *tty; local
|