Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ttyinq_getsize
Function
ttyinq_getsize
freebsd/sys/ttyqueue.h:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
void ttyinq_reprintpos_reset(struct ttyinq *ti);
90
91
static __inline size_t
92
ttyinq_getsize(struct ttyinq *ti)
93
{
94
return (ti->ti_nblocks * TTYINQ_DATASIZE);
95
}
96
97
static __inline size_t
98
ttyinq_getallocatedsize(struct ttyinq *ti)
Callers
1
tty_to_xtty
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected