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

Function ttyhook_getc_capture

freebsd/sys/ttyhook.h:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static __inline void
124ttyhook_getc_capture(struct tty *tp, const void *buf, size_t len)
125{
126 tty_assert_locked(tp);
127 MPASS(!tty_gone(tp));
128
129 tp->t_hook->th_getc_capture(tp, buf, len);
130}
131
132static __inline size_t
133ttyhook_getc_poll(struct tty *tp)

Callers 1

ttydisc_getcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected