Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h551 uchar_t high_bl; /* block length */ member
572 uchar_t high_bl; /* block length */
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2330 bsize = (un->un_mspl->high_bl << 16) | in st_get_conf_from_tape_drive()
7028 bsize = (un->un_mspl->high_bl << 16) | in st_determine_generic()
7192 un->un_mspl->high_bl = un->un_mspl->mid_bl = in st_determine_generic()
7942 un->un_mspl->high_bl = (uchar_t)(un->un_bsize >> 16); in st_set_compression()
8221 un->un_mspl->high_bl = (uchar_t)(un->un_bsize >> 16); in st_modeselect()
8556 (current->high_bl << 16) | in st_change_block_size()
8568 current->high_bl = (uchar_t)(nblksz >> 16); in st_change_block_size()
8584 (un->un_mspl->high_bl << 16) | in st_change_block_size()