Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ttyhook_getc_poll
Function
ttyhook_getc_poll
freebsd/sys/ttyhook.h:132–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
static __inline size_t
133
ttyhook_getc_poll(struct tty *tp)
134
{
135
tty_assert_locked(tp);
136
MPASS(!tty_gone(tp));
137
138
return tp->t_hook->th_getc_poll(tp);
139
}
140
141
static __inline void
142
ttyhook_close(struct tty *tp)
Callers
1
ttydisc_getc_poll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected