Searched defs:tty (Results 1 – 5 of 5) sorted by relevance
63 struct tty { struct66 TAILQ_ENTRY(tty) t_list; /* (l) TTY list entry. */ argument70 #define TF_NOPREFIX 0x00001 /* Don't prepend "tty" to device name. */ argument95 struct ttyinq t_inq; /* (t) Input queue. */ argument97 struct ttyoutq t_outq; /* (t) Output queue. */ argument119 struct termios t_termios_init_in; /* tty%s.init. */ argument120 struct termios t_termios_lock_in; /* tty%s.lock. */ argument124 struct ttydevsw *t_devsw; /* (c) Driver hooks. */ argument125 struct ttyhook *t_hook; /* (t) Capture/inject hook. */ argument141 * Userland version of struct tty, for sysctl kern.ttys argument
128 login_ttyok(login_cap_t *lc, const char *tty, const char *allowcap, in login_ttyok()163 auth_ttyok(login_cap_t *lc, const char * tty) in auth_ttyok()
82 struct tty *tty; member
105 struct tty *tty; member
2355 DB_SHOW_COMMAND(tty, db_show_tty) in DB_SHOW_COMMAND() argument