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

Function ttyhook_rint_bypass

freebsd/sys/ttyhook.h:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static __inline size_t
88ttyhook_rint_bypass(struct tty *tp, const void *buf, size_t len)
89{
90 tty_assert_locked(tp);
91 MPASS(!tty_gone(tp));
92
93 return tp->t_hook->th_rint_bypass(tp, buf, len);
94}
95
96static __inline void
97ttyhook_rint_done(struct tty *tp)

Callers 2

ttydisc_rint_bypassFunction · 0.85
ttyhook_defrintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected