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

Function ttyhook_rint_poll

freebsd/sys/ttyhook.h:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static __inline size_t
106ttyhook_rint_poll(struct tty *tp)
107{
108 tty_assert_locked(tp);
109 MPASS(!tty_gone(tp));
110
111 return tp->t_hook->th_rint_poll(tp);
112}
113
114static __inline size_t
115ttyhook_getc_inject(struct tty *tp, void *buf, size_t len)

Callers 1

ttydisc_rint_pollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected