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

Function ttydevsw_mmap

freebsd/sys/ttydevsw.h:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172static __inline int
173ttydevsw_mmap(struct tty *tp, vm_ooffset_t offset, vm_paddr_t *paddr,
174 int nprot, vm_memattr_t *memattr)
175{
176
177 MPASS(!tty_gone(tp));
178
179 return (tp->t_devsw->tsw_mmap(tp, offset, paddr, nprot, memattr));
180}
181
182static __inline void
183ttydevsw_pktnotify(struct tty *tp, char event)

Callers 1

ttydev_mmapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected