MCPcopy 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
86void
87ttydisc_open(struct tty *tp)
88{
89 ttydisc_optimize(tp);
90}
91
92void
93ttydisc_close(struct tty *tp)

Callers 1

ttydev_openFunction · 0.85

Calls 1

ttydisc_optimizeFunction · 0.85

Tested by

no test coverage detected