Searched refs:blockcount (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.c528 int blockcount = 0; local
570 if (++blockcount > RNG_MAX_BLOCK_ATTEMPTS) {
616 blockcount = 0;
632 if (++blockcount >
662 blockcount = 0;
677 if (++blockcount > RNG_MAX_BLOCK_ATTEMPTS) {
731 int blockcount = 0; local
788 if (++blockcount > RNG_MAX_BLOCK_ATTEMPTS) {
844 int blockcount = 0; local
864 if (++blockcount > RNG_MAX_BLOCK_ATTEMPT
1001 int blockcount = 0; local
1167 int blockcount = 0; local
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h591 #define SD_TGTBLOCKS2BYTES(un, blockcount) \
592 (blockcount * (un)->un_tgt_blocksize)
599 #define SD_SYSBLOCKS2BYTES(blockcount) \
600 (blockcount * DEV_BSIZE)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1356 diskaddr_t lba, uint32_t blockcount);
1358 struct buf *bp, diskaddr_t lba, uint32_t blockcount);
10572 * blocksize, and blockcount.
13691 size_t blockcount; local
13729 blockcount = SD_BYTES2TGTBLOCKS(un, bp->b_bcount);
13739 startblock, blockcount);
13815 "lba:0x%08lx len:0x%08lx\n", startblock, blockcount); local
13868 diskaddr_t lba, uint32_t blockcount)
13883 * CDB for all the transfers. Check lba + blockcount
13887 if ((lba + blockcount
13865 sd_setup_rw_pkt(struct sd_lun *un, struct scsi_pkt **pktpp, struct buf *bp, int flags, int (*callback)(caddr_t), caddr_t callback_arg, diskaddr_t lba, uint32_t blockcount) argument
14008 sd_setup_next_rw_pkt(struct sd_lun *un, struct scsi_pkt *pktp, struct buf *bp, diskaddr_t lba, uint32_t blockcount) argument
[all...]

Completed in 104 milliseconds