HomeSort by: relevance | last modified time | path
    Searched refs:wbsize (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
shf.c 122 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
166 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
210 shf->wbsize = bsize;
361 nbuf = (unsigned char *) aresize(shf->buf, shf->wbsize * 2,
365 shf->rbsize += shf->wbsize;
366 shf->wnleft += shf->wbsize;
367 shf->wbsize *= 2;
404 shf->wnleft = shf->wbsize;
728 if (nbytes > shf->wbsize) {
730 if (shf->wbsize)
    [all...]
shf.h 52 int wbsize; /* size of buffer (0 if SHF_UNBUF) */ member in struct:shf
  /src/sys/arch/m68k/m68k/
m68k_trap.c 112 int wbsize[4]; member in struct:writebackstats
281 wbstats.wbsize[(f->f_wb2s&SSW4_SZMASK)>>5]++;
334 wbstats.wbsize[(f->f_wb2s&SSW4_SZMASK)>>5]++;
374 wbstats.wbsize[(f->f_wb3s&SSW4_SZMASK)>>5]++;

Completed in 13 milliseconds