Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ttydevsw_busy
Function
ttydevsw_busy
freebsd/sys/ttydevsw.h:201–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
static __inline bool
202
ttydevsw_busy(struct tty *tp)
203
{
204
205
tty_assert_locked(tp);
206
MPASS(!tty_gone(tp));
207
208
return (tp->t_devsw->tsw_busy(tp));
209
}
210
211
#endif /* !_SYS_TTYDEVSW_H_ */
Callers
1
tty_drain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected