Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDtty.h105 int t_ihiwat; /* High water mark for input. */ member
/dragonfly/usr.sbin/pstat/
HDpstat.c831 tp->t_ihiwat, tp->t_ilowat, tp->t_ohiwat, tp->t_olowat, in ttyprt()
/dragonfly/sys/kern/
HDtty.c427 if (tp->t_rawq.c_cc + tp->t_canq.c_cc > tp->t_ihiwat - 3 && in ttyinput()
2454 tp->t_ihiwat = cps; in ttsetwater()
/dragonfly/sys/bus/u4b/serial/
HDusb_serial.c2024 if (tp->t_rawq.c_cc + cnt > tp->t_ihiwat in ucom_put_data()