Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h277 uchar_t un_ctype; /* Controller type */ member
651 _NOTE(DATA_READABLE_WITHOUT_LOCK(sd_lun::un_ctype))
750 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM)
751 #define ISROD(un) ((un)->un_ctype == CTYPE_ROD)
752 #define ISPXRE(un) ((un)->un_ctype == CTYPE_PXRE)
1079 uchar_t un_ctype; member
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4075 un->un_ctype = val; in sd_set_properties()
4080 "ctype set to %d\n", un->un_ctype); in sd_set_properties()
4750 un->un_ctype = prop_list->sdt_ctype; in sd_set_vers1_properties()
4756 un->un_ctype = prop_list->sdt_ctype; in sd_set_vers1_properties()
4762 un->un_ctype = prop_list->sdt_ctype; in sd_set_vers1_properties()
5001 (un->un_ctype == CTYPE_CCS && SD_INQUIRY(un)->inq_ansi >= 5)) in sd_get_physical_geometry()
7363 un->un_ctype = CTYPE_CDROM; in sd_unit_attach()
7367 un->un_ctype = CTYPE_ROD; in sd_unit_attach()
7371 un->un_ctype = CTYPE_CCS; in sd_unit_attach()
23367 switch (un->un_ctype) {
[all …]