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

Function ttydevsw_modem

freebsd/sys/ttydevsw.h:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static __inline int
164ttydevsw_modem(struct tty *tp, int sigon, int sigoff)
165{
166
167 MPASS(!tty_gone(tp));
168
169 return (tp->t_devsw->tsw_modem(tp, sigon, sigoff));
170}
171
172static __inline int
173ttydevsw_mmap(struct tty *tp, vm_ooffset_t offset, vm_paddr_t *paddr,

Callers 2

ttydev_openFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected