/netbsd-src/sys/sys/ |
H A D | tty.h | 109 struct tty { struct 111 struct clist t_rawq; /* Device raw input queue. */ 112 long t_rawcc; /* Raw input queue statistics. */ 113 kcondvar_t t_rawcv; /* notifier */ 137 void (*t_oproc)(struct tty *); argument 139 int (*t_param)(struct tty *, struct termios *); argument 141 int (*t_hwiflow)(struct tty *, int); argument 150 TAILQ_ENTRY(tty) t_sigqueue; /* entry on pending signal list */ argument 152 volatile unsigned t_refcnt; /* reference count for constty */ argument 165 #define TTIPRI 25 /* Sleep priority for tty reads. */ argument
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | rltty.c | 83 set_winsize (tty) in set_winsize() argument 170 get_tty_settings (int tty, TIOTYPE *tiop) in get_tty_settings() 200 set_tty_settings (int tty, TIOTYPE *tiop) in set_tty_settings() 320 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop)) argument 322 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSANOW, tiop)) argument 324 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSADRAIN, tiop)) argument 329 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop)) argument 330 # define SETATTR(tty, tiop) (ioctl (tty, TCSETAW, tiop)) argument 417 _get_tty_settings (int tty, TIOTYPE *tiop) in _get_tty_settings() 448 get_tty_settings (int tty, TIOTYPE *tiop) in get_tty_settings() [all …]
|
/netbsd-src/external/bsd/tmux/usr.bin/tmux/ |
H A D | utempter.c | 60 doutmpx(const char *username, const char *hostname, const char *tty, in doutmpx() 82 login_utmpx(const char *username, const char *hostname, const char *tty, in login_utmpx() 89 logout_utmpx(const char *username, const char *tty, const struct timeval *now) in logout_utmpx() 97 login_utmp(const char *username, const char *hostname, const char *tty, in login_utmp() 112 const char *tty, const struct timeval *now __unused) in logout_utmp() 123 char tty[128], *ttyp; in utmp_create() local 147 char tty[128], *ttyp; in utmp_destroy() local
|
/netbsd-src/lib/libutil/ |
H A D | pidlock.c | 182 checktty(const char *tty) in checktty() 203 makelock(char *buf, size_t bufsiz, const char *tty) in makelock() 212 ttylock(const char *tty, int flags, pid_t *locker) in ttylock() 227 ttyunlock(const char *tty) in ttyunlock()
|
H A D | login.c | 56 int tty; in login() local
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
H A D | oread_pwd.c | 138 #define TTY_get(tty,data) tcgetattr(tty,data) argument 139 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument 146 #define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument 147 #define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument 154 #define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument 155 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument 251 static FILE *tty; in des_read_pw() local 462 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
|
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
H A D | oread_pwd.c | 138 #define TTY_get(tty,data) tcgetattr(tty,data) argument 139 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument 146 #define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument 147 #define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument 154 #define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument 155 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument 251 static FILE *tty; in des_read_pw() local 462 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
|
/netbsd-src/lib/libpam/modules/pam_lastlog/ |
H A D | pam_lastlog.c | 119 const char *user, *rhost, *tty, *nuser; in pam_sm_open_session() local 208 const char *tty, *nuser; in pam_sm_close_session() local 271 doutmpx(const char *username, const char *hostname, const char *tty, in doutmpx() 304 const char *hostname, const char *tty, const struct sockaddr_storage *ss, in dolastlogx() 335 doutmp(const char *username, const char *hostname, const char *tty, in doutmp() 351 const char *hostname, const char *tty, const struct timeval *now) in dolastlog()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/ |
H A D | ui_openssl.c | 110 # define TTY_get(tty,data) tcgetattr(tty,data) argument 111 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument 118 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument 119 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument 126 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument 127 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument 658 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
H A D | ui_openssl.c | 114 # define TTY_get(tty,data) tcgetattr(tty,data) argument 115 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument 122 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument 123 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument 130 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument 131 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument 682 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshpty.c | 65 pty_release(const char *tty) in pty_release() 76 pty_make_controlling_tty(int *ttyfd, const char *tty) in pty_make_controlling_tty() 138 pty_setowner(struct passwd *pw, const char *tty) in pty_setowner()
|
H A D | sshlogin.c | 176 record_login(pid_t pid, const char *tty, const char *user, uid_t uid, in record_login() 281 record_logout(pid_t pid, const char *tty) in record_logout()
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | tty-acs.c | 205 tty_acs_needed(struct tty *tty) in tty_acs_needed() 231 tty_acs_get(struct tty *tty, u_char ch) in tty_acs_get() 252 tty_acs_reverse_get(__unused struct tty *tty, const char *s, size_t slen) in tty_acs_reverse_get()
|
H A D | osdep-unknown.c | 24 osdep_get_name(__unused int fd, __unused char *tty) in osdep_get_name()
|
/netbsd-src/external/bsd/less/dist/ |
H A D | ttyin.c | 29 public HANDLE tty; variable 31 public int tty; variable
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-osx-select.c | 55 uv_tty_t tty; in TEST_IMPL() local 94 uv_tty_t tty; in TEST_IMPL() local
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | tty.c | 136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() 281 int uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) { in uv_tty_set_mode() 333 int uv_tty_get_winsize(uv_tty_t* tty, int* width, int* height) { in uv_tty_get_winsize()
|
/netbsd-src/lib/libc/gen/ |
H A D | getttyent.c | 69 getttynam(const char *tty) in getttynam() 86 static struct ttyent tty; in getttyent() local
|
/netbsd-src/lib/libcompat/4.1/ |
H A D | stty.c | 52 stty(fd, tty) in stty() argument
|
H A D | gtty.c | 52 gtty(fd, tty) in gtty() argument
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | tty.rst | 2 .. _tty: target
|
/netbsd-src/distrib/utils/more/ |
H A D | ttyin.c | 51 static int tty; variable
|
/netbsd-src/usr.bin/mesg/ |
H A D | mesg.c | 65 char *tty; in main() local
|
/netbsd-src/lib/libutil/compat/ |
H A D | compat_login.c | 63 int tty; in login() local
|
/netbsd-src/external/mit/libuv/dist/docs/code/tty/ |
H A D | main.c | 7 uv_tty_t tty; variable
|