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

Function ttydevsw_param

freebsd/sys/ttydevsw.h:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static __inline int
155ttydevsw_param(struct tty *tp, struct termios *t)
156{
157
158 MPASS(!tty_gone(tp));
159
160 return (tp->t_devsw->tsw_param(tp, t));
161}
162
163static __inline int
164ttydevsw_modem(struct tty *tp, int sigon, int sigoff)

Callers 2

ttydev_openFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected