Home
last modified time | relevance | path

Searched refs:bcount (Results 1 – 12 of 12) sorted by relevance

/original-bsd/sys/stand/
H A Dread.c41 read(fd, dest, bcount) in read() argument
44 u_int bcount;
55 (daddr_t)0, bcount, dest, &resid);
60 resid = bcount;
61 if (errno = (f->f_ops->read)(f, dest, bcount, &resid))
63 return (bcount - resid);
H A Dwrite.c41 write(fd, dest, bcount) in write() argument
44 u_int bcount;
55 (daddr_t)0, bcount, dest, &resid);
60 resid = bcount;
61 if (errno = (f->f_ops->write)(f, dest, bcount, &resid))
/original-bsd/sys/dev/scsi/
H A Dsdtrace.h29 u_int bcount; /* # bytes transferred */ member
59 sdopptr->bcount = bp->b_bcount; \
/original-bsd/libexec/lfs_cleanerd/
H A Dlibrary.c227 lfs_segmapv(fsp, seg, seg_buf, blocks, bcount) in lfs_segmapv() argument
232 int *bcount; /* OUT: number of active blocks in segment */
257 *bcount = 0;
296 if (*bcount + nblocks + sp->ss_ninos > nelem) {
297 nelem = *bcount + nblocks + sp->ss_ninos;
302 add_blocks(fsp, bip, bcount, sp, seg_buf, seg_addr, pseg_addr);
303 add_inodes(fsp, bip, bcount, sp, seg_buf, seg_addr);
308 qsort(bip, *bcount, sizeof(BLOCK_INFO), bi_compare);
309 toss(bip, bcount, sizeof(BLOCK_INFO), bi_toss, NULL);
316 for (_bip = bip, i=0; i < *bcount; ++_bip, ++i)
[all …]
/original-bsd/sys/dev/
H A Dcd.c444 register long bcount, rcount; local
467 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
468 cbp = cdbuffer(cs, bp, bn, addr, bcount);
480 cdbuffer(cs, bp, bn, addr, bcount) in cdbuffer() argument
485 long bcount;
494 cs, bp, bn, addr, bcount);
551 if (cbp->b_bcount > bcount)
552 cbp->b_bcount = bcount;
/original-bsd/old/adb/common_scripts/
H A Dbuf1 ./"flags"nXn"forw"16t"back"16t"av_forw"16t"av_back"n4X"bcount"16t"bufsize"16t"error"8t"minor"8t"maj…
/original-bsd/sys/hp300/dev/
H A Dac.c459 register int bcount; local
474 bcount = hdr->ac_bcount;
480 bcount -= sizeof *phdr;
485 bcount -= phdr->ac_bcount;
503 if (ne < 0 || bcount < 0)
/original-bsd/usr.bin/window/
H A Dcompress.c54 short bcount; /* count in this buffer */ member
492 p->bcount = 1;
513 p->bcount = 1;
561 p->bcount++;
564 (p->bcount >= threshold
742 if ((short) ccount >= p->bcount)
872 return (*p2)->bcount - (*p1)->bcount;
/original-bsd/sys/tahoe/vba/
H A Dvxreg.h148 char bcount; member
H A Dvx.c534 ndflush(&tp->t_outq, vp->bcount+1);
826 mp->bcount = n-1;
/original-bsd/sys/vax/uba/
H A Dnp.c1556 NpSendCSR0(iobase,src,bcount)
1559 int bcount; variable
1576 wcount = (bcount +1) >> 1; /* Convert byte count to word count */
/original-bsd/local/transcript/src/
H A Dpsdit.c811 int bcount; local
830 bcount = 3 * norig + nchtab + 128 - 32 + sizeof (struct font);
831 (void) read(fin, (char *) fontbase[n], bcount);