Searched refs:SD_INQUIRY (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 733 #define SD_INQUIRY(un) ((un)->un_sd->sd_inq) macro 767 ((bcmp(SD_INQUIRY(un)->inq_vid, "SUN", 3) == 0) && \ 768 (bcmp(SD_INQUIRY(un)->inq_pid, "T3", 2) == 0)) 771 ((bcmp(SD_INQUIRY(un)->inq_vid, "SUN", 3) == 0) && \ 772 (bcmp(SD_INQUIRY(un)->inq_pid, "T4", 2) == 0)) 1155 SD_INQUIRY((lunp))->inq_ansi == 0x01) { \
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 3274 bcopy(bufaddr, SD_INQUIRY(un), SUN_INQSIZE); in sd_spin_up_unit() 4487 j = sizeof (SD_INQUIRY(un)->inq_pid) - in sd_sdconf_id_match() 4494 if (bcmp(&SD_INQUIRY(un)->inq_pid[i], in sd_sdconf_id_match() 4538 cnt = sizeof (SD_INQUIRY(un)->inq_vid) + in sd_blank_cmp() 4539 sizeof (SD_INQUIRY(un)->inq_pid); in sd_blank_cmp() 5001 (un->un_ctype == CTYPE_CCS && SD_INQUIRY(un)->inq_ansi >= 5)) in sd_get_physical_geometry() 5500 (uchar_t *)SD_INQUIRY(un), sizeof (*SD_INQUIRY(un)), in sd_register_devid() 9176 if ((bcmp(&SD_INQUIRY(un)->inq_pid[9], "SUN", 3) != 0) || in sd_set_errstats() 9177 (bcmp(&SD_INQUIRY(un)->inq_serial, stp->sd_serial.value.c, in sd_set_errstats() 9178 sizeof (SD_INQUIRY(un)->inq_serial)) != 0)) { in sd_set_errstats() [all …]
|