Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ttyoutq_bytesused
Function
ttyoutq_bytesused
freebsd/sys/ttyqueue.h:173–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
static __inline size_t
174
ttyoutq_bytesused(struct ttyoutq *to)
175
{
176
return (to->to_end - to->to_begin);
177
}
178
#endif /* _KERNEL */
179
180
#endif /* !_SYS_TTYQUEUE_H_ */
Callers
4
ttydisc_getc_poll
Function · 0.85
tty_drain
Function · 0.85
tty_to_xtty
Function · 0.85
tty_generic_ioctl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected