Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ttydevsw_free
Function
ttydevsw_free
freebsd/sys/ttydevsw.h:192–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
static __inline void
193
ttydevsw_free(struct tty *tp)
194
{
195
196
MPASS(tty_gone(tp));
197
198
tp->t_devsw->tsw_free(tty_softc(tp));
199
}
200
201
static __inline bool
202
ttydevsw_busy(struct tty *tp)
Callers
1
tty_dealloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected