Lines Matching defs:tp

92 ttydisc_open(struct tty *tp)  in ttydisc_open()
98 ttydisc_close(struct tty *tp) in ttydisc_close()
120 ttydisc_read_break(struct tty *tp, char *breakc, size_t breaksz) in ttydisc_read_break()
141 ttydisc_bytesavail(struct tty *tp) in ttydisc_bytesavail()
170 ttydisc_canonicalize(struct tty *tp) in ttydisc_canonicalize()
192 ttydisc_read_canonical(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_read_canonical()
267 ttydisc_read_raw_no_timer(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_read_raw_no_timer()
306 ttydisc_read_raw_read_timer(struct tty *tp, struct uio *uio, int ioflag, in ttydisc_read_raw_read_timer()
360 ttydisc_read_raw_interbyte_timer(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_read_raw_interbyte_timer()
409 ttydisc_read(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_read()
452 ttydisc_write_oproc(struct tty *tp, char c) in ttydisc_write_oproc()
538 ttydisc_write(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_write()
670 ttydisc_optimize(struct tty *tp) in ttydisc_optimize()
690 ttydisc_modem(struct tty *tp, int open) in ttydisc_modem()
725 ttydisc_echo_force(struct tty *tp, char c, int quote) in ttydisc_echo_force()
764 ttydisc_echo(struct tty *tp, char c, int quote) in ttydisc_echo()
781 struct tty *tp = d; in ttydisc_reprint_char() local
787 ttydisc_reprint(struct tty *tp) in ttydisc_reprint()
802 struct tty *tp; member
810 struct tty *tp = data->tp; in ttydisc_recalc_charlength() local
823 ttydisc_recalc_linelength(struct tty *tp) in ttydisc_recalc_linelength()
833 ttydisc_rubchar(struct tty *tp) in ttydisc_rubchar()
980 ttydisc_rubword(struct tty *tp) in ttydisc_rubword()
1012 ttydisc_rint(struct tty *tp, char c, int flags) in ttydisc_rint()
1255 ttydisc_rint_simple(struct tty *tp, const void *buf, size_t len) in ttydisc_rint_simple()
1271 ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len) in ttydisc_rint_bypass()
1293 ttydisc_rint_done(struct tty *tp) in ttydisc_rint_done()
1308 ttydisc_rint_poll(struct tty *tp) in ttydisc_rint_poll()
1331 ttydisc_wakeup_watermark(struct tty *tp) in ttydisc_wakeup_watermark()
1352 ttydisc_getc(struct tty *tp, void *buf, size_t len) in ttydisc_getc()
1375 ttydisc_getc_uio(struct tty *tp, struct uio *uio) in ttydisc_getc_uio()
1420 ttydisc_getc_poll(struct tty *tp) in ttydisc_getc_poll()
1441 tty_putstrn(struct tty *tp, const char *p, size_t n) in tty_putstrn()
1461 tty_putchar(struct tty *tp, char c) in tty_putchar()