Home
last modified time | relevance | path

Searched refs:hiwat (Results 1 – 8 of 8) sorted by relevance

/original-bsd/old/adb/common_scripts/
H A Dmbstat1 mbstat/"bufs"8t"hiwat"8t"lowat"8t"clusts"8t"drops"ndddddn
H A Dtty15 +/"col"8t"rocount"8t"rocol"8t"hiwat"8t"lowat"8tn5d
/original-bsd/sys/sparc/include/
H A Dbsd_audioio.h60 u_int hiwat; /* output high water mark */ member
/original-bsd/sys/kern/
H A Dtty.c1306 int hiwat, s, oldsig; local
1308 hiwat = tp->t_hiwat;
1311 if (tp->t_outq.c_cc > hiwat + 200)
1312 while (tp->t_outq.c_cc > hiwat) {
1339 int i, hiwat, cnt, error, s; local
1342 hiwat = tp->t_hiwat;
1392 if (tp->t_outq.c_cc > hiwat)
1439 tp->t_outq.c_cc > hiwat)
1467 tp->t_outq.c_cc > hiwat)
1488 if (tp->t_outq.c_cc <= hiwat) {
/original-bsd/share/doc/smm/18.net/
H A Dspell.ok181 hiwat
/original-bsd/sys/hp/dev/
H A Dite.c297 int hiwat = 0, hadcursor = 0; local
330 hiwat++;
349 if (hiwat) {
/original-bsd/sys/sparc/dev/
H A Dbsd_audio.c1055 if (ai->hiwat != ~0 && (unsigned)ai->hiwat < AUCB_SIZE)
1056 sc->sc_au.au_hiwat = ai->hiwat;
1137 ai->hiwat = sc->sc_au.au_hiwat;
/original-bsd/sys/luna68k/dev/
H A Dbmc.c465 int hiwat = 0; local