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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h731 #define SD_INQUIRY(un) ((un)->un_sd->sd_inq) macro
765 ((bcmp(SD_INQUIRY(un)->inq_vid, "SUN", 3) == 0) && \
766 (bcmp(SD_INQUIRY(un)->inq_pid, "T3", 2) == 0))
769 ((bcmp(SD_INQUIRY(un)->inq_vid, "SUN", 3) == 0) && \
770 (bcmp(SD_INQUIRY(un)->inq_pid, "T4", 2) == 0))
1153 SD_INQUIRY((lunp))->inq_ansi == 0x01) { \
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3272 bcopy(bufaddr, SD_INQUIRY(un), SUN_INQSIZE);
4485 j = sizeof (SD_INQUIRY(un)->inq_pid) -
4492 if (bcmp(&SD_INQUIRY(un)->inq_pid[i],
4536 cnt = sizeof (SD_INQUIRY(un)->inq_vid) +
4537 sizeof (SD_INQUIRY(un)->inq_pid);
5487 (uchar_t *)SD_INQUIRY(un), sizeof (*SD_INQUIRY(un)),
9164 if ((bcmp(&SD_INQUIRY(un)->inq_pid[9], "SUN", 3) != 0) ||
9165 (bcmp(&SD_INQUIRY(un)->inq_serial, stp->sd_serial.value.c,
9166 sizeof (SD_INQUIRY(u
[all...]

Completed in 105 milliseconds