Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ttydisc_open
Function
ttydisc_open
freebsd/kern/tty_ttydisc.c:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
#define TTY_STACKBUF 256
85
86
void
87
ttydisc_open(struct tty *tp)
88
{
89
ttydisc_optimize(tp);
90
}
91
92
void
93
ttydisc_close(struct tty *tp)
Callers
1
ttydev_open
Function · 0.85
Calls
1
ttydisc_optimize
Function · 0.85
Tested by
no test coverage detected