Searched refs:max_blk (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.c | 392 uint32_t max_blk; member 1031 } else if ((bp->bio_bcount > softc->max_blk) || in sastrategy() 1041 softc->max_blk); in sastrategy() 2020 if (softc->max_blk == 0) { in saioctl() 2021 softc->max_blk = ~0; in saioctl() 2137 rblim->max_block_length = softc->max_blk; in saioctl() 3324 softc->max_blk = ~0; in samount() 3338 softc->max_blk = scsi_3btoul(rblim->maximum); in samount() 3458 if ((softc->max_blk < softc->media_blksize) || in samount() 3464 softc->max_blk, softc->media_blksize); in samount() [all …]
|
/freebsd/usr.sbin/camdd/ |
H A D | camdd.c | 453 uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran); 971 uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran) in camdd_probe_tape() argument 1009 *max_blk= req_status_items[CAMDD_TS_MAX_BLK].entry->value_unsigned; in camdd_probe_tape() 1104 uint64_t max_iosize, max_blk, min_blk, blk_gran; in camdd_probe_file() local 1113 &max_iosize, &max_blk, &min_blk, &blk_gran); in camdd_probe_file()
|