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

Function ttyhook_rint

freebsd/sys/ttyhook.h:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 (tp)->t_hook->th_ ## hook != NULL)
77
78static __inline int
79ttyhook_rint(struct tty *tp, char c, int flags)
80{
81 tty_assert_locked(tp);
82 MPASS(!tty_gone(tp));
83
84 return tp->t_hook->th_rint(tp, c, flags);
85}
86
87static __inline size_t
88ttyhook_rint_bypass(struct tty *tp, const void *buf, size_t len)

Callers 1

ttydisc_rintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected