Searched refs:t_hiwat (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h143 int t_hiwat; /* High water mark. */ member in struct:tty
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c795 if (tp->t_outq.c_cc < tp->t_hiwat)
1539 retval = tp->t_hiwat - tp->t_outq.c_cc;
2256 hiwat = tp->t_hiwat;
2295 hiwat = tp->t_hiwat;
2746 tp->t_hiwat = roundup(x, CBSIZE);
H A Dtty_ptmx.c1075 retval = tp->t_hiwat - tp->t_outq.c_cc;

Completed in 25 milliseconds