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

Function ttyhook_getc_poll

freebsd/sys/ttyhook.h:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static __inline size_t
133ttyhook_getc_poll(struct tty *tp)
134{
135 tty_assert_locked(tp);
136 MPASS(!tty_gone(tp));
137
138 return tp->t_hook->th_getc_poll(tp);
139}
140
141static __inline void
142ttyhook_close(struct tty *tp)

Callers 1

ttydisc_getc_pollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected