MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ttydevsw_open

Function ttydevsw_open

freebsd/sys/ttydevsw.h:85–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83};
84
85static __inline int
86ttydevsw_open(struct tty *tp)
87{
88
89 tty_assert_locked(tp);
90 MPASS(!tty_gone(tp));
91
92 return (tp->t_devsw->tsw_open(tp));
93}
94
95static __inline void
96ttydevsw_close(struct tty *tp)

Callers 1

ttydev_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected