Home
last modified time | relevance | path

Searched refs:t_hiwat (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.81.5/bsd/sys/
H A Dtty.h144 int t_hiwat; /* High water mark. */ member
/xnu-10002.81.5/bsd/kern/
H A Dtty.c795 if (tp->t_outq.c_cc < tp->t_hiwat) { in ttyinput()
1670 retval = tp->t_hiwat - tp->t_outq.c_cc; in ttyselect()
2430 hiwat = tp->t_hiwat; in ttycheckoutq()
2471 hiwat = tp->t_hiwat; in ttwrite()
2959 tp->t_hiwat = roundup(x, CBSIZE); in ttsetwater()
3422 data = tp->t_hiwat - tp->t_outq.c_cc; in filt_tty_common()
H A Dtty_dev.c789 retval = tp->t_hiwat - tp->t_outq.c_cc;
/xnu-10002.81.5/tools/lldbmacros/
H A Dprocess.py1000 print("High Watermark: {0: <d} bytes".format(tty.t_hiwat))