Home
last modified time | relevance | path

Searched refs:numbytes (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sbin/dumplfs/
H A Ddumplfs.c360 int numbytes; local
386 numbytes = 0;
388 numbytes += lfsp->lfs_bsize; /* add bytes for inode block */
413 numbytes += fp->fi_lastlength;
415 numbytes += lfsp->lfs_bsize;
421 return (numbytes);
/original-bsd/sys/i386/isa/
H A Dwt.c108 static unsigned numbytes; variable
1046 numbytes = cnt;
1083 if (bytes + BLKSIZE >= numbytes) wci = 1; in isr()
1092 if (bytes >= numbytes) /* normal completion of I/O */ in isr()