Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h63 struct tty { struct
66 TAILQ_ENTRY(tty) t_list; /* (l) TTY list entry. */ argument
70 #define TF_NOPREFIX 0x00001 /* Don't prepend "tty" to device name. */ argument
95 struct ttyinq t_inq; /* (t) Input queue. */ argument
97 struct ttyoutq t_outq; /* (t) Output queue. */ argument
119 struct termios t_termios_init_in; /* tty%s.init. */ argument
120 struct termios t_termios_lock_in; /* tty%s.lock. */ argument
124 struct ttydevsw *t_devsw; /* (c) Driver hooks. */ argument
125 struct ttyhook *t_hook; /* (t) Capture/inject hook. */ argument
141 * Userland version of struct tty, for sysctl kern.ttys argument
/f-stack/tools/libutil/
H A Dlogin_ok.c128 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()
/f-stack/lib/
H A Dff_subr_prf.c82 struct tty *tty; member
/f-stack/freebsd/kern/
H A Dsubr_prf.c105 struct tty *tty; member
H A Dtty.c2355 DB_SHOW_COMMAND(tty, db_show_tty) in DB_SHOW_COMMAND() argument