HomeSort by: relevance | last modified time | path
    Searched defs:bcount (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/arch/bebox/stand/boot/
wdvar.h 86 uint16_t bcount; member in struct:wdc_command
wdvar.h 86 uint16_t bcount; member in struct:wdc_command
  /src/sys/arch/cobalt/stand/boot/
wdvar.h 92 uint16_t bcount; member in struct:wdc_command
wdvar.h 92 uint16_t bcount; member in struct:wdc_command
  /src/sys/arch/mmeye/stand/boot/
wdvar.h 126 uint16_t bcount; member in struct:wdc_command
wdvar.h 126 uint16_t bcount; member in struct:wdc_command
  /src/sys/ufs/lfs/
lfs_balloc.c 130 int bcount; local in function:lfs_balloc
277 bcount = 0; /* number of frags we need */
280 bcount = frags;
285 bcount += frags;
288 if (ISSPACE(fs, bcount, cred)) {
291 lfs_sb_subbfree(fs, bcount);
294 ip->i_lfs_effnblks += bcount;
lfs_balloc.c 130 int bcount; local in function:lfs_balloc
277 bcount = 0; /* number of frags we need */
280 bcount = frags;
285 bcount += frags;
288 if (ISSPACE(fs, bcount, cred)) {
291 lfs_sb_subbfree(fs, bcount);
294 ip->i_lfs_effnblks += bcount;
  /src/sys/dev/raidframe/
rf_raid1.c 261 int nbytes, bcount, stripeWidth, ret, i, j, nbad, *bbufs; local in function:rf_VerifyParityRAID1
299 bcount = nbytes * (layoutPtr->numDataCol + layoutPtr->numParityCol);
300 bf = RF_MallocAndAdd(bcount, allocList);
305 printf("raid%d: RAID1 parity verify: buf=%lx bcount=%d (%lx - %lx)\n",
306 raidPtr->raidid, (long) bf, bcount, (long) bf,
307 (long) bf + bcount);
rf_raid1.c 261 int nbytes, bcount, stripeWidth, ret, i, j, nbad, *bbufs; local in function:rf_VerifyParityRAID1
299 bcount = nbytes * (layoutPtr->numDataCol + layoutPtr->numParityCol);
300 bf = RF_MallocAndAdd(bcount, allocList);
305 printf("raid%d: RAID1 parity verify: buf=%lx bcount=%d (%lx - %lx)\n",
306 raidPtr->raidid, (long) bf, bcount, (long) bf,
307 (long) bf + bcount);
  /src/usr.sbin/fstyp/
hammer2.c 204 int i, bcount; local in function:find_pfs
215 bcount = HAMMER2_SET_COUNT;
218 bcount = 0;
239 bcount = (int)(bytes / sizeof(hammer2_blockref_t));
243 bcount = 0;
247 for (i = 0; i < bcount; ++i) {
hammer2.c 204 int i, bcount; local in function:find_pfs
215 bcount = HAMMER2_SET_COUNT;
218 bcount = 0;
239 bcount = (int)(bytes / sizeof(hammer2_blockref_t));
243 bcount = 0;
247 for (i = 0; i < bcount; ++i) {
  /src/sys/arch/amiga/dev/
msc.c 1191 int bcount; local in function:mscinitcard
1202 from = msc6502code; bcount = sizeof(msc6502code) - 2;
1206 while(bcount--) *to++ = *from++;
1214 for (bcount = 0; bcount < 2000; bcount++) {
msc.c 1191 int bcount; local in function:mscinitcard
1202 from = msc6502code; bcount = sizeof(msc6502code) - 2;
1206 while(bcount--) *to++ = *from++;
1214 for (bcount = 0; bcount < 2000; bcount++) {
  /src/sys/dev/i2o/
ld_iop.c 410 int rv, bcount; local in function:ld_iop_dump
416 bcount = blkcnt * ld->sc_secsize;
426 mf->datasize = bcount;
430 if ((rv = iop_msg_map(iop, im, mb, data, bcount, 1, NULL)) != 0) {
ld_iop.c 410 int rv, bcount; local in function:ld_iop_dump
416 bcount = blkcnt * ld->sc_secsize;
426 mf->datasize = bcount;
430 if ((rv = iop_msg_map(iop, im, mb, data, bcount, 1, NULL)) != 0) {
  /src/sys/fs/nfs/client/
nfs_clbio.c 412 int bcount; local in function:ncl_bioread
497 /* Note that bcount is *not* DEV_BSIZE aligned. */
498 bcount = biosize;
500 bcount = 0;
502 bcount = nsize - (off_t)lbn * biosize;
504 bp = nfs_getcacheblk(vp, lbn, bcount, td);
528 * bytes we can copy out of the bp. Note that bcount is
535 if (on < bcount)
536 n = MIN((unsigned)(bcount - on), uio->uio_resid);
854 int bcount, noncontig_write, obcount local in function:ncl_write
    [all...]
nfs_clbio.c 412 int bcount; local in function:ncl_bioread
497 /* Note that bcount is *not* DEV_BSIZE aligned. */
498 bcount = biosize;
500 bcount = 0;
502 bcount = nsize - (off_t)lbn * biosize;
504 bp = nfs_getcacheblk(vp, lbn, bcount, td);
528 * bytes we can copy out of the bp. Note that bcount is
535 if (on < bcount)
536 n = MIN((unsigned)(bcount - on), uio->uio_resid);
854 int bcount, noncontig_write, obcount local in function:ncl_write
    [all...]
  /src/sys/dev/ata/
ld_ataraid.c 291 u_int comp, daddr_t bn, void *addr, long bcount)
307 cbp->cb_buf.b_bcount = bcount;
345 long bcount, rcount; local in function:ld_ataraid_start_span
362 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
403 long bcount, rcount; local in function:ld_ataraid_start_raid0
415 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount)
    [all...]
ld_ataraid.c 291 u_int comp, daddr_t bn, void *addr, long bcount)
307 cbp->cb_buf.b_bcount = bcount;
345 long bcount, rcount; local in function:ld_ataraid_start_span
362 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
403 long bcount, rcount; local in function:ld_ataraid_start_raid0
415 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount)
    [all...]
  /src/sbin/fsck_lfs/
lfs.c 1014 int bcount; local in function:lfs_balloc
1106 bcount = 0;
1108 bcount = frags;
1112 bcount += frags;
1115 lfs_sb_subbfree(fs, bcount);
1116 ip->i_lfs_effnblks += bcount;
lfs.c 1014 int bcount; local in function:lfs_balloc
1106 bcount = 0;
1108 bcount = frags;
1112 bcount += frags;
1115 lfs_sb_subbfree(fs, bcount);
1116 ip->i_lfs_effnblks += bcount;
  /src/sys/dev/ic/
wdc.c 1420 xfer->c_bcount = ata_c->bcount;
1503 int bcount = ata_c->bcount; local in function:__wdccommand_intr
1585 wdc->datain_pio(chp, drive_flags, data, bcount);
1597 wdc->dataout_pio(chp, drive_flags, data, bcount);
  /src/sbin/newfs_ext2fs/
mke2fs.c 187 uint bcount, fbcount, ficount; local in function:mke2fs
281 bcount = EXT2_DBTOFSB(&sblock, fssize);
294 ncg = howmany(bcount - sblock.e2fs.e2fs_first_dblock, blocks_per_cg);
315 blocks_lastcg = bcount - sblock.e2fs.e2fs_first_dblock -
326 bcount -= blocks_lastcg;
339 sblock.e2fs.e2fs_bcount = bcount;
531 (uint)(((uint64_t)bcount * bsize) / (1024 * 1024)),
532 (uint)((uint64_t)bcount * bsize -
533 rounddown((uint64_t)bcount * bsize, 1024 * 1024))
  /src/sys/dev/
ccd.c 784 long bcount, rcount; local in function:ccdstart
827 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
828 cbp = ccdbuffer(cs, bp, bn, addr, bcount, wait);
873 long bcount, int wait)
884 cs, bp, bn, addr, bcount);
951 cbp->cb_buf.b_bcount = cbc < bcount ? cbc : bcount;
991 printf("ccdiodone: bp %p bcount %d resid %d\n"
    [all...]

Completed in 40 milliseconds

1 2