hiwat 322 compat/ossaudio/ossaudio.c tmpinfo.hiwat = (idat >> 16) & 0x7fff; hiwat 324 compat/ossaudio/ossaudio.c tmpinfo.blocksize, tmpinfo.hiwat)); hiwat 325 compat/ossaudio/ossaudio.c if (tmpinfo.hiwat == 0) /* 0 means set to max */ hiwat 326 compat/ossaudio/ossaudio.c tmpinfo.hiwat = 65536; hiwat 334 compat/ossaudio/ossaudio.c idat |= (tmpinfo.hiwat & 0x7fff) << 16; hiwat 400 compat/ossaudio/ossaudio.c bufinfo.fragments = tmpinfo.hiwat - hiwat 403 compat/ossaudio/ossaudio.c bufinfo.fragstotal = tmpinfo.hiwat; hiwat 405 compat/ossaudio/ossaudio.c tmpinfo.hiwat * tmpinfo.blocksize - tmpinfo.play.seek; hiwat 416 compat/ossaudio/ossaudio.c bufinfo.fragments = tmpinfo.hiwat - hiwat 419 compat/ossaudio/ossaudio.c bufinfo.fragstotal = tmpinfo.hiwat; hiwat 421 compat/ossaudio/ossaudio.c tmpinfo.hiwat * tmpinfo.blocksize - tmpinfo.record.seek; hiwat 775 compat/sunos/sunos_ioctl.c aui.hiwat = ~0; hiwat 2718 dev/audio.c if (ai->hiwat != ~0) { hiwat 2719 dev/audio.c blks = ai->hiwat; hiwat 2732 dev/audio.c if (ai->hiwat != ~0 || ai->lowat != ~0) { hiwat 2829 dev/audio.c ai->hiwat = sc->sc_pr.usedhigh / sc->sc_pr.blksize; hiwat 2832 dev/audio.c ai->hiwat = ai->lowat = 0; hiwat 54 dev/ic/bt8xx.h short hiwat; /* stop transfer if > this number */ hiwat 182 dev/ic/bt8xx.h int hiwat; /* kernel stops capture if > this number. hiwat 1642 kern/tty.c int hiwat, s, oldsig; hiwat 1644 kern/tty.c hiwat = tp->t_hiwat; hiwat 1647 kern/tty.c if (tp->t_outq.c_cc > hiwat + 200) hiwat 1648 kern/tty.c while (tp->t_outq.c_cc > hiwat) { hiwat 1670 kern/tty.c int i, hiwat, cnt, error, s; hiwat 1673 kern/tty.c hiwat = tp->t_hiwat; hiwat 1727 kern/tty.c if (tp->t_outq.c_cc > hiwat) hiwat 1770 kern/tty.c tp->t_outq.c_cc > hiwat) hiwat 1794 kern/tty.c tp->t_outq.c_cc > hiwat) hiwat 1815 kern/tty.c hiwat = tp->t_outq.c_cc - 1; hiwat 1824 kern/tty.c if (tp->t_outq.c_cc <= hiwat) { hiwat 649 netinet/tcp_subr.c tcp_rscale(struct tcpcb *tp, u_long hiwat) hiwat 653 netinet/tcp_subr.c TCP_MAXWIN << tp->request_r_scale < hiwat) hiwat 75 sys/audioio.h u_int hiwat; /* output high water mark */