UCDC_LINE_DTR 270 dev/usb/uipaq.c if (onoff && (sc->sc_lcr & UCDC_LINE_DTR)) UCDC_LINE_DTR 272 dev/usb/uipaq.c if (!onoff && !(sc->sc_lcr & UCDC_LINE_DTR)) UCDC_LINE_DTR 278 dev/usb/uipaq.c sc->sc_lcr = onoff ? sc->sc_lcr | UCDC_LINE_DTR : sc->sc_lcr & ~UCDC_LINE_DTR; UCDC_LINE_DTR 620 dev/usb/umodem.c ls = (sc->sc_dtr ? UCDC_LINE_DTR : 0) | UCDC_LINE_DTR 497 dev/usb/uplcom.c ls = (sc->sc_dtr ? UCDC_LINE_DTR : 0) |