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

Function ttydevsw_pktnotify

freebsd/sys/ttydevsw.h:182–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static __inline void
183ttydevsw_pktnotify(struct tty *tp, char event)
184{
185
186 tty_assert_locked(tp);
187 MPASS(!tty_gone(tp));
188
189 tp->t_devsw->tsw_pktnotify(tp, event);
190}
191
192static __inline void
193ttydevsw_free(struct tty *tp)

Callers 2

tty_flushFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected