Lines Matching refs:t_dev
513 tp->t_dev = dev;
580 tp->t_dev = dev;
743 struct mfcs_softc *sc = device_lookup_private(&mfcs_cd, tp->t_dev & 31);
747 unit = tp->t_dev & 31;
795 (void)mfcsmctl(tp->t_dev, 0, DMSET); /* hang up line */
801 (void)mfcsmctl(tp->t_dev, TIOCM_DTR | TIOCM_RTS, DMSET);
810 struct mfcs_softc *sc = device_lookup_private(&mfcs_cd, tp->t_dev & 31);
811 int unit = tp->t_dev & 1;
824 struct mfcs_softc *sc = device_lookup_private(&mfcs_cd, tp->t_dev & 31);
830 unit = tp->t_dev & 1;
1163 (SWFLAGS(tp->t_dev) & TIOCFLAG_SOFTCAR) == 0) {