Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
static __inline void
96
ttydevsw_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
105
static __inline void
106
ttydevsw_outwakeup(struct tty *tp)
Callers
1
ttydev_leave
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected