Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ttyhook_rint_done
Function
ttyhook_rint_done
freebsd/sys/ttyhook.h:96–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
static __inline void
97
ttyhook_rint_done(struct tty *tp)
98
{
99
tty_assert_locked(tp);
100
MPASS(!tty_gone(tp));
101
102
tp->t_hook->th_rint_done(tp);
103
}
104
105
static __inline size_t
106
ttyhook_rint_poll(struct tty *tp)
Callers
1
ttydisc_rint_done
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected