MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ttydevsw_close

Function ttydevsw_close

freebsd/sys/ttydevsw.h:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static __inline void
96ttydevsw_close(struct tty *tp)
97{
98
99 tty_assert_locked(tp);
100 MPASS(!tty_gone(tp));
101
102 tp->t_devsw->tsw_close(tp);
103}
104
105static __inline void
106ttydevsw_outwakeup(struct tty *tp)

Callers 1

ttydev_leaveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected