Lines Matching defs:tp
98 void ttydisc_open(struct lwp_tty *tp) in ttydisc_open()
103 void ttydisc_close(struct lwp_tty *tp) in ttydisc_close()
121 static int ttydisc_read_canonical(struct lwp_tty *tp, struct uio *uio, in ttydisc_read_canonical()
199 static int ttydisc_read_raw_no_timer(struct lwp_tty *tp, struct uio *uio, in ttydisc_read_raw_no_timer()
238 static int ttydisc_read_raw_read_timer(struct lwp_tty *tp, struct uio *uio, in ttydisc_read_raw_read_timer()
291 static int ttydisc_read_raw_interbyte_timer(struct lwp_tty *tp, struct uio *uio, in ttydisc_read_raw_interbyte_timer()
340 int ttydisc_read(struct lwp_tty *tp, struct uio *uio, int ioflag) in ttydisc_read()
383 static int ttydisc_write_oproc(struct lwp_tty *tp, char c) in ttydisc_write_oproc()
475 int ttydisc_write(struct lwp_tty *tp, struct uio *uio, int ioflag) in ttydisc_write()
621 void ttydisc_optimize(struct lwp_tty *tp) in ttydisc_optimize()
647 void ttydisc_modem(struct lwp_tty *tp, int open) in ttydisc_modem()
683 static int ttydisc_echo_force(struct lwp_tty *tp, char c, int quote) in ttydisc_echo_force()
728 static int ttydisc_echo(struct lwp_tty *tp, char c, int quote) in ttydisc_echo()
742 struct lwp_tty *tp = d; in ttydisc_reprint_char() local
747 static void ttydisc_reprint(struct lwp_tty *tp) in ttydisc_reprint()
763 struct lwp_tty *tp; member
770 struct lwp_tty *tp = data->tp; in ttydisc_recalc_charlength() local
787 static unsigned int ttydisc_recalc_linelength(struct lwp_tty *tp) in ttydisc_recalc_linelength()
796 static int ttydisc_rubchar(struct lwp_tty *tp) in ttydisc_rubchar()
951 static void ttydisc_rubword(struct lwp_tty *tp) in ttydisc_rubword()
991 int ttydisc_rint(struct lwp_tty *tp, char c, int flags) in ttydisc_rint()
1294 size_t ttydisc_rint_simple(struct lwp_tty *tp, const void *buf, size_t len) in ttydisc_rint_simple()
1310 size_t ttydisc_rint_bypass(struct lwp_tty *tp, const void *buf, size_t len) in ttydisc_rint_bypass()
1333 void ttydisc_rint_done(struct lwp_tty *tp) in ttydisc_rint_done()
1348 size_t ttydisc_rint_poll(struct lwp_tty *tp) in ttydisc_rint_poll()
1372 static void ttydisc_wakeup_watermark(struct lwp_tty *tp) in ttydisc_wakeup_watermark()
1395 size_t ttydisc_getc(struct lwp_tty *tp, void *buf, size_t len) in ttydisc_getc()
1420 int ttydisc_getc_uio(struct lwp_tty *tp, struct uio *uio) in ttydisc_getc_uio()
1466 size_t ttydisc_getc_poll(struct lwp_tty *tp) in ttydisc_getc_poll()