MCPcopy 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
173static __inline size_t
174ttyoutq_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_pollFunction · 0.85
tty_drainFunction · 0.85
tty_to_xttyFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected