Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1177 if (un->un_mspl) { in st_attach()
1388 if (un->un_mspl) { in st_detach()
1792 if (un->un_mspl) { in st_doattach()
2332 (un->un_mspl->low_bl); in st_get_conf_from_tape_drive()
3253 if (un->un_mspl->wp) { in st_tape_init()
7030 (un->un_mspl->low_bl); in st_determine_generic()
7192 un->un_mspl->high_bl = un->un_mspl->mid_bl = in st_determine_generic()
8260 un->un_mspl->density = in st_modeselect()
8268 un->un_mspl->bufm = 0; in st_modeselect()
8270 un->un_mspl->bufm = 1; in st_modeselect()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h969 struct seq_mode *un_mspl; /* ptr to mode select info */ member