Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h309 uchar_t un_ctype; /* Controller type */ member
677 _NOTE(DATA_READABLE_WITHOUT_LOCK(sd_lun::un_ctype))
776 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM)
777 #define ISROD(un) ((un)->un_ctype == CTYPE_ROD)
778 #define ISPXRE(un) ((un)->un_ctype == CTYPE_PXRE)
1085 uchar_t un_ctype; member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3541 un->un_ctype = val; in sd_set_properties()
3546 "ctype set to %d\n", un->un_ctype); in sd_set_properties()
4216 un->un_ctype = prop_list->sdt_ctype; in sd_set_vers1_properties()
4222 un->un_ctype = prop_list->sdt_ctype; in sd_set_vers1_properties()
4228 un->un_ctype = prop_list->sdt_ctype; in sd_set_vers1_properties()
4426 (un->un_ctype == CTYPE_CCS && SD_INQUIRY(un)->inq_ansi >= 5)) in sd_get_physical_geometry()
6825 un->un_ctype = CTYPE_CDROM; in sd_unit_attach()
6829 un->un_ctype = CTYPE_ROD; in sd_unit_attach()
6833 un->un_ctype = CTYPE_CCS; in sd_unit_attach()
22768 switch (un->un_ctype) {
[all …]