Searched refs:max_blk (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_sa.c | 335 u_int32_t max_blk; member 971 } else if ((bp->bio_bcount > softc->max_blk) || in sastrategy() 982 softc->max_blk); in sastrategy() 1959 if (softc->max_blk == 0) { in saioctl() 1960 softc->max_blk = ~0; in saioctl() 2076 rblim->max_block_length = softc->max_blk; in saioctl() 2996 softc->max_blk = ~0; in samount() 3010 softc->max_blk = scsi_3btoul(rblim->maximum); in samount() 3132 if ((softc->max_blk < softc->media_blksize) || in samount() 3138 softc->max_blk, softc->media_blksize); in samount() [all …]
|
| /NextBSD/usr.sbin/camdd/ |
| HD | camdd.c | 479 uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran); 986 uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran) in camdd_probe_tape() argument 1025 *max_blk= req_status_items[CAMDD_TS_MAX_BLK].entry->value_unsigned; in camdd_probe_tape() 1122 uint64_t max_iosize, max_blk, min_blk, blk_gran; in camdd_probe_file() local 1131 &max_iosize, &max_blk, &min_blk, &blk_gran); in camdd_probe_file()
|