Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
static __inline int
86
ttydevsw_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
95
static __inline void
96
ttydevsw_close(struct tty *tp)
Callers
1
ttydev_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected