Home
last modified time | relevance | path

Searched refs:tty_detach (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/sys/
H A Dtty.h311 void tty_detach(struct tty *);
/netbsd-src/sys/dev/usb/
H A Ducycom.c301 tty_detach(tp); in ucycom_detach()
H A Ducom.c439 tty_detach(tp); in ucom_detach()
H A Duhso.c1391 tty_detach(hp->hp_tp); in uhso_tty_detach()
/netbsd-src/sys/arch/arm/sa11x0/
H A Dsa11x0_com.c385 tty_detach(sc->sc_tty); in sacom_detach()
/netbsd-src/sys/arch/hp300/dev/
H A Ddcm.c603 tty_detach(tp); in dcmclose()
/netbsd-src/sys/arch/arm/xilinx/
H A Dzynq_uart.c546 tty_detach(sc->sc_tty);
/netbsd-src/sys/arch/arm/imx/
H A Dimxuart.c550 tty_detach(sc->sc_tty);
/netbsd-src/sys/dev/wscons/
H A Dwsdisplay.c382 tty_detach(scr->scr_tty); in wsscreen_detach()
/netbsd-src/sys/arch/evbarm/dev/
H A Dplcom.c699 tty_detach(sc->sc_tty); in plcom_detach()
/netbsd-src/sys/dev/ic/
H A Dcom.c949 tty_detach(sc->sc_tty); in com_detach()
/netbsd-src/sys/kern/
H A Dtty.c2912 tty_detach(struct tty *tp) in tty_detach() function