Lines Matching refs:tty
83 struct tty;
102 typedef struct tty *d_devtotty_t(dev_t dev);
110 typedef int stop_fcn_t(struct tty *tp, int rw);
195 struct tty **d_ttys;
232 typedef int l_open_t (dev_t dev, struct tty *tp);
233 typedef int l_close_t(struct tty *tp, int flags);
234 typedef int l_read_t (struct tty *tp, struct uio *uio, int flag);
235 typedef int l_write_t(struct tty *tp, struct uio *uio, int flag);
236 typedef int l_ioctl_t(struct tty *tp, u_long cmd, caddr_t data, int flag,
238 typedef int l_rint_t (int c, struct tty *tp);
239 typedef void l_start_t(struct tty *tp);
240 typedef int l_modem_t(struct tty *tp, int flag);