Home
last modified time | relevance | path

Searched refs:ttydisc_modem (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/nmdm/
H A Dnmdm.c269 ttydisc_modem(otp, 0); in nmdm_task_tty()
274 ttydisc_modem(otp, 1); in nmdm_task_tty()
388 ttydisc_modem(np->np_other->np_tty, np->np_other->np_dcd); in nmdm_modem()
/freebsd/sys/sys/
H A Dttydisc.h54 void ttydisc_modem(struct tty *tp, int open);
/freebsd/sys/dev/uart/
H A Duart_tty.c361 ttydisc_modem(tp, sig & SER_DCD); in uart_tty_intr()
/freebsd/sys/kern/
H A Dtty_ttydisc.c690 ttydisc_modem(struct tty *tp, int open) in ttydisc_modem() function
H A Dtty.c1208 ttydisc_modem(tp, 0); in tty_rel_gone()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c1258 ttydisc_modem(tp, onoff); in ucom_cfg_status_change()