Searched refs:t_hiwat (Results 1 – 4 of 4) sorted by relevance
144 int t_hiwat; /* High water mark. */ member
795 if (tp->t_outq.c_cc < tp->t_hiwat) { in ttyinput()1672 retval = tp->t_hiwat - tp->t_outq.c_cc; in ttyselect()2432 hiwat = tp->t_hiwat; in ttycheckoutq()2473 hiwat = tp->t_hiwat; in ttwrite()2961 tp->t_hiwat = roundup(x, CBSIZE); in ttsetwater()3424 data = tp->t_hiwat - tp->t_outq.c_cc; in filt_tty_common()
789 retval = tp->t_hiwat - tp->t_outq.c_cc;
995 print("High Watermark: {0: <d} bytes".format(tty.t_hiwat))