Lines Matching defs:tp
129 #define CONNECTED(tp) (ISSET(tp->t_state, TS_CARR_ON) || \ argument
244 tty_set_qsize(struct tty *tp, int newsize) in tty_set_qsize()
360 ttylock(struct tty *tp) in ttylock()
367 ttyunlock(struct tty *tp) in ttyunlock()
374 ttylocked(struct tty *tp) in ttylocked()
381 ttyopen(struct tty *tp, int dialout, int nonblock) in ttyopen()
436 ttylopen(dev_t device, struct tty *tp) in ttylopen()
457 ttycancel(struct tty *tp) in ttycancel()
473 ttyclose(struct tty *tp) in ttyclose()
533 tty_acquire(struct tty *tp) in tty_acquire()
542 tty_release(struct tty *tp) in tty_release()
580 ttyinput_wlock(int c, struct tty *tp) in ttyinput_wlock()
908 ttyinput(int c, struct tty *tp) in ttyinput()
934 ttyoutput(int c, struct tty *tp) in ttyoutput()
1028 ttioctl(struct tty *tp, u_long cmd, void *data, int flag, struct lwp *l) in ttioctl()
1549 ttpoll(struct tty *tp, int events, struct lwp *l) in ttpoll()
1583 struct tty *tp; in filt_ttyrdetach() local
1594 struct tty *tp; in filt_ttyread() local
1610 struct tty *tp; in filt_ttywdetach() local
1621 struct tty *tp; in filt_ttywrite() local
1651 struct tty *tp; in ttykqfilter() local
1684 ttnread(struct tty *tp) in ttnread()
1705 ttywait_timo(struct tty *tp, int timo) in ttywait_timo()
1730 ttywait(struct tty *tp) in ttywait()
1739 ttywflush(struct tty *tp) in ttywflush()
1757 ttyflush(struct tty *tp, int rw) in ttyflush()
1783 ttychars(struct tty *tp) in ttychars()
1794 ttyblock(struct tty *tp) in ttyblock()
1831 struct tty *tp; in ttrstrt() local
1851 ttstart(struct tty *tp) in ttstart()
1863 ttylclose(struct tty *tp, int flag) in ttylclose()
1881 ttymodem(struct tty *tp, int flag) in ttymodem()
1917 nullmodem(struct tty *tp, int flag) in nullmodem()
1940 ttypend(struct tty *tp) in ttypend()
1961 ttread(struct tty *tp, struct uio *uio, int flag) in ttread()
2192 ttycheckoutq_wlock(struct tty *tp) in ttycheckoutq_wlock()
2209 ttycheckoutq(struct tty *tp) in ttycheckoutq()
2224 ttwrite(struct tty *tp, struct uio *uio, int flag) in ttwrite()
2415 ttypull(struct tty *tp) in ttypull()
2433 ttyrub(int c, struct tty *tp) in ttyrub()
2511 ttyrubo(struct tty *tp, int cnt) in ttyrubo()
2531 ttyretype(struct tty *tp) in ttyretype()
2559 ttyecho(int c, struct tty *tp) in ttyecho()
2588 ttwakeup(struct tty *tp) in ttwakeup()
2620 ttsetwater(struct tty *tp) in ttsetwater()
2641 ttygetinfo(struct tty *tp, int fromsig, char *buf, size_t bufsz) in ttygetinfo()
2790 ttyputinfo(struct tty *tp, char *buf) in ttyputinfo()
2824 tputchar(int c, int flags, struct tty *tp) in tputchar()
2854 ttysleep(struct tty *tp, kcondvar_t *cv, bool catch_p, int timo) in ttysleep()
2876 ttypause(struct tty *tp, int timo) in ttypause()
2899 tty_attach(struct tty *tp) in tty_attach()
2912 tty_detach(struct tty *tp) in tty_detach()
2931 struct tty *tp; in tty_alloc() local
2967 tty_free(struct tty *tp) in tty_free()
3017 ttyprintf_nolock(struct tty *tp, const char *fmt, ...) in ttyprintf_nolock()
3082 ttysig(struct tty *tp, enum ttysigtype st, int sig) in ttysig()
3107 struct tty *tp; in ttysigintr() local
3170 tty_getctrlchar(struct tty *tp, unsigned which) in tty_getctrlchar()
3177 tty_setctrlchar(struct tty *tp, unsigned which, unsigned char val) in tty_setctrlchar()
3184 tty_try_xonxoff(struct tty *tp, unsigned char c) in tty_try_xonxoff()