Home | History | Annotate | Download | only in dev

Lines Matching refs:t_linesw

360 	error =  tp->t_linesw->l_open(dev, tp);
388 tp->t_linesw->l_close(tp, flag);
445 return ser_tty->t_linesw->l_read(ser_tty, uio, flag);
453 return ser_tty->t_linesw->l_write(ser_tty, uio, flag);
461 return ser_tty->t_linesw->l_poll(ser_tty, events, l);
627 tp->t_linesw->l_rint(c, tp);
667 tp->t_linesw->l_modem(tp, ISDCD(stat));
702 error = tp->t_linesw->l_ioctl(tp, cmd, data, flag, l);
818 (void)tp->t_linesw->l_modem(tp, ISDCD(last_ciab_pra));
887 if (tp->t_linesw)
888 tp->t_linesw->l_start(tp);