Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c564 static int st_change_block_size(struct scsi_tape *un, uint32_t nblksz);
8528 st_change_block_size(struct scsi_tape *un, uint32_t nblksz) in st_change_block_size() argument
8560 if (oldblksz == nblksz) { in st_change_block_size()
8561 un->un_bsize = nblksz; in st_change_block_size()
8567 current->high_bl = (uchar_t)(nblksz >> 16); in st_change_block_size()
8568 current->mid_bl = (uchar_t)(nblksz >> 8); in st_change_block_size()
8569 current->low_bl = (uchar_t)(nblksz); in st_change_block_size()
8587 if (un->un_bsize != nblksz) { in st_change_block_size()
8590 "(read: %u requested: %u)\n", nblksz, un->un_bsize); in st_change_block_size()