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

  /src/sys/arch/bebox/stand/boot/
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
  /src/sys/arch/mmeye/stand/boot/
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;
  /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);
  /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) {
  /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++) {
  /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) {
  /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...]
  /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...]
atavar.h 58 long bcount; /* total number of bytes */ member in struct:ata_bio
123 int bcount; /* number of bytes to transfer */ member in struct:ata_command
  /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;
  /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);
cacreg.h 237 u_int16_t bcount; /* block count */ member in struct:cac_req
mvsata.c 997 ", bcount=%ld\n", device_xname(atac->atac_dev), chp->ch_channel,
998 drvp->drive, ata_bio->blkno, ata_bio->bcount));
1009 xfer->c_bcount = ata_bio->bcount;
1469 /* feed back residual bcount to our caller */
1470 ata_bio->bcount = xfer->c_bcount;
1606 ("%s:%d: mvsata_exec_command: drive=%d, bcount=%d,"
1611 drvp->drive, ata_c->bcount, ata_c->r_lba, ata_c->r_count,
1620 xfer->c_bcount = ata_c->bcount;
1703 int bcount = ata_c->bcount; local in function:mvsata_wdc_cmd_intr
    [all...]
  /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...]
  /src/sys/kern/
subr_thmap.c 302 unsigned bcount = SPINLOCK_BACKOFF_MIN; local in function:lock_node
307 SPINLOCK_BACKOFF(bcount);
313 bcount = SPINLOCK_BACKOFF_MIN;
  /src/sys/arch/xen/xen/
xbdback_xenbus.c 1335 size_t bcount; local in function:xbdback_co_io_gotio
1344 bcount = 0;
1370 bcount += (seg->last_sect - seg->first_sect + 1)
1375 KASSERT(bcount <= MAXPHYS);
1377 KASSERT(bcount + xbd_io->xio_start_offset <= VBD_VA_SIZE);
1395 xbd_io->xio_buf.b_bcount = bcount;
  /src/bin/ksh/
vi.c 1160 int bcount, UNINITIALIZED(i), t; local in function:domove
1279 bcount = 1;
1290 bcount++;
1292 bcount--;
1293 } while (bcount != 0);
  /src/sys/dev/stbi/
stb_image.c 3416 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; local in function:bmp_load
3438 bshift = high_bit(mb)-7; bcount = bitcount(mr);
3458 out[z++] = (uint8) shiftsigned(v & mb, bshift, bcount);

Completed in 30 milliseconds