<dec f='src/src/sys/sys/tty.h' l='305' type='void tty_free(struct tty * )'/>
<use f='src/src/sys/dev/ic/com.c' l='768' u='c' c='com_detach'/>
<use f='src/src/sys/dev/ic/com.c' l='777' u='c' c='com_detach'/>
<use f='src/src/sys/dev/usb/ucom.c' l='465' u='c' c='ucom_detach'/>
<use f='src/src/sys/dev/usb/ucycom.c' l='279' u='c' c='ucycom_detach'/>
<use f='src/src/sys/dev/usb/uhso.c' l='1391' u='c' c='uhso_tty_detach'/>
<use f='src/src/sys/dev/wscons/wsdisplay.c' l='327' u='c' c='wsscreen_detach'/>
<def f='src/src/sys/kern/tty.c' l='2833' ll='2862' type='void tty_free(struct tty * tp)'/>
<doc f='src/src/sys/kern/tty.c' l='2827'>/*
 * Free a tty structure and its buffers.
 *
 * Be sure to call tty_detach() for any tty that has been
 * tty_attach()ed.
 */</doc>
<use f='src/src/sys/kern/tty_pty.c' l='304' u='c' c='pty_check'/>
