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

Function ttyhook_rint_done

freebsd/sys/ttyhook.h:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96static __inline void
97ttyhook_rint_done(struct tty *tp)
98{
99 tty_assert_locked(tp);
100 MPASS(!tty_gone(tp));
101
102 tp->t_hook->th_rint_done(tp);
103}
104
105static __inline size_t
106ttyhook_rint_poll(struct tty *tp)

Callers 1

ttydisc_rint_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected