Searched refs:un_bsize (Results 1 – 2 of 2) sorted by relevance
3126 if (un->un_bsize) { in st_tape_init()3128 un->un_bsize; in st_tape_init()3201 un->un_bsize = un->un_dp->bsize; in st_tape_init()3881 if (un->un_bsize == 0 && bp->b_bcount > un->un_maxbsize) { in st_minphys()3896 if (un->un_bsize == 0) { in st_minphys()3912 if (bp != un->un_sbufp && un->un_bsize) { in st_minphys()3913 bp->b_bcount -= (bp->b_bcount % un->un_bsize); in st_minphys()3945 if ((un->un_bsize != 0) && (len % un->un_bsize != 0)) { in st_rw()3948 (flag == B_WRITE) ? wr_str : rd_str, un->un_bsize); in st_rw()4037 if ((un->un_bsize != 0) && (len % un->un_bsize != 0)) { in st_arw()[all …]
1011 uint_t un_bsize; /* block size currently being used */ member1170 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsi_tape::un_bsize))