HomeSort by: relevance | last modified time | path
    Searched defs:bufcnt (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/fsck_ext2fs/
utilities.c 148 long bufcnt, i; local in function:bufinit
154 bufcnt = MAXBUFSPACE / sblock.e2fs_bsize;
155 if (bufcnt < MINBUFS)
156 bufcnt = MINBUFS;
157 for (i = 0; i < bufcnt; i++) {
  /src/sbin/fsck_ffs/
utilities.c 134 long bufcnt, i; local in function:bufinit
151 bufcnt = MAXBUFSPACE / sblock->fs_bsize;
152 if (bufcnt < MINBUFS)
153 bufcnt = MINBUFS;
154 for (i = 0; i < bufcnt; i++) {
  /src/sys/uvm/
uvm_pdaemon.c 1015 int bufcnt, lastslept; local in function:uvmpd_pool_drain_thread
1054 bufcnt = uvmexp.freetarg - uvm_availmem(false);
1055 if (bufcnt < 0)
1056 bufcnt = 0;
1059 buf_drain(bufcnt << PAGE_SHIFT);
  /src/sys/arch/hpcmips/dev/
ucbsnd.c 249 size_t bufcnt; local in function:ucbsnd_exec_output
342 buf = ringbuf_consumer_get(&sc->sc_rb, &bufcnt);
367 TX39_SIBSIZE_SNDSIZE_SET(0, bufcnt));
377 sc->sa_dmacnt += bufcnt;
  /src/sys/dev/isa/
gus.c 1447 u_char bufcnt; member in struct:playcont
1637 playstats[playcntr].bufcnt = sc->sc_bufcnt;
1762 panic("%s: negative bufcnt in stopped "
1895 playstats[playcntr].bufcnt = sc->sc_bufcnt;
1942 DPRINTF(("gus: bufcnt 0 on continuing voice?\n"));
1997 playstats[playcntr].bufcnt = sc->sc_bufcnt;

Completed in 40 milliseconds