Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h732 #define SD_INQUIRY(un) ((un)->un_sd->sd_inq) macro
766 ((bcmp(SD_INQUIRY(un)->inq_vid, "SUN", 3) == 0) && \
767 (bcmp(SD_INQUIRY(un)->inq_pid, "T3", 2) == 0))
770 ((bcmp(SD_INQUIRY(un)->inq_vid, "SUN", 3) == 0) && \
771 (bcmp(SD_INQUIRY(un)->inq_pid, "T4", 2) == 0))
1154 SD_INQUIRY((lunp))->inq_ansi == 0x01) { \
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3272 bcopy(bufaddr, SD_INQUIRY(un), SUN_INQSIZE); in sd_spin_up_unit()
4485 j = sizeof (SD_INQUIRY(un)->inq_pid) - in sd_sdconf_id_match()
4492 if (bcmp(&SD_INQUIRY(un)->inq_pid[i], in sd_sdconf_id_match()
4536 cnt = sizeof (SD_INQUIRY(un)->inq_vid) + in sd_blank_cmp()
4537 sizeof (SD_INQUIRY(un)->inq_pid); in sd_blank_cmp()
5487 (uchar_t *)SD_INQUIRY(un), sizeof (*SD_INQUIRY(un)), in sd_register_devid()
9164 if ((bcmp(&SD_INQUIRY(un)->inq_pid[9], "SUN", 3) != 0) || in sd_set_errstats()
9165 (bcmp(&SD_INQUIRY(un)->inq_serial, stp->sd_serial.value.c, in sd_set_errstats()
9166 sizeof (SD_INQUIRY(un)->inq_serial)) != 0)) { in sd_set_errstats()
9183 if (bcmp(&SD_INQUIRY(un)->inq_pid[9], "SUN", 3) == 0) { in sd_set_errstats()
[all …]