t_hiwat 1634 dev/pci/cz.c while ((get != put) && ((tp->t_canq.c_cc + tp->t_rawq.c_cc) < tp->t_hiwat)) {
t_hiwat 531 kern/tty.c if (tp->t_outq.c_cc < tp->t_hiwat)
t_hiwat 1644 kern/tty.c hiwat = tp->t_hiwat;
t_hiwat 1673 kern/tty.c hiwat = tp->t_hiwat;
t_hiwat 2037 kern/tty.c tp->t_hiwat = roundup(x, CBSIZE);
t_hiwat 2290 kern/tty.c itp->t_hiwat = tp->t_hiwat;
t_hiwat 129 sys/tty.h short t_hiwat; /* High water mark. */
t_hiwat 144 sys/tty.h short t_hiwat;