Home
last modified time | relevance | path

Searched refs:ST_MAXRECSIZE_FIXED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h59 #define ST_MAXRECSIZE_FIXED (63<<10) /* maximum fixed record size */ macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2337 } else if (bsize > ST_MAXRECSIZE_FIXED) { in st_get_conf_from_tape_drive()
3078 un->un_maxbsize > ST_MAXRECSIZE_FIXED)) { in st_tape_init()
3079 un->un_maxbsize = ST_MAXRECSIZE_FIXED; in st_tape_init()
3087 if (un->un_maxbsize > ST_MAXRECSIZE_FIXED) { in st_tape_init()
3130 un->un_maxbsize = ST_MAXRECSIZE_FIXED; in st_tape_init()
3901 if (bp->b_bcount > ST_MAXRECSIZE_FIXED) { in st_minphys()
3902 bp->b_bcount = ST_MAXRECSIZE_FIXED; in st_minphys()
7036 } else if (bsize > ST_MAXRECSIZE_FIXED) { in st_determine_generic()