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

Function ttydisc_read_poll

freebsd/sys/ttydisc.h:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69#define TRE_BREAK 0x08
70
71static __inline size_t
72ttydisc_read_poll(struct tty *tp)
73{
74
75 tty_assert_locked(tp);
76
77 return ttyinq_bytescanonicalized(&tp->t_inq);
78}
79
80static __inline size_t
81ttydisc_write_poll(struct tty *tp)

Callers 2

ttydev_pollFunction · 0.85
tty_kqops_read_eventFunction · 0.85

Calls 1

Tested by

no test coverage detected