Lines Matching refs:t_linesw
411 (*tp->t_linesw->l_start)(tp);
550 (*tp->t_linesw->l_modem)(tp, ISSET(sc->sc_ms, SYSFLG_DCD));
654 error = (*tp->t_linesw->l_open)(dev, tp);
688 (*tp->t_linesw->l_close)(tp, flag);
721 return (*tp->t_linesw->l_read)(tp, uio, flag);
734 return (*tp->t_linesw->l_write)(tp, uio, flag);
748 error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l);
808 return (*tp->t_linesw->l_poll)(tp, events, l);
925 if ((*tp->t_linesw->l_rint)(code, tp) == -1) {
991 (void) (*tp->t_linesw->l_modem)(tp, ISSET(ms, SYSFLG_DCD));
997 (*tp->t_linesw->l_start)(tp);