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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h277 uchar_t un_ctype; /* Controller type */ member in struct:sd_lun
649 _NOTE(DATA_READABLE_WITHOUT_LOCK(sd_lun::un_ctype))
740 * Values for un_ctype
748 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM)
749 #define ISROD(un) ((un)->un_ctype == CTYPE_ROD)
750 #define ISPXRE(un) ((un)->un_ctype == CTYPE_PXRE)
1077 uchar_t un_ctype; member in struct:sd_fi_un
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4073 un->un_ctype = val;
4078 "ctype set to %d\n", un->un_ctype);
4748 un->un_ctype = prop_list->sdt_ctype;
4754 un->un_ctype = prop_list->sdt_ctype;
4760 un->un_ctype = prop_list->sdt_ctype;
7349 un->un_ctype = CTYPE_CDROM;
7353 un->un_ctype = CTYPE_ROD;
7357 un->un_ctype = CTYPE_CCS;
23346 switch (un->un_ctype) {
30487 SD_CONDSET(un, un, un_ctype, "un_ctyp
[all...]

Completed in 143 milliseconds