MCPcopy 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
192static __inline void
193ttydevsw_free(struct tty *tp)
194{
195
196 MPASS(tty_gone(tp));
197
198 tp->t_devsw->tsw_free(tty_softc(tp));
199}
200
201static __inline bool
202ttydevsw_busy(struct tty *tp)

Callers 1

tty_deallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected